Searched defs:i915_address_space (Results 1 – 1 of 1) sorted by relevance
275 struct i915_address_space { struct276 struct drm_mm mm;277 struct drm_device *dev;278 struct list_head global_link;279 u64 start; /* Start offset always 0 for dri2 */280 u64 total; /* size addr space maps (ex. 2GB for ggtt) */282 struct i915_page_scratch *scratch_page;283 struct i915_page_table *scratch_pt;284 struct i915_page_directory *scratch_pd;285 struct i915_page_directory_pointer *scratch_pdp; /* GEN8+ & 48b PPGTT */[all …]