]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm: Renesas R-Car Display Unit DRM driver
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Wed, 19 Jun 2013 11:54:11 +0000 (13:54 +0200)
committerDave Airlie <airlied@redhat.com>
Thu, 27 Jun 2013 00:08:04 +0000 (10:08 +1000)
commit4bf8e1962f91eed5dbee168d2348983dda0a518f
tree0abd2388e0dee111b0823a73bfca29a234053e83
parent0ab3691fa8ac15ed94f9e2fa7c2958ab41d2e3f5
drm: Renesas R-Car Display Unit DRM driver

The R-Car Display Unit (DU) DRM driver supports both superposition
processors and all eight planes in RGB and YUV formats with alpha
blending.

Only VGA and LVDS encoders and connectors are currently supported.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
18 files changed:
drivers/gpu/drm/Kconfig
drivers/gpu/drm/Makefile
drivers/gpu/drm/rcar-du/Kconfig [new file with mode: 0644]
drivers/gpu/drm/rcar-du/Makefile [new file with mode: 0644]
drivers/gpu/drm/rcar-du/rcar_du_crtc.c [new file with mode: 0644]
drivers/gpu/drm/rcar-du/rcar_du_crtc.h [new file with mode: 0644]
drivers/gpu/drm/rcar-du/rcar_du_drv.c [new file with mode: 0644]
drivers/gpu/drm/rcar-du/rcar_du_drv.h [new file with mode: 0644]
drivers/gpu/drm/rcar-du/rcar_du_kms.c [new file with mode: 0644]
drivers/gpu/drm/rcar-du/rcar_du_kms.h [new file with mode: 0644]
drivers/gpu/drm/rcar-du/rcar_du_lvds.c [new file with mode: 0644]
drivers/gpu/drm/rcar-du/rcar_du_lvds.h [new file with mode: 0644]
drivers/gpu/drm/rcar-du/rcar_du_plane.c [new file with mode: 0644]
drivers/gpu/drm/rcar-du/rcar_du_plane.h [new file with mode: 0644]
drivers/gpu/drm/rcar-du/rcar_du_regs.h [new file with mode: 0644]
drivers/gpu/drm/rcar-du/rcar_du_vga.c [new file with mode: 0644]
drivers/gpu/drm/rcar-du/rcar_du_vga.h [new file with mode: 0644]
include/linux/platform_data/rcar-du.h [new file with mode: 0644]