diff options
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/uvd_v6_0.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/uvd_v6_0.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/uvd_v6_0.c b/drivers/gpu/drm/amd/amdgpu/uvd_v6_0.c index aa536076e695..c6bca730d25b 100644 --- a/drivers/gpu/drm/amd/amdgpu/uvd_v6_0.c +++ b/drivers/gpu/drm/amd/amdgpu/uvd_v6_0.c | |||
@@ -800,7 +800,7 @@ static int uvd_v6_0_ring_test_ib(struct amdgpu_ring *ring) | |||
800 | goto error; | 800 | goto error; |
801 | } | 801 | } |
802 | 802 | ||
803 | r = amdgpu_uvd_get_destroy_msg(ring, 1, &fence); | 803 | r = amdgpu_uvd_get_destroy_msg(ring, 1, true, &fence); |
804 | if (r) { | 804 | if (r) { |
805 | DRM_ERROR("amdgpu: failed to get destroy ib (%d).\n", r); | 805 | DRM_ERROR("amdgpu: failed to get destroy ib (%d).\n", r); |
806 | goto error; | 806 | goto error; |