Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/gvt/
H A Dmmio_context.c46 #define GEN9_MOCS_SIZE 64 macro
154 u32 control_table[I915_NUM_ENGINES][GEN9_MOCS_SIZE];
155 u32 l3cc_table[GEN9_MOCS_SIZE / 2];
184 for (i = 0; i < GEN9_MOCS_SIZE; i++) { in load_render_mocs()
192 for (i = 0; i < GEN9_MOCS_SIZE / 2; i++) { in load_render_mocs()
251 cs = intel_ring_begin(req, 2 * GEN9_MOCS_SIZE + 2); in restore_render_mocs_control_for_inhibit()
255 *cs++ = MI_LOAD_REGISTER_IMM(GEN9_MOCS_SIZE); in restore_render_mocs_control_for_inhibit()
257 for (index = 0; index < GEN9_MOCS_SIZE; index++) { in restore_render_mocs_control_for_inhibit()
278 cs = intel_ring_begin(req, 2 * GEN9_MOCS_SIZE / 2 + 2); in restore_render_mocs_l3cc_for_inhibit()
282 *cs++ = MI_LOAD_REGISTER_IMM(GEN9_MOCS_SIZE / 2); in restore_render_mocs_l3cc_for_inhibit()
[all …]