summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/renesas/rz-du/Makefile
diff options
context:
space:
mode:
authorBiju Das <biju.das.jz@bp.renesas.com>2024-02-18 19:48:38 +0300
committerMaxime Ripard <mripard@kernel.org>2024-02-21 19:21:21 +0300
commit768e9e61b3b99191d8fe1aead6e71f551738b5c4 (patch)
tree9d6195804581194c1778059ae8f4b6fa6ad76029 /drivers/gpu/drm/renesas/rz-du/Makefile
parentac23216bb1f5caa5ae6f3ac70aa7f78a5b50f88d (diff)
downloadlinux-768e9e61b3b99191d8fe1aead6e71f551738b5c4.tar.xz
drm: renesas: Add RZ/G2L DU Support
The LCD controller is composed of Frame Compression Processor (FCPVD), Video Signal Processor (VSPD), and Display Unit (DU). It has DPI/DSI interfaces and supports a maximum resolution of 1080p along with 2 RPFs to support the blending of two picture layers and raster operations (ROPs). The DU module is connected to VSPD. Add RZ/G2L DU support for RZ/G2L alike SoCs. Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com> Link: https://lore.kernel.org/r/20240218164840.57662-4-biju.das.jz@bp.renesas.com Signed-off-by: Maxime Ripard <mripard@kernel.org>
Diffstat (limited to 'drivers/gpu/drm/renesas/rz-du/Makefile')
-rw-r--r--drivers/gpu/drm/renesas/rz-du/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/gpu/drm/renesas/rz-du/Makefile b/drivers/gpu/drm/renesas/rz-du/Makefile
new file mode 100644
index 000000000000..663b82a2577f
--- /dev/null
+++ b/drivers/gpu/drm/renesas/rz-du/Makefile
@@ -0,0 +1,8 @@
+# SPDX-License-Identifier: GPL-2.0
+rzg2l-du-drm-y := rzg2l_du_crtc.o \
+ rzg2l_du_drv.o \
+ rzg2l_du_encoder.o \
+ rzg2l_du_kms.o \
+
+rzg2l-du-drm-$(CONFIG_VIDEO_RENESAS_VSP1) += rzg2l_du_vsp.o
+obj-$(CONFIG_DRM_RZG2L_DU) += rzg2l-du-drm.o