aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/sdma_v2_4.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/sdma_v2_4.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/sdma_v2_4.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/sdma_v2_4.c b/drivers/gpu/drm/amd/amdgpu/sdma_v2_4.c
index 67f375bfe452..92f8c44a73b6 100644
--- a/drivers/gpu/drm/amd/amdgpu/sdma_v2_4.c
+++ b/drivers/gpu/drm/amd/amdgpu/sdma_v2_4.c
@@ -633,7 +633,7 @@ static int sdma_v2_4_ring_test_ring(struct amdgpu_ring *ring)
633 } 633 }
634 634
635 if (i < adev->usec_timeout) { 635 if (i < adev->usec_timeout) {
636 DRM_INFO("ring test on %d succeeded in %d usecs\n", ring->idx, i); 636 DRM_DEBUG("ring test on %d succeeded in %d usecs\n", ring->idx, i);
637 } else { 637 } else {
638 DRM_ERROR("amdgpu: ring %d test failed (0x%08X)\n", 638 DRM_ERROR("amdgpu: ring %d test failed (0x%08X)\n",
639 ring->idx, tmp); 639 ring->idx, tmp);
@@ -704,7 +704,7 @@ static int sdma_v2_4_ring_test_ib(struct amdgpu_ring *ring, long timeout)
704 } 704 }
705 tmp = le32_to_cpu(adev->wb.wb[index]); 705 tmp = le32_to_cpu(adev->wb.wb[index]);
706 if (tmp == 0xDEADBEEF) { 706 if (tmp == 0xDEADBEEF) {
707 DRM_INFO("ib test on ring %d succeeded\n", ring->idx); 707 DRM_DEBUG("ib test on ring %d succeeded\n", ring->idx);
708 r = 0; 708 r = 0;
709 } else { 709 } else {
710 DRM_ERROR("amdgpu: ib test failed (0x%08X)\n", tmp); 710 DRM_ERROR("amdgpu: ib test failed (0x%08X)\n", tmp);