Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/gvt/
H A Dmmio_context.c419 u32 old_v, new_v; in switch_mocs() local
438 new_v = vgpu_vreg_t(next, offset); in switch_mocs()
440 new_v = gen9_render_mocs.control_table[engine->id][i]; in switch_mocs()
442 if (old_v != new_v) in switch_mocs()
443 intel_uncore_write_fw(uncore, offset, new_v); in switch_mocs()
456 new_v = vgpu_vreg_t(next, l3_offset); in switch_mocs()
458 new_v = gen9_render_mocs.l3cc_table[i]; in switch_mocs()
460 if (old_v != new_v) in switch_mocs()
461 intel_uncore_write_fw(uncore, l3_offset, new_v); in switch_mocs()
488 u32 old_v, new_v; in switch_mmio() local
[all …]
/linux/fs/bcachefs/
H A Dec.c2009 struct bch_stripe *new_v = &bkey_i_to_stripe(&s->new_stripe.key)->v; in init_new_stripe_from_existing() local
2029 for_each_set_bit(i, s->blocks_gotten, new_v->nr_blocks) { in init_new_stripe_from_existing()