aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_atomic_helper.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-02drm: Fix typo in commentsCai Huoqing1-5/+5
2021-06-24drm/atomic-helper: make drm_gem_plane_helper_prepare_fb the defaultDaniel Vetter1-0/+10
2021-04-12drm: drm_atomic_helper.c: Correct comments formatFabio M. De Francesco1-11/+21
2021-04-12drm: drm_atomic_helper.c: Replace "unsigned" with "unsigned int"Fabio M. De Francesco1-4/+4
2021-03-26drm: Fix 3 typos in the inline docDafna Hirschfeld1-8/+7
2021-03-16Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-59/+16
2021-02-25drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard1-4/+4
2021-02-24drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard1-1/+1
2021-02-24drm/atomic: Pass the full state to planes async atomic check and updateMaxime Ripard1-2/+2
2021-01-25Merge tag 'v5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into drm-nextDave Airlie1-1/+1
2021-01-21drm: Introduce a drm_crtc_commit_wait helperMaxime Ripard1-52/+9
2021-01-19drm/atomic: put state on error pathPan Bian1-1/+1
2020-12-15drm: automatic legacy gamma supportTomi Valkeinen1-70/+0
2020-12-15drm: Introduce an atomic_commit_setup functionMaxime Ripard1-0/+9
2020-11-20drm: Pass the full state to connectors atomic functionsMaxime Ripard1-4/+4
2020-11-02drm/atomic: Pass the full state to CRTC atomic begin and flushMaxime Ripard1-4/+4
2020-11-02drm/atomic: Pass the full state to CRTC atomic_checkMaxime Ripard1-1/+1
2020-10-09drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard1-2/+2
2020-10-08drm/atomic: debug output for EBUSYDaniel Vetter1-3/+17
2020-09-14drm/atomic-helper: Remove the timestamping constant update from drm_atomic_helper_update_legacy_modeset_state()Ville Syrjälä1-5/+2
2020-09-14drm/atomic-helper: Extract drm_atomic_helper_calc_timestamping_constants()Ville Syrjälä1-1/+20
2020-08-25Merge tag 'v5.9-rc2' into drm-misc-fixesMaarten Lankhorst1-2/+3
2020-08-17drm/modeset-lock: Take the modeset BKL for legacy driversDaniel Vetter1-3/+4
2020-06-23drm: bridge: Pass drm_display_info to drm_bridge_funcs .mode_valid()Laurent Pinchart1-1/+2
2020-05-29drm: use drm_dev_has_vblank moreDaniel Vetter1-1/+1
2020-01-31drm/bridge: Add the necessary bits to support bus format negotiationBoris Brezillon1-0/+41
2020-01-31drm/bridge: Add an ->atomic_check() hookBoris Brezillon1-6/+6
2020-01-31drm/bridge: Add a drm_bridge_state objectBoris Brezillon1-0/+20
2020-01-30drm: Initialize struct drm_crtc_state.no_vblank from device settingsThomas Zimmermann1-1/+9
2020-01-08Revert "drm/bridge: Add a drm_bridge_state object"Boris Brezillon1-20/+0
2020-01-08Revert "drm/bridge: Add an ->atomic_check() hook"Boris Brezillon1-6/+6
2020-01-07drm/bridge: Add an ->atomic_check() hookBoris Brezillon1-6/+6
2020-01-07drm/bridge: Add a drm_bridge_state objectBoris Brezillon1-0/+20
2020-01-03Merge tag 'drm-misc-next-2020-01-02' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-38/+38
2019-12-22drm/atomic: Spell CRTC consistentlyThierry Reding1-32/+32
2019-12-22drm: Fix a couple of typos, punctation and whitespace issuesThierry Reding1-6/+6
2019-12-17Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDaniel Vetter1-25/+48
2019-12-10drm/atomic: Update docs around locking and commit sequencingDaniel Vetter1-17/+29
2019-12-09drm: Stop accessing encoder->bridge directlyBoris Brezillon1-9/+17
2019-12-09drm/bridge: Rename bridge helpers targeting a bridge chainBoris Brezillon1-8/+11
2019-11-14Merge v5.4-rc7 into drm-nextDave Airlie1-1/+14
2019-11-06drm/atomic: fix self-refresh helpers crtc state dereferenceRob Clark1-1/+14
2019-10-03Merge drm/drm-next into drm-misc-nextMaxime Ripard1-1/+21
2019-09-19drm/atomic-helper: Make crtc helper funcs optionalVille Syrjälä1-1/+1
2019-09-19drm: Measure Self Refresh Entry/Exit times to avoid thrashingSean Paul1-0/+20
2019-09-18drm/atomic: Rename crtc_state->pageflip_flags to async_flipDaniel Vetter1-1/+1
2019-09-16drm/connector: Share with non-atomic drivers the function to get the single encoderJosé Roberto de Souza1-13/+2
2019-08-28drm: Stop including drm_bridge.h from drm_crtc.hBoris Brezillon1-0/+1
2019-06-19Merge v5.2-rc5 into drm-nextDaniel Vetter1-10/+12
2019-06-13drm: Add helpers to kick off self refresh mode in driversSean Paul1-2/+33