[PATCH 04/13] drm/fb-helper: Push locking in fb_is_bound

2017-07-04 Thread Daniel Vetter
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 Cc: Thierry Reding Signed-off-by: Daniel Vetter --- drivers/gpu/drm/drm_fb_helper.c | 24 +--- 1 file changed, 9 insertions(+), 15

[PATCH 04/13] drm/fb-helper: Push locking in fb_is_bound

2017-06-27 Thread Daniel Vetter
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 Cc: Thierry Reding Signed-off-by: Daniel Vetter --- drivers/gpu/drm/drm_fb_helper.c | 24 +--- 1 file changed, 9 insertions(+), 15