diff options
author | Dave Airlie <airlied@redhat.com> | 2008-11-10 15:38:32 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2008-11-10 15:38:32 +1000 |
commit | 15464f5181538d01e8fc016211daa1a824b89531 (patch) | |
tree | 1c0d863214de192038bb98df25a357f45a5cc0a7 /shared-core | |
parent | 532c63cddd273bffab715e3d387268abe164f148 (diff) |
radeon: add gart useable size to report to userspace
Diffstat (limited to 'shared-core')
-rw-r--r-- | shared-core/radeon_drv.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shared-core/radeon_drv.h b/shared-core/radeon_drv.h index cd683795..cf3084e1 100644 --- a/shared-core/radeon_drv.h +++ b/shared-core/radeon_drv.h @@ -274,6 +274,8 @@ struct radeon_mm_info { uint64_t gart_start; uint64_t gart_size; + uint64_t gart_useable; + void *pcie_table_backup; struct radeon_mm_obj pcie_table; |