]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm: Renesas SH Mobile DRM driver
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Thu, 26 Apr 2012 11:53:59 +0000 (13:53 +0200)
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Tue, 18 Sep 2012 10:28:22 +0000 (12:28 +0200)
commit51c1327876f35d61c8bdd81fc96e1b501c9380ee
tree3a37a701eead5d1105a5a9b0cdab9808f378665d
parentba623f6a5a419ac31806e77682da38a9f9b5b462
drm: Renesas SH Mobile DRM driver

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>
16 files changed:
drivers/gpu/drm/Kconfig
drivers/gpu/drm/Makefile
drivers/gpu/drm/shmobile/Kconfig [new file with mode: 0644]
drivers/gpu/drm/shmobile/Makefile [new file with mode: 0644]
drivers/gpu/drm/shmobile/shmob_drm_backlight.c [new file with mode: 0644]
drivers/gpu/drm/shmobile/shmob_drm_backlight.h [new file with mode: 0644]
drivers/gpu/drm/shmobile/shmob_drm_crtc.c [new file with mode: 0644]
drivers/gpu/drm/shmobile/shmob_drm_crtc.h [new file with mode: 0644]
drivers/gpu/drm/shmobile/shmob_drm_drv.c [new file with mode: 0644]
drivers/gpu/drm/shmobile/shmob_drm_drv.h [new file with mode: 0644]
drivers/gpu/drm/shmobile/shmob_drm_kms.c [new file with mode: 0644]
drivers/gpu/drm/shmobile/shmob_drm_kms.h [new file with mode: 0644]
drivers/gpu/drm/shmobile/shmob_drm_plane.c [new file with mode: 0644]
drivers/gpu/drm/shmobile/shmob_drm_plane.h [new file with mode: 0644]
drivers/gpu/drm/shmobile/shmob_drm_regs.h [new file with mode: 0644]
include/linux/platform_data/shmob_drm.h [new file with mode: 0644]