diff options
author | Emil Velikov <[email protected]> | 2014-08-19 10:02:35 +0100 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2014-08-19 17:45:00 +0800 |
commit | f921131a5cebc233749a86cdd44b409c0cecc4ef (patch) | |
tree | ac4bf9fca78a9f87bdab70e86b263680f70038e6 /src/gallium/drivers/ilo/ilo_common.h | |
parent | a4359bcaa599291ef1588376a419a0bcfbd02396 (diff) |
ilo: fold drm_intel_get_aperture_sizes() within probe_winsys()
... and store the value in intel_winsys_info/ilo_dev_info.
Suggested-by: Chia-I Wu <[email protected]>
Signed-off-by: Emil Velikov <[email protected]>
olv: check for errors and report raw values
Diffstat (limited to 'src/gallium/drivers/ilo/ilo_common.h')
-rw-r--r-- | src/gallium/drivers/ilo/ilo_common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/ilo/ilo_common.h b/src/gallium/drivers/ilo/ilo_common.h index dd31f749bbf..e4f28b38122 100644 --- a/src/gallium/drivers/ilo/ilo_common.h +++ b/src/gallium/drivers/ilo/ilo_common.h @@ -68,6 +68,8 @@ enum ilo_debug { struct ilo_dev_info { /* these mirror intel_winsys_info */ int devid; + size_t aperture_total; + size_t aperture_mappable; int max_batch_size; bool has_llc; bool has_address_swizzling; |