drm/amdgpu: remove va cursors for all mappings
authorSunil Khatri <sunil.khatri@amd.com>
Tue, 12 May 2026 16:59:48 +0000 (22:29 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 18 May 2026 22:11:07 +0000 (18:11 -0400)
commit4d35a45c9b4c1ac5b6e3219f83c3db706b675fa2
treeb80d4eb5396c714a5bc2829c8bd75dc995f0bbc7
parent7a076df36397d780d7e4fb595287b4980451a7f5
drm/amdgpu: remove va cursors for all mappings

va_cursor struct needs to be cleaned even if the mapping
has been removed already.

Also simplify it by make it a void function as return value
check isn't needed as its called during tear down.

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