Searched refs:new_v (Results 1 – 1 of 1) sorted by relevance
408 u32 old_v, new_v; in switch_mocs() local427 new_v = vgpu_vreg_t(next, offset); in switch_mocs()429 new_v = gen9_render_mocs.control_table[engine->id][i]; in switch_mocs()431 if (old_v != new_v) in switch_mocs()432 intel_uncore_write_fw(uncore, offset, new_v); in switch_mocs()445 new_v = vgpu_vreg_t(next, l3_offset); in switch_mocs()447 new_v = gen9_render_mocs.l3cc_table[i]; in switch_mocs()449 if (old_v != new_v) in switch_mocs()450 intel_uncore_write_fw(uncore, l3_offset, new_v); in switch_mocs()477 u32 old_v, new_v; in switch_mmio() local[all …]