Searched defs:i915_gtt (Results 1 – 1 of 1) sorted by relevance
344 struct i915_gtt { struct345 struct i915_address_space base;347 size_t stolen_size; /* Total size of stolen memory */348 size_t stolen_usable_size; /* Total size minus BIOS reserved */349 u64 mappable_end; /* End offset that we can CPU map */350 struct io_mapping *mappable; /* Mapping to our CPU mappable region */351 phys_addr_t mappable_base; /* PA of our GMADR */354 void __iomem *gsm;356 bool do_idle_maps;358 int mtrr;[all …]