aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/rcar-du/rcar_du_lvdscon.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-04drm: rcar-du: Use the DRM panel APILaurent Pinchart1-44/+24
2016-12-01drm: Make the connector .detect() callback optionalLaurent Pinchart1-7/+0
2016-11-14drm: rcar-du: Constify node argument to rcar_du_lvds_connector_init()Laurent Pinchart1-1/+1
2016-06-10drm: rcar-du: Rely on the default ->best_encoder() behaviorBoris Brezillon1-1/+0
2016-02-20drm: rcar-du: Perform initialization/cleanup at probe/remove timeLaurent Pinchart1-10/+1
2015-03-03drm: rcar-du: Switch connector DPMS to atomic helpersLaurent Pinchart1-2/+2
2015-03-03drm: rcar-du: Wire up atomic state object scaffoldingLaurent Pinchart1-0/+4
2015-03-03drm: rcar-du: Don't set connector->encoder at init timeLaurent Pinchart1-1/+0
2014-11-26drm: rcar-du: Replace direct DRM encoder access with cast macroLaurent Pinchart1-2/+3
2014-11-26drm: rcar-du: Remove platform data supportLaurent Pinchart1-14/+12
2014-09-15drm/rcar-du: Add OF supportLaurent Pinchart1-6/+24
2014-09-15drm/rcar-du: Use struct videomode in platform dataLaurent Pinchart1-12/+3
2014-09-15drm/rcar-du: Update copyright noticeLaurent Pinchart1-1/+1
2014-06-19drm: add register and unregister functions for connectorsThomas Wood1-2/+2
2014-04-22drm: make mode_valid callback optionalAndrzej Hajda1-7/+0
2013-08-09drm/rcar-du: Merge LVDS and VGA encoder codeLaurent Pinchart1-0/+1
2013-08-09drm/rcar-du: Split LVDS encoder and connectorLaurent Pinchart1-0/+130