commit | bdac4a052a47920eeae22441ab608612dc0ef4e5 | [log] [tgz] |
---|---|---|
author | Daniel Vetter <daniel.vetter@ffwll.ch> | Tue Jul 04 17:18:24 2017 +0200 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Thu Jul 06 10:00:55 2017 +0200 |
tree | ce15a175e92b30820cfa3cc66f59477e5a027614 | |
parent | e9827d8ea2142d49a6622c72a3371a1d1e929c1d [diff] |
drm/fb-helper: Push locking in fb_is_bound That function only needs to take the individual crtc locks, not all the kms locks. Push down the locking and then minimize it. 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-5-daniel.vetter@ffwll.ch