summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_atomic.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+5
* 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-241-1/+0
|\
| * drm: remove excess descriptionLuis de Bethencourt2016-03-201-1/+0
* | Merge tag 'topic/drm-misc-2016-03-14' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-03-161-2/+86
|\ \ | |/
| * drm: introduce pipe color correction propertiesLionel Landwerlin2016-03-081-2/+86
* | Merge drm-fixes into drm-next.Dave Airlie2016-03-141-24/+20
|\ \ | |/ |/|
| * drm/atomic: Allow for holes in connector state, v2.Maarten Lankhorst2016-02-191-24/+20
* | drm: Add functions to setup/tear down drm_events.Daniel Vetter2016-01-251-33/+11
|/
* drm/atomic: Remove drm_atomic_connectors_for_crtc.Maarten Lankhorst2016-01-061-30/+0
* drm/atomic-helper: Reject legacy flips on a disabled pipeDaniel Vetter2016-01-051-0/+16
* drm/atomic: add connector mask to drm_crtc_state.Maarten Lankhorst2016-01-051-0/+11
* drm: Add plane->name and use it in debug printsVille Syrjälä2015-12-111-6/+6
* drm: Add crtc->name and use it in debug messagesVille Syrjälä2015-12-111-20/+21
* drm: Document drm_atomic_*_get_propertyDaniel Vetter2015-12-081-3/+30
* drm: Implement drm_modeset_lock_all_ctx()Thierry Reding2015-12-021-6/+1
* drm/atomic: Small documentation fix.Maarten Lankhorst2015-11-241-1/+1
* GPU-DRM: Delete unnecessary checks before drm_property_unreference_blob()Markus Elfring2015-11-241-6/+3
* drm/atomic: add a drm_atomic_clean_old_fb helper.Maarten Lankhorst2015-11-171-18/+40
* drm/core: Fix old_fb handling in drm_mode_atomic_ioctl.Maarten Lankhorst2015-11-171-1/+2
* drm: drm_atomic_crtc_get_property should be staticGeliang Tang2015-09-241-1/+2
* Merge tag 'v4.3-rc2' into topic/drm-miscDaniel Vetter2015-09-241-16/+23
|\
| * drm/atomic: Fix bookkeeping with TEST_ONLY, v3.Maarten Lankhorst2015-09-011-16/+23
* | drm/atomic: refuse changing CRTC for planes directlyDaniel Vetter2015-09-081-0/+25
|/
* Revert "drm/atomic: Call ww_acquire_done after check phase is complete"Dave Airlie2015-08-251-3/+0
* drm/atomic: Call ww_acquire_done after check phase is completeDaniel Vetter2015-08-111-0/+3
* drm/atomic: Paper over locking WARN in default_state_clearDaniel Vetter2015-08-111-3/+9
* Merge tag 'topic/connector-locking-2015-07-23' of git://anongit.freedesktop.o...Dave Airlie2015-07-241-1/+1
|\
| * drm: Roll out drm_for_each_connector moreDaniel Vetter2015-07-221-1/+1
* | drm/atomic: Cleanup on error properly in the atomic ioctl.Maarten Lankhorst2015-07-071-34/+30
* | drm/atomic: Update old_fb after setting a property.Maarten Lankhorst2015-07-021-6/+6
|/
* drm/atomic: Extract needs_modeset functionDaniel Vetter2015-06-191-2/+1
* drm/atomic: Add MODE_ID propertyDaniel Stone2015-05-261-1/+56
* drm/atomic: Add current-mode blob to CRTC stateDaniel Stone2015-05-261-1/+31
* drm: Add drm_atomic_set_mode_for_crtcDaniel Stone2015-05-261-0/+36
* drm/atomic: add drm_atomic_add_affected_planesMaarten Lankhorst2015-05-211-0/+39
* drm/atomic: Allow drivers to subclass drm_atomic_state, v3Maarten Lankhorst2015-05-181-28/+88
* drm/atomic: add drm_atomic_get_existing_*_state helpersMaarten Lankhorst2015-05-131-10/+8
* drm/atomic: Add for_each_{connector,crtc,plane}_in_state helper macrosAnder Conselvan de Oliveira2015-04-111-44/+18
* drm: Fix some typosJohn Hunter2015-04-071-2/+2
* drm/atomic: Don't try to free a NULL stateAnder Conselvan de Oliveira2015-03-301-0/+3
* drm/atomic: Clear crtcs, connectors and planes when clearing stateAnder Conselvan de Oliveira2015-03-301-0/+3
* drm: atomic: Allow setting CRTC active propertyDaniel Stone2015-03-231-3/+6
* drm: atomic: Expose CRTC active propertyDaniel Stone2015-03-231-2/+10
* drm: Share plane pixel format check code between legacy and atomicLaurent Pinchart2015-03-101-6/+4
OpenPOWER on IntegriCloud