summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/rcar-du/rcar_du_kms.c
AgeCommit message (Expand)Author
2017-10-01drm/rcar-du: Use drm_gem_fb_create()Noralf Trønnes
2017-08-03drm: rcar-du: Wait for flip completion instead of vblank in commit tailLaurent Pinchart
2017-08-03drm: rcar-du: Setup planes before enabling CRTC to avoid flickerLaurent Pinchart
2017-08-03drm: rcar-du: Support multiple sources from the same VSPLaurent Pinchart
2017-08-03drm: rcar-du: Fix comments to comply with the kernel coding styleLaurent Pinchart
2017-08-03drm: rcar-du: Use of_graph_get_remote_endpoint()Kuninori Morimoto
2017-07-26drm: Convert to using %pOF instead of full_nameRob Herring
2017-04-04drm: rcar-du: Skip disabled outputsLaurent Pinchart
2017-04-04drm: rcar-du: Hardcode encoders types to DRM_MODE_ENCODER_NONELaurent Pinchart
2017-04-04drm: rcar-du: Use DRM core's atomic commit helperLaurent Pinchart
2017-02-02drm: Rely on mode_config data for fb_helper initializationGabriel Krisman Bertazi
2016-11-16Merge branch 'drm/next/du' of git://linuxtv.org/pinchartl/media into drm-nextDave Airlie
2016-11-15drm: rcar-du: Simplify and fix probe error handlingLaurent Pinchart
2016-11-14drm: rcar-du: Fix crash in encoder failure error pathLaurent Pinchart
2016-11-07Backmerge tag 'v4.9-rc4' into drm-nextDave Airlie
2016-10-26drm: Don't force all planes to be added to the state due to zposVille Syrjälä
2016-10-17drm: Add reference counting to drm_atomic_stateChris Wilson
2016-08-29drm/atomic-helper: Add NO_DISABLE_AFTER_MODESET flag support for plane commitLiu Ying
2016-07-29drm: rcar: use generic code for managing zpos plane propertyBenjamin Gaignard
2016-06-10drm/atomic-helper: Massage swap_state signature somewhatDaniel Vetter
2016-06-02drm/rcar-du: Use for_each_*_in_stateDaniel Vetter
2016-05-02drm/rcar-du: Rename async to nonblock.Maarten Lankhorst
2016-02-23drm: rcar-du: Add tri-planar memory formats supportLaurent Pinchart
2016-02-23drm: rcar-du: Add R8A7795 device supportLaurent Pinchart
2016-02-23drm: rcar-du: Expose the VSP1 compositor through KMS planesLaurent Pinchart
2016-02-20drm: rcar-du: Move plane allocator to rcar_du_plane.cLaurent Pinchart
2016-02-20drm: rcar-du: Add VSP1 compositor supportLaurent Pinchart
2016-02-20drm: rcar-du: Add VSP1 support to the planes allocatorLaurent Pinchart
2016-02-20drm: rcar-du: Don't update planes on disabled CRTCsLaurent Pinchart
2015-11-24drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create()Ville Syrjälä
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