Searched defs:i915_gem_mm (Results 1 – 1 of 1) sorted by relevance
1108 struct i915_gem_mm { struct1110 struct drm_mm stolen;1113 struct list_head bound_list;1119 struct list_head unbound_list;1122 unsigned long stolen_base; /* limited to low memory (32-bit) */1125 struct i915_hw_ppgtt *aliasing_ppgtt;1127 struct notifier_block oom_notifier;1128 struct shrinker shrinker;1129 bool shrinker_no_lock_stealing;1132 struct list_head fence_list;[all …]