Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/i915/gvt/
Dmmio_context.c53 #define GEN9_MOCS_SIZE 64 macro
157 u32 control_table[I915_NUM_ENGINES][GEN9_MOCS_SIZE];
158 u32 l3cc_table[GEN9_MOCS_SIZE / 2];
175 for (i = 0; i < GEN9_MOCS_SIZE; i++) { in load_render_mocs()
183 for (i = 0; i < GEN9_MOCS_SIZE / 2; i++) { in load_render_mocs()
244 cs = intel_ring_begin(req, 2 * GEN9_MOCS_SIZE + 2); in restore_render_mocs_control_for_inhibit()
248 *cs++ = MI_LOAD_REGISTER_IMM(GEN9_MOCS_SIZE); in restore_render_mocs_control_for_inhibit()
250 for (index = 0; index < GEN9_MOCS_SIZE; index++) { in restore_render_mocs_control_for_inhibit()
271 cs = intel_ring_begin(req, 2 * GEN9_MOCS_SIZE / 2 + 2); in restore_render_mocs_l3cc_for_inhibit()
275 *cs++ = MI_LOAD_REGISTER_IMM(GEN9_MOCS_SIZE / 2); in restore_render_mocs_l3cc_for_inhibit()
[all …]