Lines Matching defs:i915_gem_mm
1108 struct i915_gem_mm { struct
1110 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;
1141 struct delayed_work retire_work;
1150 struct delayed_work idle_work;
1156 bool interruptible;
1164 bool busy;
1167 int bsd_ring_dispatch_index;
1170 uint32_t bit_6_swizzle_x;
1172 uint32_t bit_6_swizzle_y;
1175 spinlock_t object_stat_lock;
1176 size_t object_memory;
1177 u32 object_count;