]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
drm/fb-helper: Push locking into pan_display_atomic|legacy
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 4 Jul 2017 15:18:26 +0000 (17:18 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 6 Jul 2017 08:01:35 +0000 (10:01 +0200)
commit5c2e3448d104dc85250467af9ecc1e4779c56090
treea01c8727939afb4fd7d95fc5b459dcc20c7efb79
parent235d3e4fa115b39a72112f29ec5c84b847111edd
drm/fb-helper: Push locking into pan_display_atomic|legacy

For the legacy path we'll keep drm_modeset_lock_all, for the atomic
one we drop the use of the magic implicit context and wire it up
properly.

Cc: John Stultz <john.stultz@linaro.org>
Cc: Thierry Reding <treding@nvidia.com>
Reviewed-by: Maarten Lankhorst <maarten.lankhorst@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20170704151833.17304-7-daniel.vetter@ffwll.ch
drivers/gpu/drm/drm_fb_helper.c