mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00: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>
7 lines
187 B
Makefile
7 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
|