Searched refs:gen12_emit_aux_table_inv (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/i915/gt/ |
D | gen8_engine_cs.c | 168 u32 *gen12_emit_aux_table_inv(struct intel_gt *gt, u32 *cs, const i915_reg_t inv_reg) in gen12_emit_aux_table_inv() function 259 cs = gen12_emit_aux_table_inv(rq->engine->gt, in gen12_emit_flush_rcs() 319 cs = gen12_emit_aux_table_inv(rq->engine->gt, in gen12_emit_flush_xcs() 322 cs = gen12_emit_aux_table_inv(rq->engine->gt, in gen12_emit_flush_xcs()
|
D | gen8_engine_cs.h | 49 u32 *gen12_emit_aux_table_inv(struct intel_gt *gt, u32 *cs, const i915_reg_t inv_reg);
|
D | intel_lrc.c | 1301 cs = gen12_emit_aux_table_inv(ce->engine->gt, in gen12_emit_indirect_ctx_rcs() 1328 cs = gen12_emit_aux_table_inv(ce->engine->gt, in gen12_emit_indirect_ctx_xcs() 1331 cs = gen12_emit_aux_table_inv(ce->engine->gt, in gen12_emit_indirect_ctx_xcs()
|