Home
last modified time | relevance | path

Searched defs:i915_gem_mm (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/i915/
Di915_drv.h1259 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;
[all …]