diff options
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/uvd_v4_2.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/uvd_v4_2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/uvd_v4_2.c b/drivers/gpu/drm/amd/amdgpu/uvd_v4_2.c index d50679222b65..232fe2a3a9b8 100644 --- a/drivers/gpu/drm/amd/amdgpu/uvd_v4_2.c +++ b/drivers/gpu/drm/amd/amdgpu/uvd_v4_2.c | |||
@@ -522,7 +522,7 @@ static int uvd_v4_2_ring_test_ib(struct amdgpu_ring *ring) | |||
522 | goto error; | 522 | goto error; |
523 | } | 523 | } |
524 | 524 | ||
525 | r = amdgpu_uvd_get_destroy_msg(ring, 1, &fence); | 525 | r = amdgpu_uvd_get_destroy_msg(ring, 1, true, &fence); |
526 | if (r) { | 526 | if (r) { |
527 | DRM_ERROR("amdgpu: failed to get destroy ib (%d).\n", r); | 527 | DRM_ERROR("amdgpu: failed to get destroy ib (%d).\n", r); |
528 | goto error; | 528 | goto error; |