mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-06 08:36:39 +07:00
03c4c71d25
Some Allwinner SoCs have an IP called the TV encoder that is used to output composite and VGA signals. In such a case, we need to use the second TCON channel. Add support for that TV encoder. Reviewed-by: Boris Brezillon <boris.brezillon@free-electrons.com> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
14 lines
348 B
Makefile
14 lines
348 B
Makefile
sun4i-drm-y += sun4i_crtc.o
|
|
sun4i-drm-y += sun4i_drv.o
|
|
sun4i-drm-y += sun4i_framebuffer.o
|
|
sun4i-drm-y += sun4i_layer.o
|
|
|
|
sun4i-tcon-y += sun4i_tcon.o
|
|
sun4i-tcon-y += sun4i_rgb.o
|
|
sun4i-tcon-y += sun4i_dotclock.o
|
|
|
|
obj-$(CONFIG_DRM_SUN4I) += sun4i-drm.o sun4i-tcon.o
|
|
obj-$(CONFIG_DRM_SUN4I) += sun4i_backend.o
|
|
|
|
obj-$(CONFIG_DRM_SUN4I) += sun4i_tv.o
|