summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/imx/dc/Makefile
diff options
context:
space:
mode:
authorLiu Ying <victor.liu@nxp.com>2025-04-14 11:50:19 +0800
committerLiu Ying <victor.liu@nxp.com>2025-05-14 15:09:04 +0800
commit0e177d5ce01ca52c5c754afbe8773d4ed5626cd6 (patch)
treea6f12bde53009b62aca40eda885b61cc52d59e6c /drivers/gpu/drm/imx/dc/Makefile
parent9f09e3173776b9da4fde0c0641d1d1e9d08fcf46 (diff)
drm/imx: Add i.MX8qxp Display Controller pixel engine
i.MX8qxp Display Controller pixel engine consists of all processing units that operate in the AXI bus clock domain. Add drivers for ConstFrame, ExtDst, FetchLayer, FetchWarp and LayerBlend units, as well as a pixel engine driver, so that two displays with primary planes can be supported. The pixel engine driver and those unit drivers 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-11-victor.liu@nxp.com
Diffstat (limited to 'drivers/gpu/drm/imx/dc/Makefile')
-rw-r--r--drivers/gpu/drm/imx/dc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/imx/dc/Makefile b/drivers/gpu/drm/imx/dc/Makefile
index 56de82d53d4d..2942ae6fd5bd 100644
--- a/drivers/gpu/drm/imx/dc/Makefile
+++ b/drivers/gpu/drm/imx/dc/Makefile
@@ -1,5 +1,6 @@
# SPDX-License-Identifier: GPL-2.0
-imx8-dc-drm-objs := dc-de.o dc-drv.o dc-fg.o dc-tc.o
+imx8-dc-drm-objs := dc-cf.o dc-de.o dc-drv.o dc-ed.o dc-fg.o dc-fl.o dc-fu.o \
+ dc-fw.o dc-lb.o dc-pe.o dc-tc.o
obj-$(CONFIG_DRM_IMX8_DC) += imx8-dc-drm.o