MLK-15110-3 gpu: imx: Add i.MX8 DPR(Display Prefetch Resolve) support
authorLiu Ying <victor.liu@nxp.com>
Mon, 3 Jul 2017 05:07:23 +0000 (13:07 +0800)
committerNitin Garg <nitin.garg@nxp.com>
Tue, 20 Mar 2018 19:50:43 +0000 (14:50 -0500)
commitc485d471fe230ee6808208e27c39d6d24ec1522c
treefdb38d05638b8c4e43c0fe510d22ebe83c7ef976
parent986f82a418d3a5ba5a55890d9ebd33c142996d59
MLK-15110-3 gpu: imx: Add i.MX8 DPR(Display Prefetch Resolve) support

The Display Prefetch Resolve(DPR) is a processor of fetching display data
before the display pipeline which needs data to drive pixels in the active
display region.  The data is transformed, or resolved from a variety of
tiled buffer formats into linear format.  The DPR transaction sequences are
issued with a high level of DRAM efficiency.  This patch adds the base
driver support for i.MX8qm/qxp DPR.

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_dprc.c [new file with mode: 0644]
include/video/imx8-prefetch.h