aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJammy Zhou2015-06-05 16:00:36 -0500
committerAlex Deucher2015-08-05 12:47:51 -0500
commit657245f7a3394063e3b25e86e314d2cf001f97d2 (patch)
treea574625adf845dec7cddf71485883c0d966742f2 /amdgpu/amdgpu.h
parent201b09a443e752429e9f69eafbd70123ce409cb0 (diff)
downloadexternal-libgbm-657245f7a3394063e3b25e86e314d2cf001f97d2.tar.gz
external-libgbm-657245f7a3394063e3b25e86e314d2cf001f97d2.tar.xz
external-libgbm-657245f7a3394063e3b25e86e314d2cf001f97d2.zip
amdgpu: add amdgpu_query_gds_info
Signed-off-by: Jammy Zhou <Jammy.Zhou@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'amdgpu/amdgpu.h')
-rw-r--r--amdgpu/amdgpu.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/amdgpu/amdgpu.h b/amdgpu/amdgpu.h
index 70b488e3..44b9d17f 100644
--- a/amdgpu/amdgpu.h
+++ b/amdgpu/amdgpu.h
@@ -777,9 +777,8 @@ int amdgpu_bo_list_update(amdgpu_bo_list_handle handle,
777 * <0 - Negative POSIX Error code 777 * <0 - Negative POSIX Error code
778 * 778 *
779*/ 779*/
780int amdgpu_gpu_resource_query_gds_info(amdgpu_device_handle dev, 780int amdgpu_query_gds_info(amdgpu_device_handle dev,
781 struct amdgpu_gds_resource_info * 781 struct amdgpu_gds_resource_info *gds_info);
782 gds_info);
783 782
784 783
785/** 784/**