]> git.baikalelectronics.ru Git - 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)
commitd8d16692264d4d9f0689b52cd3109287d2bc3b8c
treea01c8727939afb4fd7d95fc5b459dcc20c7efb79
parentd1cb19289eb22d66aa084bc155b2f64296a00c61
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