drm/amdgpu: stop waiting for the VM during unreserve
authorChristian König <christian.koenig@amd.com>
Fri, 25 Nov 2022 15:45:09 +0000 (16:45 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 14 Dec 2022 14:48:32 +0000 (09:48 -0500)
commit053499f7b45dc56758240615569b349fe9e2fc8d
tree553a29d9be83b9edc176591b0a310549e03cc11e
parent5f3c40e9e2460c42f5bf6c51b1e393d7159241c3
drm/amdgpu: stop waiting for the VM during unreserve

This is completely pointless since the VMID always stays allocated until
the VM is idle.

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_vm.c