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