aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_atomic_helper.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-17Merge tag 'drm-misc-next-2017-10-16' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-2/+2
2017-10-13drm/atomic-helper: Fix reference to drm_crtc_send_vblank_event()Thierry Reding1-1/+1
2017-10-13drm/atomic-helper: Fix typoThierry Reding1-1/+1
2017-10-13Merge tag 'drm-misc-next-2017-10-12' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-0/+1
2017-10-12drm: Pass struct drm_file * to __drm_mode_object_find [v2]Keith Packard1-1/+1
2017-10-09drm/atomic: Unref duplicated drm_atomic_state in drm_atomic_helper_resume()Jeffy Chen1-0/+1
2017-09-28Merge tag 'drm-misc-next-2017-09-20' of git://anongit.freedesktop.org/git/drm-misc into drm-nextDave Airlie1-102/+209
2017-09-08drm/atomic: Make async plane update checks work as intended, v2.Maarten Lankhorst1-38/+15
2017-09-08drm/atomic: Fix freeing connector/plane state too early by tracking commits, v3.Maarten Lankhorst1-6/+166
2017-09-08drm/atomic: Remove waits in drm_atomic_helper_commit_cleanup_done, v2.Maarten Lankhorst1-17/+0
2017-09-08drm/atomic: Move drm_crtc_commit to drm_crtc_state, v4.Maarten Lankhorst1-47/+35
2017-09-08drm/atomic: Return commit in drm_crtc_commit_get for better annotationMaarten Lankhorst1-2/+1
2017-08-10Merge airlied/drm-next into drm-intel-next-queuedDaniel Vetter1-249/+1
2017-08-08drm: Nuke drm_atomic_helper_connector_dpmsDaniel Vetter1-79/+0
2017-08-08drm: Nuke drm_atomic_helper_connector_set_propertyDaniel Vetter1-55/+0
2017-08-08drm: Nuke drm_atomic_helper_plane_set_propertyDaniel Vetter1-55/+0
2017-08-08drm: Nuke drm_atomic_helper_crtc_set_propertyDaniel Vetter1-55/+0
2017-08-08drm: Don't update property values for atomic driversDaniel Vetter1-4/+0
2017-08-01drm/atomic: Use new iterator macros in drm_atomic_helper_wait_for_flip_done, again.Maarten Lankhorst1-1/+1
2017-07-27Merge airlied/drm-next into drm-intel-next-queuedDaniel Vetter1-74/+271
2017-07-26drm/atomic: implement drm_atomic_helper_commit_tail for runtime_pm usersMaxime Ripard1-15/+34
2017-07-26drm/atomic: Allow drm_atomic_helper_swap_state to failMaarten Lankhorst1-8/+7
2017-07-26drm/atomic: Change drm_atomic_helper_swap_state to return an error.Maarten Lankhorst1-8/+18
2017-07-19drm/atomic-helper: Fix leak in disable_allDaniel Vetter1-2/+16
2017-07-14drm/atomic-helper: update lut props directly in ..._legacy_gamma_setPeter Rosin1-15/+5
2017-07-13drm/atomic: Make private objs proper objectsVille Syrjälä1-4/+26
2017-07-13drm/atomic: Use new iterator macros in drm_atomic_helper_wait_for_flip_doneMaarten Lankhorst1-2/+2
2017-07-13drm/atomic: Use the new helpers in drm_atomic_helper_disable_all()Maarten Lankhorst1-2/+2
2017-07-04drm/atomic-helper: Realign function parametersDaniel Vetter1-13/+11
2017-07-03drm/atomic: initial support for asynchronous plane updateGustavo Padovan1-0/+122
2017-06-30drm: Add old state pointer to CRTC .enable() helper functionLaurent Pinchart1-3/+4
2017-06-27Merge remote-tracking branch 'airlied/drm-next' into drm-misc-nextSean Paul1-0/+11
2017-06-27drm/atomic-helper: Simplify commit tracking lockingDaniel Vetter1-6/+1
2017-06-22drm: Add drm_atomic_helper_wait_for_flip_done()Boris Brezillon1-1/+42
2017-06-16BackMerge tag 'v4.12-rc5' into drm-nextDave Airlie1-0/+11
2017-05-31drm: Fix locking in drm_atomic_helper_resumeDaniel Vetter1-0/+11
2017-05-30drm: Use mode_valid() in atomic modesetJose Abreu1-3/+73
2017-05-22drm: Add DRM_MODE_ROTATE_ and DRM_MODE_REFLECT_ to UAPIRobert Foss1-1/+1
2017-05-04drm: Add driver-private objects to atomic statePandiyan, Dhinakaran1-0/+5
2017-05-02drm/atomic: fix doc to use new name for commit typesGustavo Padovan1-2/+2
2017-04-18drm/doc: Interlink color manager docs betterDaniel Vetter1-1/+2
2017-04-06drm/atomic: Add connector atomic_check function, v2.Maarten Lankhorst1-4/+40
2017-04-06drm/atomic: Move enable/connector check up in check_modeset()Maarten Lankhorst1-10/+10
2017-04-06drm/atomic: Set all the changed flags in one place.Maarten Lankhorst1-11/+6
2017-04-06drm/atomic: Unify conflicting encoder handling.Maarten Lankhorst1-2/+5
2017-04-06drm/atomic-helper: Remove legacy backoff hack from gamma_setDaniel Vetter1-11/+2
2017-04-06drm: Add acquire ctx to ->gamma_set hookDaniel Vetter1-1/+3
2017-04-05drm/atomic-helper: remove modeset_lock_all from helper_resumeDaniel Vetter1-4/+12
2017-04-05drm: Remove drm_modeset_legacy_acquire_ctx and crtc->acquire_ctxDaniel Vetter1-1/+1
2017-03-30drm: Fixup failure paths in drm_atomic_helper_set_configDaniel Vetter1-1/+2