MLK-15110-2 gpu: imx: Add i.MX8 PRG(Prefetch Resolve Gasket) support
authorLiu Ying <victor.liu@nxp.com>
Mon, 3 Jul 2017 03:35:52 +0000 (11:35 +0800)
committerNitin Garg <nitin.garg@nxp.com>
Tue, 20 Mar 2018 19:50:42 +0000 (14:50 -0500)
commit986f82a418d3a5ba5a55890d9ebd33c142996d59
treead80a41e0c4fec759f3061acc9a05e29e9027cc0
parentceffa04ed28029508b16a6f29eb5200e9bbacf9d
MLK-15110-2 gpu: imx: Add i.MX8 PRG(Prefetch Resolve Gasket) support

The Pretch Resolve Gasket(PRG) is a digital core function as a gasket
interface between RTRAM controller and DPU.  The main function of PRG
is to convert the AXI interface to RTRAM interface and remapping the
ARADDR to a RTRAM address.  This patch adds the base driver support
for i.MX8qm/qxp PRG.

Signed-off-by: Liu Ying <victor.liu@nxp.com>
Documentation/devicetree/bindings/display/imx/fsl-imx-drm.txt
drivers/gpu/imx/Kconfig
drivers/gpu/imx/Makefile
drivers/gpu/imx/imx8_prg.c [new file with mode: 0644]
include/video/imx8-prefetch.h [new file with mode: 0644]