aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_object.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_object.h')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_object.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_object.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_object.h
index 4bb6f0a8d799..e9a21d991e77 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_object.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_object.h
@@ -233,10 +233,8 @@ static inline bool amdgpu_bo_explicit_sync(struct amdgpu_bo *bo)
233 return bo->flags & AMDGPU_GEM_CREATE_EXPLICIT_SYNC; 233 return bo->flags & AMDGPU_GEM_CREATE_EXPLICIT_SYNC;
234} 234}
235 235
236int amdgpu_bo_create(struct amdgpu_device *adev, unsigned long size, 236int amdgpu_bo_create(struct amdgpu_device *adev,
237 int byte_align, u32 domain, 237 struct amdgpu_bo_param *bp,
238 u64 flags, enum ttm_bo_type type,
239 struct reservation_object *resv,
240 struct amdgpu_bo **bo_ptr); 238 struct amdgpu_bo **bo_ptr);
241int amdgpu_bo_create_reserved(struct amdgpu_device *adev, 239int amdgpu_bo_create_reserved(struct amdgpu_device *adev,
242 unsigned long size, int align, 240 unsigned long size, int align,