we see this message once during boot and that's possibly due to one of the bo unmap called while the queue is going through tear down and we see this warning.
Change this to debug only logging. Signed-off-by: Sunil Khatri <[email protected]> --- drivers/gpu/drm/amd/amdgpu/amdgpu_userq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_userq.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_userq.c index f0c7b686f68d..0f2c00a37287 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_userq.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_userq.c @@ -1352,7 +1352,7 @@ void amdgpu_userq_gem_va_unmap_validate(struct amdgpu_device *adev, if (!ip_mask) return; - dev_warn_once(adev->dev, "now unmapping a vital queue va:%llx\n", saddr); + dev_dbg(adev->dev, "now unmapping a vital queue va:%llx\n", saddr); /** * The userq VA mapping reservation should include the eviction fence, * if the eviction fence can't signal successfully during unmapping, -- 2.34.1
