Hi all, This is prep work for some dma_resv series I'm tinkering with, but I figured good to split this out since good idea to land this no matter what exactly I'll end up creating in dma_resv. With these everything in drivers/gpu nicely goes through either the dma_resv or drm_modeset_lock wrappers, and doesn't call ww_mutex directly. Review, comments, acks all very much welcome, as usual. Cheers, Daniel Daniel Vetter (4): drm/etnaviv: Use dma_resv locking wrappers drm/i915: Use dma_resv locking wrappers drm/msm: Use dma_resv locking wrappers drm/vc4: Use dma_resv locking wrappers drivers/gpu/drm/etnaviv/etnaviv_gem_submit.c | 8 +++----- drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c | 6 +++--- drivers/gpu/drm/msm/msm_gem_submit.c | 10 +++++----- drivers/gpu/drm/vc4/vc4_gem.c | 11 +++++------ 4 files changed, 16 insertions(+), 19 deletions(-) -- 2.24.0 _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel