Searched defs:i915_ggtt (Results 1 – 1 of 1) sorted by relevance
369 struct i915_ggtt { struct370 struct i915_address_space base;371 struct io_mapping mappable; /* Mapping to our CPU mappable region */373 phys_addr_t mappable_base; /* PA of our GMADR */374 u64 mappable_end; /* End offset that we can CPU map */384 u32 stolen_size; /* Total size of stolen memory */385 u32 stolen_usable_size; /* Total size minus reserved ranges */386 u32 stolen_reserved_base;387 u32 stolen_reserved_size;390 void __iomem *gsm;[all …]