Searched refs:new_v (Results 1 – 1 of 1) sorted by relevance
411 u32 old_v, new_v; in switch_mocs() local430 new_v = vgpu_vreg_t(next, offset); in switch_mocs()432 new_v = gen9_render_mocs.control_table[engine->id][i]; in switch_mocs()434 if (old_v != new_v) in switch_mocs()435 intel_uncore_write_fw(uncore, offset, new_v); in switch_mocs()448 new_v = vgpu_vreg_t(next, l3_offset); in switch_mocs()450 new_v = gen9_render_mocs.l3cc_table[i]; in switch_mocs()452 if (old_v != new_v) in switch_mocs()453 intel_uncore_write_fw(uncore, l3_offset, new_v); in switch_mocs()480 u32 old_v, new_v; in switch_mmio() local[all …]