diff options
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_object.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_object.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_object.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_object.h index 731748033878..9c3e29a04eb1 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_object.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_object.h | |||
@@ -252,10 +252,9 @@ void *amdgpu_bo_kptr(struct amdgpu_bo *bo); | |||
252 | void amdgpu_bo_kunmap(struct amdgpu_bo *bo); | 252 | void amdgpu_bo_kunmap(struct amdgpu_bo *bo); |
253 | struct amdgpu_bo *amdgpu_bo_ref(struct amdgpu_bo *bo); | 253 | struct amdgpu_bo *amdgpu_bo_ref(struct amdgpu_bo *bo); |
254 | void amdgpu_bo_unref(struct amdgpu_bo **bo); | 254 | void amdgpu_bo_unref(struct amdgpu_bo **bo); |
255 | int amdgpu_bo_pin(struct amdgpu_bo *bo, u32 domain, u64 *gpu_addr); | 255 | int amdgpu_bo_pin(struct amdgpu_bo *bo, u32 domain); |
256 | int amdgpu_bo_pin_restricted(struct amdgpu_bo *bo, u32 domain, | 256 | int amdgpu_bo_pin_restricted(struct amdgpu_bo *bo, u32 domain, |
257 | u64 min_offset, u64 max_offset, | 257 | u64 min_offset, u64 max_offset); |
258 | u64 *gpu_addr); | ||
259 | int amdgpu_bo_unpin(struct amdgpu_bo *bo); | 258 | int amdgpu_bo_unpin(struct amdgpu_bo *bo); |
260 | int amdgpu_bo_evict_vram(struct amdgpu_device *adev); | 259 | int amdgpu_bo_evict_vram(struct amdgpu_device *adev); |
261 | int amdgpu_bo_init(struct amdgpu_device *adev); | 260 | int amdgpu_bo_init(struct amdgpu_device *adev); |