diff options
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.h')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.h index c850009602d1..6249ba1bde2a 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.h @@ -29,9 +29,9 @@ int amdgpu_uvd_sw_fini(struct amdgpu_device *adev);  int amdgpu_uvd_suspend(struct amdgpu_device *adev);  int amdgpu_uvd_resume(struct amdgpu_device *adev);  int amdgpu_uvd_get_create_msg(struct amdgpu_ring *ring, uint32_t handle, -			      struct fence **fence); +			      struct dma_fence **fence);  int amdgpu_uvd_get_destroy_msg(struct amdgpu_ring *ring, uint32_t handle, -			       bool direct, struct fence **fence); +			       bool direct, struct dma_fence **fence);  void amdgpu_uvd_free_handles(struct amdgpu_device *adev,  			     struct drm_file *filp);  int amdgpu_uvd_ring_parse_cs(struct amdgpu_cs_parser *parser, uint32_t ib_idx);  | 
