]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
drm/msm: Drop struct_mutex from the retire path
authorRob Clark <robdclark@chromium.org>
Fri, 23 Oct 2020 16:51:19 +0000 (09:51 -0700)
committerRob Clark <robdclark@chromium.org>
Thu, 5 Nov 2020 00:00:56 +0000 (16:00 -0800)
commitc5c1643cef7a11c1f3a5544528087618ba9a5aab
tree5036c45fa7b0eb9b6dc6b88b231695dc03026cd7
parentfb1a1fcbacefd839503e94a66a467809ade27b2c
drm/msm: Drop struct_mutex from the retire path

Now that we are not relying on dev->struct_mutex to protect the
ring->submits lists, drop the struct_mutex lock.

Signed-off-by: Rob Clark <robdclark@chromium.org>
Reviewed-by: Jordan Crouse <jcrouse@codeaurora.org>
Reviewed-by: Kristian H. Kristensen <hoegsberg@google.com>
Signed-off-by: Rob Clark <robdclark@chromium.org>
drivers/gpu/drm/msm/msm_gpu.c