aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/rcar-du/rcar_du_kms.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-29drm/rcar-du: Use drm_fbdev_generic_setup()Noralf Trønnes1-21/+0
2018-11-23drm: rcar-du: Fix vblank initializationLaurent Pinchart1-1/+1
2018-09-25drm: rcar-du: Enable configurable DPAD0 routing on Gen3Laurent Pinchart1-0/+12
2018-09-15drm: rcar-du: Update framebuffer pitch and alignment limits for Gen3Laurent Pinchart1-12/+23
2018-09-15drm: rcar-du: Add support for missing pixel formatsKoji Matsuoka1-0/+32
2018-09-15drm: rcar-du: Update Gen3 output limitationsKieran Bingham1-2/+12
2018-09-14drm: rcar-du: Convert to SPDX identifiersKuninori Morimoto1-5/+1
2018-05-15Merge branch 'drm/du/next' of git://linuxtv.org/pinchartl/media into drm-nextDave Airlie1-7/+18
2018-05-05drm: rcar-du: Allow DU groups to work with hardware indexingKieran Bingham1-1/+4
2018-05-05drm: rcar-du: Split CRTC handling to support hardware indexingKieran Bingham1-5/+13
2018-05-05drm: rcar-du: Use NULL for table initialisationKieran Bingham1-1/+1
2018-04-16drm/rcar-du: Convert to the new generic alpha propertyMaxime Ripard1-5/+0
2018-03-28drm: rcar-du: Let core take care of normalizing the zposPeter Ujfalusi1-9/+2
2018-03-07drm: rcar-du: Convert LVDS encoder code to bridge driverLaurent Pinchart1-10/+4
2017-10-01drm/rcar-du: Use drm_gem_fb_create()Noralf Trønnes1-1/+2
2017-08-03drm: rcar-du: Wait for flip completion instead of vblank in commit tailLaurent Pinchart1-1/+1
2017-08-03drm: rcar-du: Setup planes before enabling CRTC to avoid flickerLaurent Pinchart1-1/+1
2017-08-03drm: rcar-du: Support multiple sources from the same VSPLaurent Pinchart1-11/+78
2017-08-03drm: rcar-du: Fix comments to comply with the kernel coding styleLaurent Pinchart1-6/+12
2017-08-03drm: rcar-du: Use of_graph_get_remote_endpoint()Kuninori Morimoto1-1/+1
2017-07-26drm: Convert to using %pOF instead of full_nameRob Herring1-8/+8
2017-04-04drm: rcar-du: Skip disabled outputsLaurent Pinchart1-0/+7
2017-04-04drm: rcar-du: Hardcode encoders types to DRM_MODE_ENCODER_NONELaurent Pinchart1-35/+2
2017-04-04drm: rcar-du: Use DRM core's atomic commit helperLaurent Pinchart1-90/+9
2017-02-02drm: Rely on mode_config data for fb_helper initializationGabriel Krisman Bertazi1-1/+1
2016-11-16Merge branch 'drm/next/du' of git://linuxtv.org/pinchartl/media into drm-nextDave Airlie1-5/+12
2016-11-15drm: rcar-du: Simplify and fix probe error handlingLaurent Pinchart1-0/+7
2016-11-14drm: rcar-du: Fix crash in encoder failure error pathLaurent Pinchart1-5/+5
2016-11-07Backmerge tag 'v4.9-rc4' into drm-nextDave Airlie1-2/+10
2016-10-26drm: Don't force all planes to be added to the state due to zposVille Syrjälä1-2/+10
2016-10-17drm: Add reference counting to drm_atomic_stateChris Wilson1-1/+2
2016-08-29drm/atomic-helper: Add NO_DISABLE_AFTER_MODESET flag support for plane commitLiu Ying1-1/+2
2016-07-29drm: rcar: use generic code for managing zpos plane propertyBenjamin Gaignard1-5/+0
2016-06-10drm/atomic-helper: Massage swap_state signature somewhatDaniel Vetter1-1/+1
2016-06-02drm/rcar-du: Use for_each_*_in_stateDaniel Vetter1-4/+4
2016-05-02drm/rcar-du: Rename async to nonblock.Maarten Lankhorst1-2/+3
2016-02-23drm: rcar-du: Add tri-planar memory formats supportLaurent Pinchart1-4/+36
2016-02-23drm: rcar-du: Add R8A7795 device supportLaurent Pinchart1-4/+7
2016-02-23drm: rcar-du: Expose the VSP1 compositor through KMS planesLaurent Pinchart1-3/+25
2016-02-20drm: rcar-du: Move plane allocator to rcar_du_plane.cLaurent Pinchart1-275/+1
2016-02-20drm: rcar-du: Add VSP1 compositor supportLaurent Pinchart1-4/+12
2016-02-20drm: rcar-du: Add VSP1 support to the planes allocatorLaurent Pinchart1-6/+36
2016-02-20drm: rcar-du: Don't update planes on disabled CRTCsLaurent Pinchart1-1/+1
2015-11-24drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create()Ville Syrjälä1-1/+1
2015-09-08drm/atomic-helper: Add option to update planes only on active crtcDaniel Vetter1-1/+1
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