aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_atomic.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-03-08drm: introduce pipe color correction propertiesLionel Landwerlin1-2/+86
2016-02-19drm/atomic: Allow for holes in connector state, v2.Maarten Lankhorst1-24/+20
2016-01-25drm: Add functions to setup/tear down drm_events.Daniel Vetter1-33/+11
2016-01-06drm/atomic: Remove drm_atomic_connectors_for_crtc.Maarten Lankhorst1-30/+0
2016-01-05drm/atomic-helper: Reject legacy flips on a disabled pipeDaniel Vetter1-0/+16
2016-01-05drm/atomic: add connector mask to drm_crtc_state.Maarten Lankhorst1-0/+11
2015-12-11drm: Add plane->name and use it in debug printsVille Syrjälä1-6/+6
2015-12-11drm: Add crtc->name and use it in debug messagesVille Syrjälä1-20/+21
2015-12-08drm: Document drm_atomic_*_get_propertyDaniel Vetter1-3/+30
2015-12-02drm: Implement drm_modeset_lock_all_ctx()Thierry Reding1-6/+1
2015-11-24drm/atomic: Small documentation fix.Maarten Lankhorst1-1/+1
2015-11-24GPU-DRM: Delete unnecessary checks before drm_property_unreference_blob()Markus Elfring1-6/+3
2015-11-17drm/atomic: add a drm_atomic_clean_old_fb helper.Maarten Lankhorst1-18/+40
2015-11-17drm/core: Fix old_fb handling in drm_mode_atomic_ioctl.Maarten Lankhorst1-1/+2