summaryrefslogtreecommitdiffstats
path: root/include/drm/drm_atomic.h
Commit message (Expand)AuthorAgeFilesLines
* drm/atomic: Remove deprecated accessor macrosMaarten Lankhorst2017-09-081-75/+0
* drm/atomic: Fix freeing connector/plane state too early by tracking commits, v3.Maarten Lankhorst2017-09-081-0/+12
* drm/atomic: Move drm_crtc_commit to drm_crtc_state, v4.Maarten Lankhorst2017-09-081-1/+0
* drm/atomic: Return commit in drm_crtc_commit_get for better annotationMaarten Lankhorst2017-09-081-1/+5
* drm/atomic: Fix typo in kerneldocThierry Reding2017-09-011-1/+1
* drm: Nuke drm_atomic_legacy_backoffDaniel Vetter2017-08-081-2/+0
* drm: Nuke drm_atomic_helper_connector_set_propertyDaniel Vetter2017-08-081-3/+0
* drm: Nuke drm_atomic_helper_plane_set_propertyDaniel Vetter2017-08-081-3/+0
* drm/atomic: Update comment to match the codeThierry Reding2017-07-311-1/+1
* drm/atomic: Make private objs proper objectsVille Syrjälä2017-07-131-46/+74
* drm/atomic: initial support for asynchronous plane updateGustavo Padovan2017-07-031-0/+2
* drm/atomic: Consitfy mode parameter to drm_atomic_set_mode_for_crtc()Ville Syrjälä2017-05-311-1/+1
* drm: Add driver-private objects to atomic statePandiyan, Dhinakaran2017-05-041-0/+95
* drm/atomic: Unify conflicting encoder handling.Maarten Lankhorst2017-04-061-2/+0
* drm: document the all the atomic iteratorsDaniel Vetter2017-03-291-1/+158
* drm/atomic: Add macros to access existing old/new state, v2.Maarten Lankhorst2017-03-061-0/+108
* Merge airlied/drm-next into drm-misc-nextDaniel Vetter2017-02-261-1/+1
|\
| * Merge tag 'v4.10-rc8' into drm-nextDave Airlie2017-02-231-1/+1
| |\
| | * drm/fence: fix memory overwrite when setting out_fence fdGustavo Padovan2017-01-161-1/+1
* | | drm/atomic: Add new iterators over all state, v3.Maarten Lankhorst2017-02-141-3/+78
|/ /
* | drm/kms-core: Use recommened kerneldoc for struct member refsDaniel Vetter2017-01-251-2/+4
* | drm: Add kernel-doc for drm_crtc_commit_get/putDaniel Vetter2017-01-051-1/+20
* | drm/doc: use preferred struct reference in kernel-docDaniel Vetter2016-12-301-1/+1
* | drm: Wrap the check for atomic_commit implementationDhinakaran Pandiyan2016-12-271-1/+0
* | drm/atomic: Clean up wait_for_vblanks, v2.Maarten Lankhorst2016-12-191-0/+1
* | drm: Move atomic debugfs functions into drm_crtc_internal.hDaniel Vetter2016-12-181-6/+0
|/
* drm/atomic: Constify drm_atomic_crtc_needs_modeset()Ville Syrjälä2016-11-281-1/+1
* drm/atomic: cleanup debugfs entries on un-registering the driver.Liviu Dudau2016-11-211-0/+1
* drm/fence: add out-fences supportGustavo Padovan2016-11-161-0/+1
* drm/atomic: add debugfs file to dump out atomic stateRob Clark2016-11-081-0/+7
* drm/atomic: add drm_atomic_set_fence_for_plane()Gustavo Padovan2016-11-081-0/+2
* drm: Add reference counting to drm_atomic_stateChris Wilson2016-10-171-1/+30
* drm: atomic: Clarify documentation around drm_atomic_crtc_needs_modesetBrian Starkey2016-10-171-1/+10
* drm: Extract drm_plane.[hc]Daniel Vetter2016-09-221-0/+154
* drm/atomic: Add struct drm_crtc_commit to track async updatesDaniel Vetter2016-06-101-0/+6
* drm/atomic: kerneldoc for drm_atomic_crtc_needs_modesetDaniel Vetter2016-06-091-0/+10
* drm/atomic-docs: Spelling fixupsDaniel Vetter2016-06-021-2/+2
* drm: Consolidate crtc arrays in drm_atomic_stateDaniel Vetter2016-06-021-5/+5
* drm: Consolidate plane arrays in drm_atomic_stateDaniel Vetter2016-06-021-7/+7
* drm: Consolidate connector arrays in drm_atomic_stateDaniel Vetter2016-06-021-5/+5
* drm/atomic: Add drm_atomic_crtc_state_for_each_plane_stateDaniel Vetter2016-06-021-0/+36
* drm/atomic: Rename drm_atomic_async_commit to nonblocking.Maarten Lankhorst2016-05-021-1/+1
* drm/atomic: Remove drm_atomic_connectors_for_crtc.Maarten Lankhorst2016-01-061-4/+0
* drm: fix potential dangling else problems in for_each_ macrosJani Nikula2015-11-251-3/+3
* drm/atomic: add a drm_atomic_clean_old_fb helper.Maarten Lankhorst2015-11-171-0/+3
* drm/atomic: add connectors_changed to separate it from mode_changed, v2Maarten Lankhorst2015-07-271-1/+2
* drm/atomic: Extract needs_modeset functionDaniel Vetter2015-06-191-0/+6
* drm/atomic: fix out of bounds read in for_each_*_in_state helpersAndrey Ryabinin2015-05-261-12/+12
* drm/atomic: Add MODE_ID propertyDaniel Stone2015-05-261-0/+3
* drm: Add drm_atomic_set_mode_for_crtcDaniel Stone2015-05-261-0/+3
OpenPOWER on IntegriCloud