aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c
diff options
context:
space:
mode:
authorRob Clark <[email protected]>2021-07-28 01:06:15 +0000
committerRob Clark <[email protected]>2021-07-28 16:19:00 +0000
commitbd0b8e9f9c3c0f7f29884f62eec585a6396ba575 (patch)
treec7e794df7070620d3be1826ed2766a1f1cb685f4 /drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c
parentdrm/msm: Conversion to drm scheduler (diff)
downloadkernel-bd0b8e9f9c3c0f7f29884f62eec585a6396ba575.tar.gz
kernel-bd0b8e9f9c3c0f7f29884f62eec585a6396ba575.zip
drm/msm: Drop submit bo_list
This was only used to detect userspace including the same bo multiple times in a submit. But ww_mutex can already tell us this. When we drop struct_mutex around the submit ioctl, we'd otherwise need to lock the bo before adding it to the bo_list. But since ww_mutex can already tell us this, it is simpler just to remove the bo_list. Signed-off-by: Rob Clark <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Rob Clark <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c')
0 files changed, 0 insertions, 0 deletions