aboutsummaryrefslogtreecommitdiffstats
path: root/amdgpu/amdgpu_internal.h
diff options
context:
space:
mode:
authorChristian König <christian.koenig@amd.com>2017-11-02 18:54:59 +0100
committerChristian König <christian.koenig@amd.com>2017-11-08 16:11:40 +0100
commita844925c8af45161145ab512efb8d5584c9d97f2 (patch)
tree1a368bb7e9d66b794a8356774ff856595426092b /amdgpu/amdgpu_internal.h
parent4b4ccaac2e01af2d5846d168dedc2ee9cb8e7672 (diff)
downloadexternal_libdrm-a844925c8af45161145ab512efb8d5584c9d97f2.tar.gz
external_libdrm-a844925c8af45161145ab512efb8d5584c9d97f2.tar.bz2
external_libdrm-a844925c8af45161145ab512efb8d5584c9d97f2.zip
amdgpu: sanitize 64bit VA manager
Adding the extra reservation of the 32bit space to the 64bit manager is complete nonsense and just a waste of memory and CPU cycles. Signed-off-by: Christian König <christian.koenig@amd.com>
Diffstat (limited to 'amdgpu/amdgpu_internal.h')
-rw-r--r--amdgpu/amdgpu_internal.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/amdgpu/amdgpu_internal.h b/amdgpu/amdgpu_internal.h
index 56d15112..e26e5190 100644
--- a/amdgpu/amdgpu_internal.h
+++ b/amdgpu/amdgpu_internal.h
@@ -148,13 +148,6 @@ drm_private void amdgpu_vamgr_init(struct amdgpu_bo_va_mgr *mgr, uint64_t start,
drm_private void amdgpu_vamgr_deinit(struct amdgpu_bo_va_mgr *mgr);
-drm_private uint64_t
-amdgpu_vamgr_find_va(struct amdgpu_bo_va_mgr *mgr, uint64_t size,
- uint64_t alignment, uint64_t base_required);
-
-drm_private void
-amdgpu_vamgr_free_va(struct amdgpu_bo_va_mgr *mgr, uint64_t va, uint64_t size);
-
drm_private int amdgpu_parse_asic_ids(struct amdgpu_asic_id **asic_ids);
drm_private int amdgpu_query_gpu_info_init(amdgpu_device_handle dev);