summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_atomic_helper.c
AgeCommit message (Expand)Author
2019-06-11drm: don't block fb changes for async plane updatesHelen Koike
2019-03-19drm: Block fb changes for async plane updatesNicholas Kazlauskas
2019-03-05drm: Block fb changes for async plane updatesNicholas Kazlauskas
2019-02-12drm: Clear state->acquire_ctx before leaving drm_atomic_helper_commit_duplica...Sean Paul
2019-01-26drm/atomic-helper: Complete fake_commit->flip_done potentially earlierVille Syrjälä
2018-10-18drm: Get ref on CRTC commit object when waiting for flip_doneLeo Li
2018-08-15Merge tag 'drm-next-2018-08-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2018-07-25drm/atomic: Initialize variables in drm_atomic_helper_async_check() to make g...Boris Brezillon
2018-07-25drm/atomic: Check old_plane_state->crtc in drm_atomic_helper_async_check()Boris Brezillon
2018-07-13drm: drop _mode_ from remaining connector functionsDaniel Vetter
2018-07-07drm/atomic: Call fake_vblank() from the generic commit_tail() helpersBoris Brezillon
2018-07-07drm/crtc: Add a generic infrastructure to fake VBLANK eventsBoris Brezillon
2018-07-07drm/connector: Make ->atomic_commit() optionalBoris Brezillon
2018-07-07drm/connector: Pass a drm_connector_state to ->atomic_commit()Boris Brezillon
2018-07-05drm/atomic-helper: Use bitwise or for filling a bitmaskVille Syrjälä
2018-07-02drm: Add drm_encoder_mask()Ville Syrjälä
2018-07-02drm/atomic-helper: Use old/new state in drm_atomic_helper_commit_planes_on_cr...Ville Syrjälä
2018-06-20drm: Add writeback connector typeBrian Starkey
2018-06-11drm: Stop updating plane->crtc/fb/old_fb on atomic driversVille Syrjälä
2018-05-04drm/rect: Handle rounding errors in drm_rect_clip_scaled, v3.Maarten Lankhorst
2018-04-18drm/atomic: Add sanity checks to drm_atomic_helper_async_commit()Boris Brezillon
2018-04-16drm/blend: Add a generic alpha propertyMaxime Ripard
2018-03-29drm: Use plane->state->fb over plane->fbVille Syrjälä
2018-03-29drm/atomic-helper: WARN if legacy plane fb pointers are bogus when committing...Ville Syrjälä
2018-03-29drm/atomic-helper: Drop plane->fb references only for drm_atomic_helper_shutd...Ville Syrjälä
2018-03-28drm: Add drm_mode_config->normalize_zpos booleanPeter Ujfalusi
2018-03-16drm: Remove now pointelss blob->data castsVille Syrjälä
2018-03-05drm: Don't pass clip to drm_atomic_helper_check_plane_state()Ville Syrjälä
2018-01-30drm/atomic: Fix memleak on ERESTARTSYS during non-blocking commitsLeo (Sunpeng) Li
2018-01-10Revert "drm/atomic: Fix memleak on ERESTARTSYS during non-blocking commits"Maarten Lankhorst
2018-01-09drm/atomic: Fix memleak on ERESTARTSYS during non-blocking commitsLeo (Sunpeng) Li
2017-12-04Merge tag 'drm-misc-next-2017-11-30' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2017-11-29drm/atomic: make drm_atomic_helper_wait_for_vblanks more agressiveLucas Stach
2017-11-21Merge airlied/drm-next into drm-misc-nextDaniel Vetter
2017-11-20drm: Move drm_plane_helper_check_state() into drm_atomic_helper.cVille Syrjälä
2017-11-15drm/atomic-helper: always track connector commits, tooDaniel Vetter
2017-11-09drm: Update docs for legacy kms stateDaniel Vetter
2017-10-24Merge tag 'drm-misc-next-2017-10-20' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2017-10-18drm/atomic-helper: check that drivers call drm_crtc_vblank_offDaniel Vetter
2017-10-17drm/atomic: Check for busy planes/connectors before setting the commitMaarten Lankhorst
2017-10-17drm/atomic: Make atomic helper track newly assigned planes correctly, v2.Maarten Lankhorst
2017-10-17Merge tag 'drm-misc-next-2017-10-16' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2017-10-13drm/atomic-helper: Fix reference to drm_crtc_send_vblank_event()Thierry Reding
2017-10-13drm/atomic-helper: Fix typoThierry Reding
2017-10-13Merge tag 'drm-misc-next-2017-10-12' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2017-10-12drm: Pass struct drm_file * to __drm_mode_object_find [v2]Keith Packard
2017-10-09drm/atomic: Unref duplicated drm_atomic_state in drm_atomic_helper_resume()Jeffy Chen
2017-09-28Merge tag 'drm-misc-next-2017-09-20' of git://anongit.freedesktop.org/git/drm...Dave Airlie
2017-09-08drm/atomic: Make async plane update checks work as intended, v2.Maarten Lankhorst
2017-09-08drm/atomic: Fix freeing connector/plane state too early by tracking commits, v3.Maarten Lankhorst