diff options
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_object.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_object.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_object.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_object.h index 3bee13344065..1e9fe85abcbb 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_object.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_object.h | |||
@@ -251,6 +251,7 @@ int amdgpu_bo_pin_restricted(struct amdgpu_bo *bo, u32 domain, | |||
251 | int amdgpu_bo_unpin(struct amdgpu_bo *bo); | 251 | int amdgpu_bo_unpin(struct amdgpu_bo *bo); |
252 | int amdgpu_bo_evict_vram(struct amdgpu_device *adev); | 252 | int amdgpu_bo_evict_vram(struct amdgpu_device *adev); |
253 | int amdgpu_bo_init(struct amdgpu_device *adev); | 253 | int amdgpu_bo_init(struct amdgpu_device *adev); |
254 | int amdgpu_bo_late_init(struct amdgpu_device *adev); | ||
254 | void amdgpu_bo_fini(struct amdgpu_device *adev); | 255 | void amdgpu_bo_fini(struct amdgpu_device *adev); |
255 | int amdgpu_bo_fbdev_mmap(struct amdgpu_bo *bo, | 256 | int amdgpu_bo_fbdev_mmap(struct amdgpu_bo *bo, |
256 | struct vm_area_struct *vma); | 257 | struct vm_area_struct *vma); |