drm/amdgpu: fix cleaning up reserved VMID on release
authorChristian König <christian.koenig@amd.com>
Fri, 13 Jan 2023 16:32:45 +0000 (17:32 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 19 Jan 2023 04:13:14 +0000 (23:13 -0500)
commit4463b1eea28ad733ca5cb53d89371132a57b1db3
treefb63a493e1869d16275b69a66648735be6bc1abc
parentc7bae4aaa5609c1fa9761c35dbcc5fcc92915222
drm/amdgpu: fix cleaning up reserved VMID on release

We need to reset this or otherwise run into list corruption later on.

Fixes: e44a0fe630c5 ("drm/amdgpu: rework reserved VMID handling")
Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Tested-by: Candice Li <candice.li@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_ids.c