]> 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 17:55:33 +0000 (13:55 -0400)
commit758a868043dcb07eca923bc451c16da3e73dc47c
tree6ba65b3ebd43856405f8f20c59fe3054761a67f7
parent6fa41db7ffdec97d62433adf03b7b9b759af8c2c
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>
drivers/gpu/drm/amd/amdgpu/amdgpu_userq.c
drivers/gpu/drm/amd/amdgpu/amdgpu_userq.h
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c