Searched refs:remap_slice (Results 1 – 4 of 4) sorted by relevance
391 /** @remap_slice: Bitmask of cache lines that need remapping */392 u8 remap_slice; member
1668 ctx->remap_slice = ALL_L3_SLICES(i915); in i915_gem_create_context()
126 ctx->remap_slice |= BIT(slice); in i915_l3_write()
878 if (!ctx || !ctx->remap_slice) in remap_l3() 882 if (!(ctx->remap_slice & BIT(i))) in remap_l3() 890 ctx->remap_slice = 0; in remap_l3()