aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_atomic.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-07drm/fence: add drm_crtc_create_fence()Gustavo Padovan1-15/+1
2016-11-29drm: Introduce drm_framebuffer_assign()Chris Wilson1-6/+2
2016-11-22drm/fences: add DOC: for explicit fencingGustavo Padovan1-0/+52
2016-11-21drm/atomic: cleanup debugfs entries on un-registering the driver.Liviu Dudau1-0/+7
2016-11-17drm: Nuke modifier[1-3]Ville Syrjälä1-1/+1
2016-11-16drm/fence: add out-fences supportGustavo Padovan1-45/+196
2016-11-16drm/fence: add in-fences supportGustavo Padovan1-0/+14
2016-11-12drm: move allocation out of drm_get_format_name()Eric Engestrom1-4/+6
2016-11-11Merge tag 'topic/drm-misc-2016-11-10' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-0/+186
2016-11-08drm/atomic: add debugfs file to dump out atomic stateRob Clark1-0/+63
2016-11-08drm/atomic: add new drm_debug bit to dump atomic stateRob Clark1-0/+93
2016-11-08drm/atomic: add drm_atomic_set_fence_for_plane()Gustavo Padovan1-0/+30
2016-11-07Backmerge tag 'v4.9-rc4' into drm-nextDave Airlie1-3/+6
2016-10-26drm: Release reference from blob lookup after replacing propertyFelix Monninger1-3/+6
2016-10-25dma-buf: Rename struct fence to dma_fenceChris Wilson1-1/+1
2016-10-22drm: RIP mode_config->rotation_propertyVille Syrjälä1-4/+2
2016-10-21drm: Add support for optional per-plane rotation propertyVille Syrjälä1-2/+4
2016-10-21drm/atomic: Reject attempts to use multiple rotation angles at onceVille Syrjälä1-0/+2
2016-10-17drm: Add reference counting to drm_atomic_stateChris Wilson1-15/+10
2016-09-28Merge tag 'v4.8-rc8' into drm-nextDave Airlie1-3/+3
2016-09-12drm: Move property validation to a helper, v2.Maarten Lankhorst1-11/+2
2016-09-06drm/atomic: Reject properties not part of the object.Maarten Lankhorst1-1/+10
2016-08-29drm/atomic: Don't potentially reset color_mgmt_changed on successive property updates.Mario Kleiner1-3/+3
2016-08-16drm: remove `const` attribute to hint at caller that they now own the memoryEric Engestrom1-1/+1
2016-08-15drm: make drm_get_format_name thread-safeEric Engestrom1-2/+3
2016-07-29drm: add generic zpos propertyMarek Szyprowski1-0/+4
2016-07-20drm/atomic: Delete an unnecessary check before drm_property_unreference_blob()Markus Elfring1-2/+1
2016-07-19Merge remote-tracking branch 'airlied/drm-next' into topic/drm-miscDaniel Vetter1-1/+26
2016-07-15Merge tag 'topic/drm-misc-2016-07-14' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-0/+66
2016-07-14Revert "drm: Resurrect atomic rmfb code"Daniel Vetter1-66/+0
2016-07-13drm: Resurrect atomic rmfb codeDaniel Vetter1-0/+66
2016-07-02Back-merge tag 'v4.7-rc5' into drm-nextDave Airlie1-1/+26
2016-06-24drm/atomic: Make drm_atomic_legacy_backoff reset crtc->acquire_ctxMaarten Lankhorst1-1/+26
2016-06-10drm/atomic: Add struct drm_crtc_commit to track async updatesDaniel Vetter1-0/+22
2016-06-09Merge tag 'topic/drm-misc-2016-06-07' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-46/+34
2016-06-03drm/fence: add fence to drm_pending_eventGustavo Padovan1-6/+13
2016-06-02drm: Consolidate crtc arrays in drm_atomic_stateDaniel Vetter1-11/+6
2016-06-02drm: Consolidate plane arrays in drm_atomic_stateDaniel Vetter1-11/+6
2016-06-02drm: Consolidate connector arrays in drm_atomic_stateDaniel Vetter1-18/+9
2016-06-01drm: make drm_atomic_set_mode_prop_for_crtc() more reliableTomi Valkeinen1-1/+2
2016-05-18drm: Avoid connector reference imbalance on error pathChris Wilson1-9/+11
2016-05-05drm/atomic: use connector references (v3)Dave Airlie1-9/+5
2016-05-05drm/modes: add connector reference counting. (v2)Dave Airlie1-2/+17
2016-05-03drm/atomic: Add WARN_ON when state->acquire_ctx is not set.Maarten Lankhorst1-0/+6
2016-05-02drm/atomic: Rename drm_atomic_async_commit to nonblocking.Maarten Lankhorst1-6/+6
2016-04-28drm/atomic: Add missing drm_crtc_internal.h includeThierry Reding1-0/+2
2016-03-24Merge tag 'topic/drm-misc-2016-03-22' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-1/+0
2016-03-20drm: remove excess descriptionLuis de Bethencourt1-1/+0
2016-03-16Merge tag 'topic/drm-misc-2016-03-14' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-2/+86
2016-03-14Merge drm-fixes into drm-next.Dave Airlie1-24/+20