summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/rcar-du/rcar_du_kms.c
AgeCommit message (Expand)AuthorFilesLines
2015-06-16drm: rcar-du: Clean up planes in the error paths of .atomic_commit()Laurent Pinchart1-3/+9
2015-06-16drm: rcar-du: Convert rcar_du_encoders_init_one() return value to 0/<0Laurent Pinchart1-5/+5
2015-06-16drm: rcar-du: Clarify error message when encoder initialization failsLaurent Pinchart1-2/+5
2015-06-16drm: rcar-du: Fix crash with groups that have less than 9 planesLaurent Pinchart1-1/+1
2015-05-25drm: rcar-du: Split planes pre-association 4/4 between CRTCsLaurent Pinchart1-3/+4
2015-05-25drm: rcar-du: Store the number of CRTCs per group in the group structureLaurent Pinchart1-0/+1
2015-05-25drm: rcar-du: Consider plane to CRTC associations in the plane allocatorLaurent Pinchart1-1/+21
2015-05-25drm: rcar-du: Add plane allocation debuggingLaurent Pinchart1-1/+37
2015-05-25drm: rcar-du: Rename to_rcar_du_plane_state to to_rcar_plane_stateLaurent Pinchart1-4/+4
2015-05-25drm: rcar-du: Embed rcar_du_planes structure into rcar_du_groupLaurent Pinchart1-3/+3
2015-05-25drm: rcar-du: Move properties from rcar_du_planes to rcar_du_deviceLaurent Pinchart1-0/+29
2015-04-13Merge tag 'of-graph-drm-2015-04-08' of git://git.pengutronix.de/git/pza/linux...Dave Airlie1-21/+4
2015-04-08drm/rcar-du: use for_each_endpoint_of_node macroPhilipp Zabel1-13/+3
2015-03-03drm: rcar-du: Fix race condition in hardware plane allocatorLaurent Pinchart1-2/+201
2015-03-03drm: rcar-du: Move plane commit code from CRTC start to CRTC resumeLaurent Pinchart1-1/+1
2015-03-03drm: rcar-du: Implement asynchronous commit supportLaurent Pinchart1-1/+104
2015-03-03drm: rcar-du: Switch plane update to atomic helpersLaurent Pinchart1-0/+3
2015-03-03drm: rcar-du: Wire up atomic state object scaffoldingLaurent Pinchart1-0/+2
2015-03-03drm: rcar-du: Implement universal plane supportLaurent Pinchart1-7/+0
2015-03-03drm: rcar-du: Disable fbdev emulation when no connector is presentLaurent Pinchart1-5/+10
2015-03-03drm: rcar-du: Remove drm_fbdev_cma_restore_mode() call at init timeLaurent Pinchart1-4/+0
2015-03-03drm: rcar-du: Don't disable unused functions at init timeLaurent Pinchart1-2/+0
2015-02-23of: Decrement refcount of previous endpoint in of_graph_get_next_endpointPhilipp Zabel1-11/+4
2014-12-23drm: rcar-du: Don't fail probe in case of partial encoder init errorLaurent Pinchart1-2/+13
2014-11-26drm: rcar-du: Add HDMI encoder and connector supportLaurent Pinchart1-0/+1
2014-11-26drm: rcar-du: Pass the encoder DT node to rcar_du_encoder_init()Laurent Pinchart1-1/+1
2014-11-26drm: rcar-du: Remove platform data supportLaurent Pinchart1-45/+7
2014-11-13drm/rcar: gem: dumb: pitch is an outputThierry Reding1-1/+1
2014-11-13drm/cma: Introduce drm_gem_cma_dumb_create_internal()Thierry Reding1-1/+1
2014-09-15drm/rcar-du: Add OF supportLaurent Pinchart1-21/+210
2014-09-15drm/rcar-du: Update copyright noticeLaurent Pinchart1-1/+1
2014-07-30drm/rcar-du: Fix maximum frame buffer pitch computationLaurent Pinchart1-2/+11
2014-04-04drm/rcar-du: Handle encoder initialization failuresLaurent Pinchart1-1/+4
2013-12-02drm/rcar-du: Split features and quirksLaurent Pinchart1-2/+2
2013-08-10drm/rcar-du: Add FBDEV emulation supportLaurent Pinchart1-8/+28
2013-08-10drm/rcar-du: Add internal LVDS encoder supportLaurent Pinchart1-0/+5
2013-08-10drm/rcar-du: Rework output routing supportLaurent Pinchart1-6/+11
2013-08-10drm/rcar-du: Add support for multiple groupsLaurent Pinchart1-12/+31
2013-08-10drm/rcar-du: Fix buffer pitch alignment for R8A7790 DULaurent Pinchart1-3/+14
2013-08-10drm/rcar-du: Use dynamic number of CRTCs instead of CRTCs array sizeLaurent Pinchart1-1/+1
2013-08-10drm/rcar-du: Introduce CRTCs groupsLaurent Pinchart1-4/+7
2013-08-10drm/rcar-du: Rename rcar_du_plane_(init|register) to rcar_du_planes_*Laurent Pinchart1-2/+2
2013-08-10drm/rcar-du: Rename platform data fields to match what they describeLaurent Pinchart1-3/+2
2013-08-10drm/rcar-du: Merge LVDS and VGA encoder codeLaurent Pinchart1-43/+6
2013-07-05drm/rcar-du: Fix buffer pitch alignmentLaurent Pinchart1-1/+18
2013-07-05drm/rcar-du: Don't ignore rcar_du_crtc_create() return valueLaurent Pinchart1-2/+5
2013-06-27drm: Renesas R-Car Display Unit DRM driverLaurent Pinchart1-0/+245