Searched refs:GEN7_L3LOG_SIZE (Results 1 – 3 of 3) sorted by relevance
153 if (offset >= GEN7_L3LOG_SIZE) in l3_access_valid()176 count = min_t(size_t, GEN7_L3LOG_SIZE - offset, count); in i915_l3_read()217 *remap_info = kzalloc(GEN7_L3LOG_SIZE, GFP_KERNEL); in i915_l3_write()244 .size = GEN7_L3LOG_SIZE,253 .size = GEN7_L3LOG_SIZE,
8939 #define GEN7_L3LOG_SIZE 0x80 macro
1701 cs = intel_ring_begin(rq, GEN7_L3LOG_SIZE/4 * 2 + 2); in remap_l3_slice()1710 *cs++ = MI_LOAD_REGISTER_IMM(GEN7_L3LOG_SIZE/4); in remap_l3_slice()1711 for (i = 0; i < GEN7_L3LOG_SIZE/4; i++) { in remap_l3_slice()