summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/imx/Makefile
diff options
context:
space:
mode:
authorLiu Ying <victor.liu@nxp.com>2025-04-14 11:50:18 +0800
committerLiu Ying <victor.liu@nxp.com>2025-05-14 15:08:54 +0800
commit9f09e3173776b9da4fde0c0641d1d1e9d08fcf46 (patch)
tree6f1b805d22907483c6accb752d6b3f63d312d0db /drivers/gpu/drm/imx/Makefile
parent813f71ac2541d12e146cdb9ac3a81432e6687625 (diff)
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
Diffstat (limited to 'drivers/gpu/drm/imx/Makefile')
-rw-r--r--drivers/gpu/drm/imx/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/imx/Makefile b/drivers/gpu/drm/imx/Makefile
index 86f38e7c7422..c7b317640d71 100644
--- a/drivers/gpu/drm/imx/Makefile
+++ b/drivers/gpu/drm/imx/Makefile
@@ -1,5 +1,6 @@
# SPDX-License-Identifier: GPL-2.0
+obj-$(CONFIG_DRM_IMX8_DC) += dc/
obj-$(CONFIG_DRM_IMX_DCSS) += dcss/
obj-$(CONFIG_DRM_IMX) += ipuv3/
obj-$(CONFIG_DRM_IMX_LCDC) += lcdc/