RE: [PATCH] drm/amdgpu: Refine IB schedule error logging

2024-03-21 Thread Kamal, Asad
ATCH] drm/amdgpu: Refine IB schedule error logging Downgrade to debug information when IBs are skipped. Also, use dev_* to identify the device. Signed-off-by: Lijo Lazar --- drivers/gpu/drm/amd/amdgpu/amdgpu_job.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/drivers

Re: [PATCH] drm/amdgpu: Refine IB schedule error logging

2024-03-21 Thread Christian König
Am 21.03.24 um 13:36 schrieb Lijo Lazar: Downgrade to debug information when IBs are skipped. Also, use dev_* to identify the device. Signed-off-by: Lijo Lazar Reviewed-by: Christian König --- drivers/gpu/drm/amd/amdgpu/amdgpu_job.c | 7 +-- 1 file changed, 5 insertions(+), 2 deleti

[PATCH] drm/amdgpu: Refine IB schedule error logging

2024-03-21 Thread Lijo Lazar
Downgrade to debug information when IBs are skipped. Also, use dev_* to identify the device. Signed-off-by: Lijo Lazar --- drivers/gpu/drm/amd/amdgpu/amdgpu_job.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_job.c b/drivers/gpu/drm