]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amdgpu/userq: unmap queues amdgpu_userq_mgr_fini()
authorAlex Deucher <alexander.deucher@amd.com>
Wed, 16 Apr 2025 18:35:05 +0000 (14:35 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 22 Apr 2025 12:51:45 +0000 (08:51 -0400)
commit36b0bc1731c82fdf2b9228fe4e86d99e5063be1b
tree17aa0588b981feec4eb0de3b5dfa2e9a7d8a6008
parente67b95f0cd5e8dd57a9df5d5d15da6ba7847808a
drm/amdgpu/userq: unmap queues amdgpu_userq_mgr_fini()

This was missed when the map and unmap were split out
of the mqd create and destroy functions.

Fixes: b0db33c8c50f ("drm/amdgpu/userq: rework front end call sequence")
Reviewed-by: Prike Liang <Prike.Liang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_userqueue.c