Lines Matching refs:flex
2111 struct flex { struct
2120 const struct flex *flex, unsigned int count) in gen8_store_flex() argument
2132 *cs++ = offset + flex->offset * sizeof(u32); in gen8_store_flex()
2134 *cs++ = flex->value; in gen8_store_flex()
2135 } while (flex++, --count); in gen8_store_flex()
2145 const struct flex *flex, unsigned int count) in gen8_load_flex() argument
2157 *cs++ = i915_mmio_reg_offset(flex->reg); in gen8_load_flex()
2158 *cs++ = flex->value; in gen8_load_flex()
2159 } while (flex++, --count); in gen8_load_flex()
2168 const struct flex *flex, unsigned int count) in gen8_modify_context() argument
2180 err = gen8_store_flex(rq, ce, flex, count); in gen8_modify_context()
2188 const struct flex *flex, unsigned int count, in gen8_modify_self() argument
2206 err = gen8_load_flex(rq, ce, flex, count); in gen8_modify_self()
2216 struct flex *flex, unsigned int count) in gen8_configure_context() argument
2232 flex->value = intel_sseu_make_rpcs(ce->engine->gt, &ce->sseu); in gen8_configure_context()
2233 err = gen8_modify_context(ce, flex, count); in gen8_configure_context()
2250 struct flex regs_context[] = { in gen12_configure_oar_context()
2261 struct flex regs_lri[] = { in gen12_configure_oar_context()
2319 struct flex *regs, in oa_configure_all_contexts()
2391 struct flex regs[] = { in gen12_configure_all_contexts()
2411 struct flex regs[] = { in lrc_configure_all_contexts()