Searched refs:NUM_L3_SLICES (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/i915/
H A Di915_sysfs.c612 if (NUM_L3_SLICES(dev) > 1) { i915_setup_sysfs()
H A Di915_gem_context.c245 ctx->remap_slice = (1 << NUM_L3_SLICES(dev)) - 1; __create_hw_context()
H A Di915_drv.h2632 #define NUM_L3_SLICES(dev) (IS_HSW_GT3(dev) ? 2 : HAS_L3_DPF(dev)) macro
H A Di915_gem.c4859 for (j = 0; j < NUM_L3_SLICES(dev); j++) for_each_ring()
H A Di915_irq.c1194 if (WARN_ON_ONCE(slice >= NUM_L3_SLICES(dev_priv->dev))) ivybridge_parity_work()

Completed in 375 milliseconds