diff options
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/vce_v3_0.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/vce_v3_0.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/vce_v3_0.c b/drivers/gpu/drm/amd/amdgpu/vce_v3_0.c index 800c10bcb6cd..c271abffd8dd 100644 --- a/drivers/gpu/drm/amd/amdgpu/vce_v3_0.c +++ b/drivers/gpu/drm/amd/amdgpu/vce_v3_0.c | |||
@@ -767,6 +767,8 @@ static const struct amdgpu_ring_funcs vce_v3_0_ring_funcs = { | |||
767 | .test_ib = amdgpu_vce_ring_test_ib, | 767 | .test_ib = amdgpu_vce_ring_test_ib, |
768 | .insert_nop = amdgpu_ring_insert_nop, | 768 | .insert_nop = amdgpu_ring_insert_nop, |
769 | .pad_ib = amdgpu_ring_generic_pad_ib, | 769 | .pad_ib = amdgpu_ring_generic_pad_ib, |
770 | .begin_use = amdgpu_vce_ring_begin_use, | ||
771 | .end_use = amdgpu_vce_ring_end_use, | ||
770 | }; | 772 | }; |
771 | 773 | ||
772 | static void vce_v3_0_set_ring_funcs(struct amdgpu_device *adev) | 774 | static void vce_v3_0_set_ring_funcs(struct amdgpu_device *adev) |