Home
last modified time | relevance | path

Searched refs:GEN7_L3LOG_SIZE (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/sys/dev/drm/i915/
H A Di915_sysfs.c134 if (offset >= GEN7_L3LOG_SIZE)
157 count = min_t(size_t, GEN7_L3LOG_SIZE - offset, count);
198 *remap_info = kzalloc(GEN7_L3LOG_SIZE, GFP_KERNEL);
225 .size = GEN7_L3LOG_SIZE,
234 .size = GEN7_L3LOG_SIZE,
H A Di915_gem_context.c694 cs = intel_ring_begin(req, GEN7_L3LOG_SIZE/4 * 2 + 2); in remap_l3()
703 *cs++ = MI_LOAD_REGISTER_IMM(GEN7_L3LOG_SIZE/4); in remap_l3()
704 for (i = 0; i < GEN7_L3LOG_SIZE/4; i++) { in remap_l3()
H A Di915_reg.h8077 #define GEN7_L3LOG_SIZE 0x80 macro