Lines Matching refs:flex
2108 struct flex { struct
2117 const struct flex *flex, unsigned int count) in gen8_store_flex() argument
2129 *cs++ = offset + flex->offset * sizeof(u32); in gen8_store_flex()
2131 *cs++ = flex->value; in gen8_store_flex()
2132 } while (flex++, --count); in gen8_store_flex()
2142 const struct flex *flex, unsigned int count) in gen8_load_flex() argument
2154 *cs++ = i915_mmio_reg_offset(flex->reg); in gen8_load_flex()
2155 *cs++ = flex->value; in gen8_load_flex()
2156 } while (flex++, --count); in gen8_load_flex()
2165 const struct flex *flex, unsigned int count) in gen8_modify_context() argument
2177 err = gen8_store_flex(rq, ce, flex, count); in gen8_modify_context()
2185 const struct flex *flex, unsigned int count, in gen8_modify_self() argument
2203 err = gen8_load_flex(rq, ce, flex, count); in gen8_modify_self()
2213 struct flex *flex, unsigned int count) in gen8_configure_context() argument
2229 flex->value = intel_sseu_make_rpcs(ce->engine->gt, &ce->sseu); in gen8_configure_context()
2230 err = gen8_modify_context(ce, flex, count); in gen8_configure_context()
2247 struct flex regs_context[] = { in gen12_configure_oar_context()
2258 struct flex regs_lri[] = { in gen12_configure_oar_context()
2316 struct flex *regs, in oa_configure_all_contexts()
2388 struct flex regs[] = { in gen12_configure_all_contexts()
2408 struct flex regs[] = { in lrc_configure_all_contexts()