summaryrefslogtreecommitdiffstats
path: root/include/drm/drm_atomic.h
AgeCommit message (Expand)AuthorLines
2018-01-30drm/atomic: Fix memleak on ERESTARTSYS during non-blocking commitsLeo (Sunpeng) Li-0/+9
2017-12-15drm/doc: Move legacy kms helpers to the very endDaniel Vetter-0/+4
2017-12-15drm/atomic: document how to handle driver private objectsDaniel Vetter-0/+28
2017-10-06drm/atomic: Make atomic iterators less surprisingMaarten Lankhorst-43/+42
2017-10-06drm/atomic: Remove unneeded null check for private objectsMaarten Lankhorst-6/+3
2017-09-08drm/atomic: Remove deprecated accessor macrosMaarten Lankhorst-75/+0
2017-09-08drm/atomic: Fix freeing connector/plane state too early by tracking commits, v3.Maarten Lankhorst-0/+12
2017-09-08drm/atomic: Move drm_crtc_commit to drm_crtc_state, v4.Maarten Lankhorst-1/+0
2017-09-08drm/atomic: Return commit in drm_crtc_commit_get for better annotationMaarten Lankhorst-1/+5
2017-09-01drm/atomic: Fix typo in kerneldocThierry Reding-1/+1
2017-08-08drm: Nuke drm_atomic_legacy_backoffDaniel Vetter-2/+0
2017-08-08drm: Nuke drm_atomic_helper_connector_set_propertyDaniel Vetter-3/+0
2017-08-08drm: Nuke drm_atomic_helper_plane_set_propertyDaniel Vetter-3/+0
2017-07-31drm/atomic: Update comment to match the codeThierry Reding-1/+1
2017-07-13drm/atomic: Make private objs proper objectsVille Syrjälä-46/+74
2017-07-03drm/atomic: initial support for asynchronous plane updateGustavo Padovan-0/+2
2017-05-31drm/atomic: Consitfy mode parameter to drm_atomic_set_mode_for_crtc()Ville Syrjälä-1/+1
2017-05-04drm: Add driver-private objects to atomic statePandiyan, Dhinakaran-0/+95
2017-04-06drm/atomic: Unify conflicting encoder handling.Maarten Lankhorst-2/+0
2017-03-29drm: document the all the atomic iteratorsDaniel Vetter-1/+158
2017-03-06drm/atomic: Add macros to access existing old/new state, v2.Maarten Lankhorst-0/+108
2017-02-26Merge airlied/drm-next into drm-misc-nextDaniel Vetter-1/+1
2017-02-23Merge tag 'v4.10-rc8' into drm-nextDave Airlie-1/+1
2017-02-14drm/atomic: Add new iterators over all state, v3.Maarten Lankhorst-3/+78
2017-01-25drm/kms-core: Use recommened kerneldoc for struct member refsDaniel Vetter-2/+4
2017-01-16drm/fence: fix memory overwrite when setting out_fence fdGustavo Padovan-1/+1
2017-01-05drm: Add kernel-doc for drm_crtc_commit_get/putDaniel Vetter-1/+20
2016-12-30drm/doc: use preferred struct reference in kernel-docDaniel Vetter-1/+1
2016-12-27drm: Wrap the check for atomic_commit implementationDhinakaran Pandiyan-1/+0
2016-12-19drm/atomic: Clean up wait_for_vblanks, v2.Maarten Lankhorst-0/+1
2016-12-18drm: Move atomic debugfs functions into drm_crtc_internal.hDaniel Vetter-6/+0
2016-11-28drm/atomic: Constify drm_atomic_crtc_needs_modeset()Ville Syrjälä-1/+1
2016-11-21drm/atomic: cleanup debugfs entries on un-registering the driver.Liviu Dudau-0/+1
2016-11-16drm/fence: add out-fences supportGustavo Padovan-0/+1
2016-11-08drm/atomic: add debugfs file to dump out atomic stateRob Clark-0/+7
2016-11-08drm/atomic: add drm_atomic_set_fence_for_plane()Gustavo Padovan-0/+2
2016-10-17drm: Add reference counting to drm_atomic_stateChris Wilson-1/+30
2016-10-17drm: atomic: Clarify documentation around drm_atomic_crtc_needs_modesetBrian Starkey-1/+10
2016-09-22drm: Extract drm_plane.[hc]Daniel Vetter-0/+154
2016-06-10drm/atomic: Add struct drm_crtc_commit to track async updatesDaniel Vetter-0/+6
2016-06-09drm/atomic: kerneldoc for drm_atomic_crtc_needs_modesetDaniel Vetter-0/+10
2016-06-02drm/atomic-docs: Spelling fixupsDaniel Vetter-2/+2
2016-06-02drm: Consolidate crtc arrays in drm_atomic_stateDaniel Vetter-5/+5
2016-06-02drm: Consolidate plane arrays in drm_atomic_stateDaniel Vetter-7/+7
2016-06-02drm: Consolidate connector arrays in drm_atomic_stateDaniel Vetter-5/+5
2016-06-02drm/atomic: Add drm_atomic_crtc_state_for_each_plane_stateDaniel Vetter-0/+36
2016-05-02drm/atomic: Rename drm_atomic_async_commit to nonblocking.Maarten Lankhorst-1/+1
2016-01-06drm/atomic: Remove drm_atomic_connectors_for_crtc.Maarten Lankhorst-4/+0
2015-11-25drm: fix potential dangling else problems in for_each_ macrosJani Nikula-3/+3
2015-11-17drm/atomic: add a drm_atomic_clean_old_fb helper.Maarten Lankhorst-0/+3