mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-30 08:16:41 +07:00
fb127b7943
Add driver for the TCON (timing controller) module. The TCON module is a separate module attached after the DCU (display controller unit). Each DCU instance has its own, directly connected TCON instance. The DCU's RGB and timing signals are passing through the TCON module. TCON can provide timing signals for raw TFT panels or operate in a bypass mode which leaves all signals unaltered. The driver currently only supports the bypass mode. Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Stefan Agner <stefan@agner.ch>
9 lines
214 B
Makefile
9 lines
214 B
Makefile
fsl-dcu-drm-y := fsl_dcu_drm_drv.o \
|
|
fsl_dcu_drm_kms.o \
|
|
fsl_dcu_drm_rgb.o \
|
|
fsl_dcu_drm_plane.o \
|
|
fsl_dcu_drm_crtc.o \
|
|
fsl_dcu_drm_fbdev.o \
|
|
fsl_tcon.o
|
|
obj-$(CONFIG_DRM_FSL_DCU) += fsl-dcu-drm.o
|