Searched refs:mappable (Results 1 - 5 of 5) sorted by relevance
/solaris-x11-s11/open-src/kernel/i915/src/ |
H A D | i915_gem_evict.c | 51 bool mappable, bool nonblocking) 83 if (mappable) 49 i915_gem_evict_something(struct drm_device *dev, int min_size, unsigned alignment, unsigned cache_level, bool mappable, bool nonblocking) argument
|
H A D | intel_overlay.c | 1431 regs = io_mapping_map_atomic_wc(dev_priv->gtt.mappable,
|
H A D | i915_gem.c | 2568 bool mappable, fenceable; local 2600 map_and_fenceable ? "mappable" : "total", 2658 mappable = 2661 obj->map_and_fenceable = mappable && fenceable;
|
H A D | i915_drv.h | 1297 * Is the object at the current location in the gtt mappable and 1303 * Whether the current gtt mapping needs to be mappable (and isn't just 1304 * mappable by accident). Track pin and fault separate for a more 1305 * accurate mappable working set. 1846 bool mappable,
|
H A D | i915_irq.c | 1491 s = io_mapping_map_atomic_wc(dev_priv->gtt.mappable,
|
Completed in 77 milliseconds