aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_atomic.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-09-24drm: drm_atomic_crtc_get_property should be staticGeliang Tang1-1/+2
2015-09-24Merge tag 'v4.3-rc2' into topic/drm-miscDaniel Vetter1-16/+23
2015-09-08drm/atomic: refuse changing CRTC for planes directlyDaniel Vetter1-0/+25
2015-09-01drm/atomic: Fix bookkeeping with TEST_ONLY, v3.Maarten Lankhorst1-16/+23
2015-08-25Revert "drm/atomic: Call ww_acquire_done after check phase is complete"Dave Airlie1-3/+0
2015-08-11drm/atomic: Call ww_acquire_done after check phase is completeDaniel Vetter1-0/+3
2015-08-11drm/atomic: Paper over locking WARN in default_state_clearDaniel Vetter1-3/+9
2015-07-24Merge tag 'topic/connector-locking-2015-07-23' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-1/+1
2015-07-22drm: Roll out drm_for_each_connector moreDaniel Vetter1-1/+1
2015-07-07drm/atomic: Cleanup on error properly in the atomic ioctl.Maarten Lankhorst1-34/+30
2015-07-02drm/atomic: Update old_fb after setting a property.Maarten Lankhorst1-6/+6
2015-06-19drm/atomic: Extract needs_modeset functionDaniel Vetter1-2/+1
2015-05-26drm/atomic: Add MODE_ID propertyDaniel Stone1-1/+56
2015-05-26drm/atomic: Add current-mode blob to CRTC stateDaniel Stone1-1/+31
2015-05-26drm: Add drm_atomic_set_mode_for_crtcDaniel Stone1-0/+36
2015-05-21drm/atomic: add drm_atomic_add_affected_planesMaarten Lankhorst1-0/+39
2015-05-18drm/atomic: Allow drivers to subclass drm_atomic_state, v3Maarten Lankhorst1-28/+88
2015-05-13drm/atomic: add drm_atomic_get_existing_*_state helpersMaarten Lankhorst1-10/+8
2015-04-11drm/atomic: Add for_each_{connector,crtc,plane}_in_state helper macrosAnder Conselvan de Oliveira1-44/+18
2015-04-07drm: Fix some typosJohn Hunter1-2/+2
2015-03-30drm/atomic: Don't try to free a NULL stateAnder Conselvan de Oliveira1-0/+3
2015-03-30drm/atomic: Clear crtcs, connectors and planes when clearing stateAnder Conselvan de Oliveira1-0/+3
2015-03-23drm: atomic: Allow setting CRTC active propertyDaniel Stone1-3/+6
2015-03-23drm: atomic: Expose CRTC active propertyDaniel Stone1-2/+10
2015-03-10drm: Share plane pixel format check code between legacy and atomicLaurent Pinchart1-6/+4
2015-03-10drm: Complete moving rotation property to coreTvrtko Ursulin1-0/+2
2015-02-23drm: Add DRM_DEBUG_ATOMICDaniel Vetter1-49/+51
2015-01-28Merge tag 'topic/atomic-core-2015-01-27' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-2/+19
2015-01-27drm/atomic: Fix potential use of state after freeAnder Conselvan de Oliveira1-0/+3
2015-01-27drm/atomic: Add drm_crtc_state->activeDaniel Vetter1-2/+16
2015-01-27drm: Add rotation value to plane stateMatt Roper1-0/+2
2015-01-21next: drm/atomic: Use copy_from_user to copy 64 bit data from user spaceGuenter Roeck1-1/+3