]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/imx: Add i.MX8qxp Display Controller display engine
authorLiu Ying <victor.liu@nxp.com>
Mon, 14 Apr 2025 03:50:18 +0000 (11:50 +0800)
committerLiu Ying <victor.liu@nxp.com>
Wed, 14 May 2025 07:08:54 +0000 (15:08 +0800)
commit9f09e3173776b9da4fde0c0641d1d1e9d08fcf46
tree6f1b805d22907483c6accb752d6b3f63d312d0db
parent813f71ac2541d12e146cdb9ac3a81432e6687625
drm/imx: Add i.MX8qxp Display Controller display engine

i.MX8qxp Display Controller display engine consists of all processing
units that operate in a display clock domain.  Add minimal feature
support with FrameGen and TCon so that the engine can output display
timings.  The FrameGen driver, TCon driver and display engine driver
are components to be aggregated by a master registered in the upcoming
DRM driver.

Reviewed-by: Maxime Ripard <mripard@kernel.org>
Signed-off-by: Liu Ying <victor.liu@nxp.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/20250414035028.1561475-10-victor.liu@nxp.com
drivers/gpu/drm/imx/Kconfig
drivers/gpu/drm/imx/Makefile
drivers/gpu/drm/imx/dc/Kconfig [new file with mode: 0644]
drivers/gpu/drm/imx/dc/Makefile [new file with mode: 0644]
drivers/gpu/drm/imx/dc/dc-de.c [new file with mode: 0644]
drivers/gpu/drm/imx/dc/dc-de.h [new file with mode: 0644]
drivers/gpu/drm/imx/dc/dc-drv.c [new file with mode: 0644]
drivers/gpu/drm/imx/dc/dc-drv.h [new file with mode: 0644]
drivers/gpu/drm/imx/dc/dc-fg.c [new file with mode: 0644]
drivers/gpu/drm/imx/dc/dc-tc.c [new file with mode: 0644]