drm/amdgpu: stop waiting in amdgpu_uvd_send_msg
authorChristian König <christian.koenig@amd.com>
Mon, 16 Jan 2023 19:49:23 +0000 (20:49 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 6 Mar 2023 20:27:22 +0000 (15:27 -0500)
commitc1aafd6399a3fd35594778acc618075e1bac81d4
tree3412b5eeca611bf439d514d06791d2ec1c3683b9
parentf6c0cd55fed897e8441e41c4bd8220a39539bcf4
drm/amdgpu: stop waiting in amdgpu_uvd_send_msg

We have a wait in the amdgpu_bo_kmap() code for quite a while now, so
waiting here isn't needed any more.

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c