diff options
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/uvd_v5_0.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/uvd_v5_0.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/uvd_v5_0.c b/drivers/gpu/drm/amd/amdgpu/uvd_v5_0.c index bb6d46e168a3..3b29aaba783a 100644 --- a/drivers/gpu/drm/amd/amdgpu/uvd_v5_0.c +++ b/drivers/gpu/drm/amd/amdgpu/uvd_v5_0.c | |||
@@ -536,7 +536,7 @@ static int uvd_v5_0_ring_test_ring(struct amdgpu_ring *ring) | |||
536 | } | 536 | } |
537 | 537 | ||
538 | if (i < adev->usec_timeout) { | 538 | if (i < adev->usec_timeout) { |
539 | DRM_INFO("ring test on %d succeeded in %d usecs\n", | 539 | DRM_DEBUG("ring test on %d succeeded in %d usecs\n", |
540 | ring->idx, i); | 540 | ring->idx, i); |
541 | } else { | 541 | } else { |
542 | DRM_ERROR("amdgpu: ring %d test failed (0x%08X)\n", | 542 | DRM_ERROR("amdgpu: ring %d test failed (0x%08X)\n", |