Searched defs:i915_address_space (Results 1 – 1 of 1) sorted by relevance
278 struct i915_address_space { struct279 struct drm_mm mm;280 struct drm_i915_private *i915;281 struct device *dma;290 struct drm_i915_file_private *file;291 u64 total; /* size addr space maps (ex. 2GB for ggtt) */292 u64 reserved; /* size addr space reserved */294 bool closed;296 struct mutex mutex; /* protects vma and our lists */298 struct i915_page_dma scratch_page;[all …]