]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/amdgpu/userq: remove the vital queue unmap logging
authorSunil Khatri <sunil.khatri@amd.com>
Mon, 25 May 2026 07:48:00 +0000 (13:18 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 3 Jun 2026 18:55:23 +0000 (14:55 -0400)
commit2a07f3fa4998e2ef248e1f55cd3776348758aec0
treecbf1a8b5748cb7c0b141f67037101d32a0f4cde7
parent352ea59028ea48a6fff77f19ae28f98f71946a80
drm/amdgpu/userq: remove the vital queue unmap logging

Mesa userqueues free does not wait for the free to complete and go ahead
in unmapping the vital bos while kernel is still in queue free and
corresponding cleanup.

So ideally we don't need the logging for that and hence remove the warn
message as this is expected behaviour and functionally, we are making
sure to wait for the required fences before unmap.

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>
(cherry picked from commit 758a868043dcb07eca923bc451c16da3e73dc47c)
drivers/gpu/drm/amd/amdgpu/amdgpu_userq.c
drivers/gpu/drm/amd/amdgpu/amdgpu_userq.h
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c