Lines Matching defs:i915_gem_mm
1144 struct i915_gem_mm { struct
1146 struct drm_mm stolen;
1149 struct list_head bound_list;
1155 struct list_head unbound_list;
1162 struct i915_gem_batch_pool batch_pool;
1165 unsigned long stolen_base; /* limited to low memory (32-bit) */
1168 struct i915_hw_ppgtt *aliasing_ppgtt;
1170 struct notifier_block oom_notifier;
1171 struct shrinker shrinker;
1172 bool shrinker_no_lock_stealing;
1175 struct list_head fence_list;
1184 struct delayed_work retire_work;
1193 struct delayed_work idle_work;
1199 bool interruptible;
1207 bool busy;
1210 int bsd_ring_dispatch_index;
1213 uint32_t bit_6_swizzle_x;
1215 uint32_t bit_6_swizzle_y;
1218 spinlock_t object_stat_lock;
1219 size_t object_memory;
1220 u32 object_count;