aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian König2017-11-07 08:31:45 -0600
committerChristian König2018-01-09 10:15:06 -0600
commit0a3c01f4ad6a09450e59008085c7bf8151aeb5c4 (patch)
tree640d69a0387e7d29884ad5afeb3e0c0bd120e041
parenta8e436de5d444982e791470cfec505e6280c416a (diff)
downloadexternal-libgbm-0a3c01f4ad6a09450e59008085c7bf8151aeb5c4.tar.gz
external-libgbm-0a3c01f4ad6a09450e59008085c7bf8151aeb5c4.tar.xz
external-libgbm-0a3c01f4ad6a09450e59008085c7bf8151aeb5c4.zip
headers: sync up amdgpu_drm.h with drm-next
Sync up amdgpu changes from drm-next. Signed-off-by: Christian König <christian.koenig@amd.com> Reviewed-by: Marek Olšák <marek.olsak@amd.com>
-rw-r--r--include/drm/amdgpu_drm.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/drm/amdgpu_drm.h b/include/drm/amdgpu_drm.h
index 919248fb..a023b476 100644
--- a/include/drm/amdgpu_drm.h
+++ b/include/drm/amdgpu_drm.h
@@ -869,6 +869,10 @@ struct drm_amdgpu_info_device {
869 __u32 _pad1; 869 __u32 _pad1;
870 /* always on cu bitmap */ 870 /* always on cu bitmap */
871 __u32 cu_ao_bitmap[4][4]; 871 __u32 cu_ao_bitmap[4][4];
872 /** Starting high virtual address for UMDs. */
873 __u64 high_va_offset;
874 /** The maximum high virtual address */
875 __u64 high_va_max;
872}; 876};
873 877
874struct drm_amdgpu_info_hw_ip { 878struct drm_amdgpu_info_hw_ip {