summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_atomic.c
AgeCommit message (Expand)AuthorLines
2016-02-19drm/atomic: Allow for holes in connector state, v2.Maarten Lankhorst-24/+20
2016-01-06drm/atomic: Remove drm_atomic_connectors_for_crtc.Maarten Lankhorst-30/+0
2016-01-05drm/atomic-helper: Reject legacy flips on a disabled pipeDaniel Vetter-0/+16
2016-01-05drm/atomic: add connector mask to drm_crtc_state.Maarten Lankhorst-0/+11
2015-12-11drm: Add plane->name and use it in debug printsVille Syrjälä-6/+6
2015-12-11drm: Add crtc->name and use it in debug messagesVille Syrjälä-20/+21
2015-12-08drm: Document drm_atomic_*_get_propertyDaniel Vetter-3/+30
2015-12-02drm: Implement drm_modeset_lock_all_ctx()Thierry Reding-6/+1
2015-11-24drm/atomic: Small documentation fix.Maarten Lankhorst-1/+1
2015-11-24GPU-DRM: Delete unnecessary checks before drm_property_unreference_blob()Markus Elfring-6/+3
2015-11-17drm/atomic: add a drm_atomic_clean_old_fb helper.Maarten Lankhorst-18/+40
2015-11-17drm/core: Fix old_fb handling in drm_mode_atomic_ioctl.Maarten Lankhorst-1/+2
2015-09-24drm: drm_atomic_crtc_get_property should be staticGeliang Tang-1/+2
2015-09-24Merge tag 'v4.3-rc2' into topic/drm-miscDaniel Vetter-16/+23
2015-09-08drm/atomic: refuse changing CRTC for planes directlyDaniel Vetter-0/+25
2015-09-01drm/atomic: Fix bookkeeping with TEST_ONLY, v3.Maarten Lankhorst-16/+23
2015-08-25Revert "drm/atomic: Call ww_acquire_done after check phase is complete"Dave Airlie-3/+0
2015-08-11drm/atomic: Call ww_acquire_done after check phase is completeDaniel Vetter-0/+3
2015-08-11drm/atomic: Paper over locking WARN in default_state_clearDaniel Vetter-3/+9
2015-07-24Merge tag 'topic/connector-locking-2015-07-23' of git://anongit.freedesktop.o...Dave Airlie-1/+1
2015-07-22drm: Roll out drm_for_each_connector moreDaniel Vetter-1/+1
2015-07-07drm/atomic: Cleanup on error properly in the atomic ioctl.Maarten Lankhorst-34/+30
2015-07-02drm/atomic: Update old_fb after setting a property.Maarten Lankhorst-6/+6
2015-06-19drm/atomic: Extract needs_modeset functionDaniel Vetter-2/+1
2015-05-26drm/atomic: Add MODE_ID propertyDaniel Stone-1/+56
2015-05-26drm/atomic: Add current-mode blob to CRTC stateDaniel Stone-1/+31
2015-05-26drm: Add drm_atomic_set_mode_for_crtcDaniel Stone-0/+36
2015-05-21drm/atomic: add drm_atomic_add_affected_planesMaarten Lankhorst-0/+39
2015-05-18drm/atomic: Allow drivers to subclass drm_atomic_state, v3Maarten Lankhorst-28/+88
2015-05-13drm/atomic: add drm_atomic_get_existing_*_state helpersMaarten Lankhorst-10/+8
2015-04-11drm/atomic: Add for_each_{connector,crtc,plane}_in_state helper macrosAnder Conselvan de Oliveira-44/+18
2015-04-07drm: Fix some typosJohn Hunter-2/+2
2015-03-30drm/atomic: Don't try to free a NULL stateAnder Conselvan de Oliveira-0/+3
2015-03-30drm/atomic: Clear crtcs, connectors and planes when clearing stateAnder Conselvan de Oliveira-0/+3
2015-03-23drm: atomic: Allow setting CRTC active propertyDaniel Stone-3/+6
2015-03-23drm: atomic: Expose CRTC active propertyDaniel Stone-2/+10
2015-03-10drm: Share plane pixel format check code between legacy and atomicLaurent Pinchart-6/+4
2015-03-10drm: Complete moving rotation property to coreTvrtko Ursulin-0/+2
2015-02-23drm: Add DRM_DEBUG_ATOMICDaniel Vetter-49/+51
2015-01-28Merge tag 'topic/atomic-core-2015-01-27' of git://anongit.freedesktop.org/drm...Dave Airlie-2/+19
2015-01-27drm/atomic: Fix potential use of state after freeAnder Conselvan de Oliveira-0/+3
2015-01-27drm/atomic: Add drm_crtc_state->activeDaniel Vetter-2/+16
2015-01-27drm: Add rotation value to plane stateMatt Roper-0/+2
2015-01-21next: drm/atomic: Use copy_from_user to copy 64 bit data from user spaceGuenter Roeck-1/+3
2015-01-05drm/atomic: Hide drm.ko internal interfacesDaniel Vetter-47/+7
2015-01-05drm: Atomic modeset ioctlRob Clark-0/+331
2015-01-05drm/atomic: atomic connector propertiesRob Clark-2/+7
2015-01-05drm/atomic: atomic plane propertiesRob Clark-5/+64
2015-01-05drm/atomic: atomic_check functionsRob Clark-4/+135
2015-01-05drm: add atomic propertiesRob Clark-0/+45