Searched refs:new_v (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/i915/gvt/ |
D | mmio_context.c | 419 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-6.12.1/fs/bcachefs/ |
D | ec.c | 2022 struct bch_stripe *new_v = &bkey_i_to_stripe(&h->s->new_stripe.key)->v; in __bch2_ec_stripe_head_reuse() local 2063 for_each_set_bit(i, h->s->blocks_gotten, new_v->nr_blocks) { in __bch2_ec_stripe_head_reuse()
|