aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_atomic.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-01-05drm/atomic: Hide drm.ko internal interfacesDaniel Vetter1-47/+7
2015-01-05drm: Atomic modeset ioctlRob Clark1-0/+331
2015-01-05drm/atomic: atomic connector propertiesRob Clark1-2/+7
2015-01-05drm/atomic: atomic plane propertiesRob Clark1-5/+64
2015-01-05drm/atomic: atomic_check functionsRob Clark1-4/+135
2015-01-05drm: add atomic propertiesRob Clark1-0/+45
2014-12-18drm: add atomic_get_propertyRob Clark1-0/+88
2014-12-18drm: add atomic_set_property wrappersRob Clark1-0/+90
2014-12-17drm/atomic: Introduce state->obj backpointersDaniel Vetter1-9/+4
2014-11-27drm/atomic: track bitmask of planes attached to crtcRob Clark1-5/+21
2014-11-25drm/atomic: Drop per-plane locking TODODaniel Vetter1-6/+0
2014-11-21drm/atomic: Add missing ERR_PTR castingDaniel Vetter1-1/+1
2014-11-20drm/atomic: Don't overrun the connector array when hotpluggingDaniel Vetter1-5/+21
2014-11-20drm/atomic: Only destroy connector states with connection mutex heldDaniel Vetter1-3/+6
2014-11-20drm/atomic: Ensure that drm_connector_index is stableDaniel Vetter1-4/+4
2014-11-12drm: Per-plane lockingDaniel Vetter1-1/+1
2014-11-06drm/atomic: Refcounting for plane_state->fbDaniel Vetter1-0/+28
2014-11-05drm: Global atomic state handlingDaniel Vetter1-0/+600