Searched defs:i915_address_space (Results 1 – 1 of 1) sorted by relevance
257 struct i915_address_space { struct258 struct drm_mm mm;259 struct i915_gem_timeline timeline;260 struct drm_i915_private *i915;261 struct device *dma;270 struct drm_i915_file_private *file;271 struct list_head global_link;272 u64 total; /* size addr space maps (ex. 2GB for ggtt) */273 u64 reserved; /* size addr space reserved */275 bool closed;[all …]