drm/i915: return the correct usable aperture size under gvt environment
[linux-2.6-microblaze.git] / drivers / gpu / drm / i915 / i915_gem_gtt.h
index fb15684..da9aa9f 100644 (file)
@@ -255,6 +255,7 @@ struct i915_address_space {
        struct drm_i915_file_private *file;
        struct list_head global_link;
        u64 total;              /* size addr space maps (ex. 2GB for ggtt) */
+       u64 reserved;           /* size addr space reserved */
 
        bool closed;