summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_atomic.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-vc4-next-2016-12-09' of https://github.com/anholt/linux into d...Dave Airlie2016-12-131-0/+50
|\
| * drm: Add TV connector states to drm_connector_stateBoris Brezillon2016-12-101-0/+50
* | drm/fence: add drm_crtc_create_fence()Gustavo Padovan2016-12-071-15/+1Star
* | drm: Introduce drm_framebuffer_assign()Chris Wilson2016-11-291-6/+2Star
* | drm/fences: add DOC: for explicit fencingGustavo Padovan2016-11-221-0/+52
* | drm/atomic: cleanup debugfs entries on un-registering the driver.Liviu Dudau2016-11-211-0/+7
* | drm: Nuke modifier[1-3]Ville Syrjälä2016-11-171-1/+1
* | drm/fence: add out-fences supportGustavo Padovan2016-11-161-45/+196
* | drm/fence: add in-fences supportGustavo Padovan2016-11-161-0/+14
* | drm: move allocation out of drm_get_format_name()Eric Engestrom2016-11-121-4/+6
* | Merge tag 'topic/drm-misc-2016-11-10' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-11-111-0/+186
|\ \
| * | drm/atomic: add debugfs file to dump out atomic stateRob Clark2016-11-081-0/+63
| * | drm/atomic: add new drm_debug bit to dump atomic stateRob Clark2016-11-081-0/+93
| * | drm/atomic: add drm_atomic_set_fence_for_plane()Gustavo Padovan2016-11-081-0/+30
* | | Backmerge tag 'v4.9-rc4' into drm-nextDave Airlie2016-11-071-3/+6
|\ \ \ | |/ / |/| |
| * | drm: Release reference from blob lookup after replacing propertyFelix Monninger2016-10-261-3/+6
| |/
* | dma-buf: Rename struct fence to dma_fenceChris Wilson2016-10-251-1/+1
* | drm: RIP mode_config->rotation_propertyVille Syrjälä2016-10-221-4/+2Star
* | drm: Add support for optional per-plane rotation propertyVille Syrjälä2016-10-211-2/+4
* | drm/atomic: Reject attempts to use multiple rotation angles at onceVille Syrjälä2016-10-211-0/+2
* | drm: Add reference counting to drm_atomic_stateChris Wilson2016-10-171-15/+10Star
|/
* Merge tag 'v4.8-rc8' into drm-nextDave Airlie2016-09-281-3/+3
|\
| * drm/atomic: Don't potentially reset color_mgmt_changed on successive property...Mario Kleiner2016-08-281-3/+3
* | drm: Move property validation to a helper, v2.Maarten Lankhorst2016-09-121-11/+2Star
* | drm/atomic: Reject properties not part of the object.Maarten Lankhorst2016-09-061-1/+10
* | drm: remove `const` attribute to hint at caller that they now own the memoryEric Engestrom2016-08-161-1/+1
* | drm: make drm_get_format_name thread-safeEric Engestrom2016-08-151-2/+3
|/
* drm: add generic zpos propertyMarek Szyprowski2016-07-291-0/+4
* drm/atomic: Delete an unnecessary check before drm_property_unreference_blob()Markus Elfring2016-07-201-2/+1Star
* Merge remote-tracking branch 'airlied/drm-next' into topic/drm-miscDaniel Vetter2016-07-191-1/+26
|\
| * Merge tag 'topic/drm-misc-2016-07-14' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-07-151-0/+66
| |\
| * \ Back-merge tag 'v4.7-rc5' into drm-nextDave Airlie2016-07-021-1/+26
| |\ \
| | * | drm/atomic: Make drm_atomic_legacy_backoff reset crtc->acquire_ctxMaarten Lankhorst2016-06-241-1/+26
* | | | Revert "drm: Resurrect atomic rmfb code"Daniel Vetter2016-07-141-66/+0Star
| |_|/ |/| |
* | | drm: Resurrect atomic rmfb codeDaniel Vetter2016-07-131-0/+66
|/ /
* | drm/atomic: Add struct drm_crtc_commit to track async updatesDaniel Vetter2016-06-101-0/+22
* | Merge tag 'topic/drm-misc-2016-06-07' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-06-091-46/+34Star
|\ \ | |/ |/|
| * drm/fence: add fence to drm_pending_eventGustavo Padovan2016-06-031-6/+13
| * drm: Consolidate crtc arrays in drm_atomic_stateDaniel Vetter2016-06-021-11/+6Star
| * drm: Consolidate plane arrays in drm_atomic_stateDaniel Vetter2016-06-021-11/+6Star
| * drm: Consolidate connector arrays in drm_atomic_stateDaniel Vetter2016-06-021-18/+9Star
* | drm: make drm_atomic_set_mode_prop_for_crtc() more reliableTomi Valkeinen2016-06-011-1/+2
|/
* drm: Avoid connector reference imbalance on error pathChris Wilson2016-05-181-9/+11
* drm/atomic: use connector references (v3)Dave Airlie2016-05-051-9/+5Star
* drm/modes: add connector reference counting. (v2)Dave Airlie2016-05-051-2/+17
* drm/atomic: Add WARN_ON when state->acquire_ctx is not set.Maarten Lankhorst2016-05-031-0/+6
* drm/atomic: Rename drm_atomic_async_commit to nonblocking.Maarten Lankhorst2016-05-021-6/+6
* drm/atomic: Add missing drm_crtc_internal.h includeThierry Reding2016-04-281-0/+2
* Merge tag 'topic/drm-misc-2016-03-22' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-03-231-1/+0Star
|\
| * drm: remove excess descriptionLuis de Bethencourt2016-03-201-1/+0Star