Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/i915/gvt/
Dmmio_context.c45 #define GEN9_MOCS_SIZE 64 macro
153 u32 control_table[I915_NUM_ENGINES][GEN9_MOCS_SIZE];
154 u32 l3cc_table[GEN9_MOCS_SIZE / 2];
183 for (i = 0; i < GEN9_MOCS_SIZE; i++) { in load_render_mocs()
191 for (i = 0; i < GEN9_MOCS_SIZE / 2; i++) { in load_render_mocs()
250 cs = intel_ring_begin(req, 2 * GEN9_MOCS_SIZE + 2); in restore_render_mocs_control_for_inhibit()
254 *cs++ = MI_LOAD_REGISTER_IMM(GEN9_MOCS_SIZE); in restore_render_mocs_control_for_inhibit()
256 for (index = 0; index < GEN9_MOCS_SIZE; index++) { in restore_render_mocs_control_for_inhibit()
277 cs = intel_ring_begin(req, 2 * GEN9_MOCS_SIZE / 2 + 2); in restore_render_mocs_l3cc_for_inhibit()
281 *cs++ = MI_LOAD_REGISTER_IMM(GEN9_MOCS_SIZE / 2); in restore_render_mocs_l3cc_for_inhibit()
[all …]