aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_atomic.c
AgeCommit message (Expand)Author
2015-08-25Revert "drm/atomic: Call ww_acquire_done after check phase is complete"Dave Airlie
2015-08-11drm/atomic: Call ww_acquire_done after check phase is completeDaniel Vetter
2015-08-11drm/atomic: Paper over locking WARN in default_state_clearDaniel Vetter
2015-07-24Merge tag 'topic/connector-locking-2015-07-23' of git://anongit.freedesktop.o...Dave Airlie
2015-07-22drm: Roll out drm_for_each_connector moreDaniel Vetter
2015-07-07drm/atomic: Cleanup on error properly in the atomic ioctl.Maarten Lankhorst
2015-07-02drm/atomic: Update old_fb after setting a property.Maarten Lankhorst
2015-06-19drm/atomic: Extract needs_modeset functionDaniel Vetter
2015-05-26drm/atomic: Add MODE_ID propertyDaniel Stone
2015-05-26drm/atomic: Add current-mode blob to CRTC stateDaniel Stone
2015-05-26drm: Add drm_atomic_set_mode_for_crtcDaniel Stone
2015-05-21drm/atomic: add drm_atomic_add_affected_planesMaarten Lankhorst
2015-05-18drm/atomic: Allow drivers to subclass drm_atomic_state, v3Maarten Lankhorst
2015-05-13drm/atomic: add drm_atomic_get_existing_*_state helpersMaarten Lankhorst
2015-04-11drm/atomic: Add for_each_{connector,crtc,plane}_in_state helper macrosAnder Conselvan de Oliveira
2015-04-07drm: Fix some typosJohn Hunter
2015-03-30drm/atomic: Don't try to free a NULL stateAnder Conselvan de Oliveira
2015-03-30drm/atomic: Clear crtcs, connectors and planes when clearing stateAnder Conselvan de Oliveira
2015-03-23drm: atomic: Allow setting CRTC active propertyDaniel Stone
2015-03-23drm: atomic: Expose CRTC active propertyDaniel Stone
2015-03-10drm: Share plane pixel format check code between legacy and atomicLaurent Pinchart
2015-03-10drm: Complete moving rotation property to coreTvrtko Ursulin
2015-02-23drm: Add DRM_DEBUG_ATOMICDaniel Vetter
2015-01-28Merge tag 'topic/atomic-core-2015-01-27' of git://anongit.freedesktop.org/drm...Dave Airlie
2015-01-27drm/atomic: Fix potential use of state after freeAnder Conselvan de Oliveira
2015-01-27drm/atomic: Add drm_crtc_state->activeDaniel Vetter
2015-01-27drm: Add rotation value to plane stateMatt Roper
2015-01-21next: drm/atomic: Use copy_from_user to copy 64 bit data from user spaceGuenter Roeck
2015-01-05drm/atomic: Hide drm.ko internal interfacesDaniel Vetter
2015-01-05drm: Atomic modeset ioctlRob Clark
2015-01-05drm/atomic: atomic connector propertiesRob Clark
2015-01-05drm/atomic: atomic plane propertiesRob Clark
2015-01-05drm/atomic: atomic_check functionsRob Clark
2015-01-05drm: add atomic propertiesRob Clark
2014-12-18drm: add atomic_get_propertyRob Clark
2014-12-18drm: add atomic_set_property wrappersRob Clark
2014-12-17drm/atomic: Introduce state->obj backpointersDaniel Vetter
2014-11-27drm/atomic: track bitmask of planes attached to crtcRob Clark
2014-11-25drm/atomic: Drop per-plane locking TODODaniel Vetter
2014-11-21drm/atomic: Add missing ERR_PTR castingDaniel Vetter
2014-11-20drm/atomic: Don't overrun the connector array when hotpluggingDaniel Vetter
2014-11-20drm/atomic: Only destroy connector states with connection mutex heldDaniel Vetter
2014-11-20drm/atomic: Ensure that drm_connector_index is stableDaniel Vetter
2014-11-12drm: Per-plane lockingDaniel Vetter
2014-11-06drm/atomic: Refcounting for plane_state->fbDaniel Vetter
2014-11-05drm: Global atomic state handlingDaniel Vetter