diff options
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c b/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c index 9ecdf621a74a..9f93e05bf97e 100644 --- a/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c +++ b/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c | |||
@@ -804,7 +804,7 @@ static int gfx_v8_0_ring_test_ring(struct amdgpu_ring *ring) | |||
804 | DRM_UDELAY(1); | 804 | DRM_UDELAY(1); |
805 | } | 805 | } |
806 | if (i < adev->usec_timeout) { | 806 | if (i < adev->usec_timeout) { |
807 | DRM_INFO("ring test on %d succeeded in %d usecs\n", | 807 | DRM_DEBUG("ring test on %d succeeded in %d usecs\n", |
808 | ring->idx, i); | 808 | ring->idx, i); |
809 | } else { | 809 | } else { |
810 | DRM_ERROR("amdgpu: ring %d test failed (scratch(0x%04X)=0x%08X)\n", | 810 | DRM_ERROR("amdgpu: ring %d test failed (scratch(0x%04X)=0x%08X)\n", |
@@ -856,7 +856,7 @@ static int gfx_v8_0_ring_test_ib(struct amdgpu_ring *ring, long timeout) | |||
856 | } | 856 | } |
857 | tmp = RREG32(scratch); | 857 | tmp = RREG32(scratch); |
858 | if (tmp == 0xDEADBEEF) { | 858 | if (tmp == 0xDEADBEEF) { |
859 | DRM_INFO("ib test on ring %d succeeded\n", ring->idx); | 859 | DRM_DEBUG("ib test on ring %d succeeded\n", ring->idx); |
860 | r = 0; | 860 | r = 0; |
861 | } else { | 861 | } else { |
862 | DRM_ERROR("amdgpu: ib test failed (scratch(0x%04X)=0x%08X)\n", | 862 | DRM_ERROR("amdgpu: ib test failed (scratch(0x%04X)=0x%08X)\n", |