Lines Matching defs:i915_gem_mm
1259 struct i915_gem_mm { struct
1261 struct drm_mm stolen;
1264 struct mutex stolen_lock;
1268 struct list_head bound_list;
1274 struct list_head unbound_list;
1277 unsigned long stolen_base; /* limited to low memory (32-bit) */
1280 struct i915_hw_ppgtt *aliasing_ppgtt;
1282 struct notifier_block oom_notifier;
1283 struct shrinker shrinker;
1284 bool shrinker_no_lock_stealing;
1287 struct list_head fence_list;
1296 struct delayed_work retire_work;
1305 struct delayed_work idle_work;
1311 bool interruptible;
1319 bool busy;
1322 int bsd_ring_dispatch_index;
1325 uint32_t bit_6_swizzle_x;
1327 uint32_t bit_6_swizzle_y;
1330 spinlock_t object_stat_lock;
1331 size_t object_memory;
1332 u32 object_count;