Lines Matching refs:flex
2148 struct flex { struct
2157 const struct flex *flex, unsigned int count) in gen8_store_flex() argument
2169 *cs++ = offset + flex->offset * sizeof(u32); in gen8_store_flex()
2171 *cs++ = flex->value; in gen8_store_flex()
2172 } while (flex++, --count); in gen8_store_flex()
2182 const struct flex *flex, unsigned int count) in gen8_load_flex() argument
2194 *cs++ = i915_mmio_reg_offset(flex->reg); in gen8_load_flex()
2195 *cs++ = flex->value; in gen8_load_flex()
2196 } while (flex++, --count); in gen8_load_flex()
2205 const struct flex *flex, unsigned int count) in gen8_modify_context() argument
2217 err = gen8_store_flex(rq, ce, flex, count); in gen8_modify_context()
2225 const struct flex *flex, unsigned int count, in gen8_modify_self() argument
2243 err = gen8_load_flex(rq, ce, flex, count); in gen8_modify_self()
2253 struct flex *flex, unsigned int count) in gen8_configure_context() argument
2269 flex->value = intel_sseu_make_rpcs(ce->engine->gt, &ce->sseu); in gen8_configure_context()
2270 err = gen8_modify_context(ce, flex, count); in gen8_configure_context()
2287 struct flex regs_context[] = { in gen12_configure_oar_context()
2298 struct flex regs_lri[] = { in gen12_configure_oar_context()
2356 struct flex *regs, in oa_configure_all_contexts()
2428 struct flex regs[] = { in gen12_configure_all_contexts()
2448 struct flex regs[] = { in lrc_configure_all_contexts()