diff options
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c index b692ad402252..c855366521ab 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c | |||
@@ -937,9 +937,9 @@ int amdgpu_vce_ring_test_ring(struct amdgpu_ring *ring) | |||
937 | unsigned i; | 937 | unsigned i; |
938 | int r, timeout = adev->usec_timeout; | 938 | int r, timeout = adev->usec_timeout; |
939 | 939 | ||
940 | /* workaround VCE ring test slow issue for sriov*/ | 940 | /* skip ring test for sriov*/ |
941 | if (amdgpu_sriov_vf(adev)) | 941 | if (amdgpu_sriov_vf(adev)) |
942 | timeout *= 10; | 942 | return 0; |
943 | 943 | ||
944 | r = amdgpu_ring_alloc(ring, 16); | 944 | r = amdgpu_ring_alloc(ring, 16); |
945 | if (r) { | 945 | if (r) { |