Lines Matching refs:flex
2396 struct flex { struct
2405 const struct flex *flex, unsigned int count) in gen8_store_flex() argument
2417 *cs++ = offset + flex->offset * sizeof(u32); in gen8_store_flex()
2419 *cs++ = flex->value; in gen8_store_flex()
2420 } while (flex++, --count); in gen8_store_flex()
2430 const struct flex *flex, unsigned int count) in gen8_load_flex() argument
2442 *cs++ = i915_mmio_reg_offset(flex->reg); in gen8_load_flex()
2443 *cs++ = flex->value; in gen8_load_flex()
2444 } while (flex++, --count); in gen8_load_flex()
2453 const struct flex *flex, unsigned int count) in gen8_modify_context() argument
2465 err = gen8_store_flex(rq, ce, flex, count); in gen8_modify_context()
2473 const struct flex *flex, unsigned int count, in gen8_modify_self() argument
2491 err = gen8_load_flex(rq, ce, flex, count); in gen8_modify_self()
2501 struct flex *flex, unsigned int count) in gen8_configure_context() argument
2517 flex->value = intel_sseu_make_rpcs(ce->engine->gt, &ce->sseu); in gen8_configure_context()
2518 err = gen8_modify_context(ce, flex, count); in gen8_configure_context()
2536 struct flex regs_context[] = { in gen12_configure_oar_context()
2547 struct flex regs_lri[] = { in gen12_configure_oar_context()
2606 struct flex *regs, in oa_configure_all_contexts()
2679 struct flex regs[] = { in gen12_configure_all_contexts()
2700 struct flex regs[] = { in lrc_configure_all_contexts()