mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-26 18:20:53 +07:00
51c1327876
The SH Mobile LCD controller (LCDC) DRM driver supports the main graphics plane in RGB and YUV formats, as well as the overlay planes (in alpha-blending mode only). Only flat panel outputs using the parallel interface are supported. Support for SYS panels, HDMI and DSI is currently not implemented. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Sascha Hauer <s.hauer@pengutronix.de>
8 lines
187 B
Makefile
8 lines
187 B
Makefile
shmob-drm-y := shmob_drm_backlight.o \
|
|
shmob_drm_crtc.o \
|
|
shmob_drm_drv.o \
|
|
shmob_drm_kms.o \
|
|
shmob_drm_plane.o
|
|
|
|
obj-$(CONFIG_DRM_SHMOBILE) += shmob-drm.o
|