aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/si_dma.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/si_dma.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/si_dma.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/si_dma.c b/drivers/gpu/drm/amd/amdgpu/si_dma.c
index 3fa2fbf8c9a1..ee469a906cd3 100644
--- a/drivers/gpu/drm/amd/amdgpu/si_dma.c
+++ b/drivers/gpu/drm/amd/amdgpu/si_dma.c
@@ -252,7 +252,7 @@ static int si_dma_ring_test_ring(struct amdgpu_ring *ring)
252 } 252 }
253 253
254 if (i < adev->usec_timeout) { 254 if (i < adev->usec_timeout) {
255 DRM_INFO("ring test on %d succeeded in %d usecs\n", ring->idx, i); 255 DRM_DEBUG("ring test on %d succeeded in %d usecs\n", ring->idx, i);
256 } else { 256 } else {
257 DRM_ERROR("amdgpu: ring %d test failed (0x%08X)\n", 257 DRM_ERROR("amdgpu: ring %d test failed (0x%08X)\n",
258 ring->idx, tmp); 258 ring->idx, tmp);
@@ -317,7 +317,7 @@ static int si_dma_ring_test_ib(struct amdgpu_ring *ring, long timeout)
317 } 317 }
318 tmp = le32_to_cpu(adev->wb.wb[index]); 318 tmp = le32_to_cpu(adev->wb.wb[index]);
319 if (tmp == 0xDEADBEEF) { 319 if (tmp == 0xDEADBEEF) {
320 DRM_INFO("ib test on ring %d succeeded\n", ring->idx); 320 DRM_DEBUG("ib test on ring %d succeeded\n", ring->idx);
321 r = 0; 321 r = 0;
322 } else { 322 } else {
323 DRM_ERROR("amdgpu: ib test failed (0x%08X)\n", tmp); 323 DRM_ERROR("amdgpu: ib test failed (0x%08X)\n", tmp);