Searched refs:new_v (Results 1 – 1 of 1) sorted by relevance
405 u32 old_v, new_v; in switch_mocs() local424 new_v = vgpu_vreg_t(next, offset); in switch_mocs()426 new_v = gen9_render_mocs.control_table[engine->id][i]; in switch_mocs()428 if (old_v != new_v) in switch_mocs()429 intel_uncore_write_fw(uncore, offset, new_v); in switch_mocs()442 new_v = vgpu_vreg_t(next, l3_offset); in switch_mocs()444 new_v = gen9_render_mocs.l3cc_table[i]; in switch_mocs()446 if (old_v != new_v) in switch_mocs()447 intel_uncore_write_fw(uncore, l3_offset, new_v); in switch_mocs()474 u32 old_v, new_v; in switch_mmio() local[all …]