aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu.h')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
index 4a6e87857875..a783c684b49b 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
@@ -2364,7 +2364,7 @@ void amdgpu_ttm_placement_from_domain(struct amdgpu_bo *rbo, u32 domain);
2364bool amdgpu_ttm_bo_is_amdgpu_bo(struct ttm_buffer_object *bo); 2364bool amdgpu_ttm_bo_is_amdgpu_bo(struct ttm_buffer_object *bo);
2365int amdgpu_ttm_tt_set_userptr(struct ttm_tt *ttm, uint64_t addr, 2365int amdgpu_ttm_tt_set_userptr(struct ttm_tt *ttm, uint64_t addr,
2366 uint32_t flags); 2366 uint32_t flags);
2367bool amdgpu_ttm_tt_has_userptr(struct ttm_tt *ttm); 2367struct mm_struct *amdgpu_ttm_tt_get_usermm(struct ttm_tt *ttm);
2368bool amdgpu_ttm_tt_affect_userptr(struct ttm_tt *ttm, unsigned long start, 2368bool amdgpu_ttm_tt_affect_userptr(struct ttm_tt *ttm, unsigned long start,
2369 unsigned long end); 2369 unsigned long end);
2370bool amdgpu_ttm_tt_is_readonly(struct ttm_tt *ttm); 2370bool amdgpu_ttm_tt_is_readonly(struct ttm_tt *ttm);