diff options
Diffstat (limited to 'src/gallium/winsys/intel/intel_winsys.h')
-rw-r--r-- | src/gallium/winsys/intel/intel_winsys.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/gallium/winsys/intel/intel_winsys.h b/src/gallium/winsys/intel/intel_winsys.h index 4bf9a16ee93..679f24817b8 100644 --- a/src/gallium/winsys/intel/intel_winsys.h +++ b/src/gallium/winsys/intel/intel_winsys.h @@ -69,6 +69,10 @@ struct intel_bo; struct intel_winsys_info { int devid; + /* the sizes of the aperture in bytes */ + size_t aperture_total; + size_t aperture_mappable; + int max_batch_size; bool has_llc; bool has_address_swizzling; @@ -91,9 +95,6 @@ intel_winsys_destroy(struct intel_winsys *winsys); const struct intel_winsys_info * intel_winsys_get_info(const struct intel_winsys *winsys); -int -intel_winsys_get_aperture_size(const struct intel_winsys *winsys); - /** * Create a logical context for use with the render ring. */ |