Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | drm/shmob: drm_connector_property -> drm_object_property | Rob Clark | 2012-11-30 | 1 | -1/+1 |
| | | | | Signed-off-by: Rob Clark <rob@ti.com> | ||||
* | drm: platform: Don't initialize driver-private data | Thierry Reding | 2012-10-23 | 1 | -7/+5 |
| | | | | | | | | | Platform device drivers usually use the driver-private data for their own purposes. Having it overwritten by drm_platform_init() is confusing and error-prone. Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de> Signed-off-by: Dave Airlie <airlied@redhat.com> | ||||
* | drm: Renesas SH Mobile DRM driver | Laurent Pinchart | 2012-09-18 | 13 | -0/+2156 |
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> |