Lines Matching refs:flex
2139 struct flex { struct
2148 const struct flex *flex, unsigned int count) in gen8_store_flex() argument
2160 *cs++ = offset + flex->offset * sizeof(u32); in gen8_store_flex()
2162 *cs++ = flex->value; in gen8_store_flex()
2163 } while (flex++, --count); in gen8_store_flex()
2173 const struct flex *flex, unsigned int count) in gen8_load_flex() argument
2185 *cs++ = i915_mmio_reg_offset(flex->reg); in gen8_load_flex()
2186 *cs++ = flex->value; in gen8_load_flex()
2187 } while (flex++, --count); in gen8_load_flex()
2196 const struct flex *flex, unsigned int count) in gen8_modify_context() argument
2208 err = gen8_store_flex(rq, ce, flex, count); in gen8_modify_context()
2216 const struct flex *flex, unsigned int count, in gen8_modify_self() argument
2234 err = gen8_load_flex(rq, ce, flex, count); in gen8_modify_self()
2244 struct flex *flex, unsigned int count) in gen8_configure_context() argument
2260 flex->value = intel_sseu_make_rpcs(ce->engine->gt, &ce->sseu); in gen8_configure_context()
2261 err = gen8_modify_context(ce, flex, count); in gen8_configure_context()
2278 struct flex regs_context[] = { in gen12_configure_oar_context()
2289 struct flex regs_lri[] = { in gen12_configure_oar_context()
2347 struct flex *regs, in oa_configure_all_contexts()
2419 struct flex regs[] = { in gen12_configure_all_contexts()
2439 struct flex regs[] = { in lrc_configure_all_contexts()