MLK-15001-16 drm/imx: Add DPU KMS support
authorLiu Ying <victor.liu@nxp.com>
Sun, 22 Jan 2017 06:23:16 +0000 (14:23 +0800)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 20:28:20 +0000 (15:28 -0500)
commit5c43b096d9d229bb3d175611d3fc8e2c0763b618
treecf3b2eb08ba8032aee375d2e18099107a0a0b8d5
parentc87a0d8cae6aa14e4c6961514add91e8239a53f7
MLK-15001-16 drm/imx: Add DPU KMS support

This patch adds i.MX DPU KMS support.
Currently, only the DPU fetchdecodes are supported as DRM planes.

Signed-off-by: Liu Ying <victor.liu@nxp.com>
drivers/gpu/drm/imx/Kconfig
drivers/gpu/drm/imx/Makefile
drivers/gpu/drm/imx/dpu/Kconfig [new file with mode: 0644]
drivers/gpu/drm/imx/dpu/Makefile [new file with mode: 0644]
drivers/gpu/drm/imx/dpu/dpu-crtc.c [new file with mode: 0644]
drivers/gpu/drm/imx/dpu/dpu-kms.c [new file with mode: 0644]
drivers/gpu/drm/imx/dpu/dpu-kms.h [new file with mode: 0644]
drivers/gpu/drm/imx/dpu/dpu-plane.c [new file with mode: 0644]
drivers/gpu/drm/imx/dpu/dpu-plane.h [new file with mode: 0644]
drivers/gpu/drm/imx/imx-drm-core.c