mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-21 02:58:57 +07:00
098988cbe5
It adds the TV Encoder driver to support video output in PAL and NTSC format. The driver uses syscon/regmap interface to configure register bit sitting in SYSCTRL module for DAC power control. Signed-off-by: Shawn Guo <shawn.guo@linaro.org> Reviewed-by: Sean Paul <seanpaul@chromium.org>
9 lines
114 B
Makefile
9 lines
114 B
Makefile
zxdrm-y := \
|
|
zx_drm_drv.o \
|
|
zx_hdmi.o \
|
|
zx_plane.o \
|
|
zx_tvenc.o \
|
|
zx_vou.o
|
|
|
|
obj-$(CONFIG_DRM_ZTE) += zxdrm.o
|