Searched refs:gen8_emit_pipe_control (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/drivers/gpu/drm/i915/gt/ |
D | gen8_engine_cs.c | 63 cs = gen8_emit_pipe_control(cs, 0, 0); in gen8_emit_flush_rcs() 66 cs = gen8_emit_pipe_control(cs, PIPE_CONTROL_DC_FLUSH_ENABLE, in gen8_emit_flush_rcs() 69 cs = gen8_emit_pipe_control(cs, flags, LRC_PPHWSP_SCRATCH_ADDR); in gen8_emit_flush_rcs() 72 cs = gen8_emit_pipe_control(cs, PIPE_CONTROL_CS_STALL, 0); in gen8_emit_flush_rcs() 132 cs = gen8_emit_pipe_control(cs, flags, LRC_PPHWSP_SCRATCH_ADDR); in gen11_emit_flush_rcs() 156 cs = gen8_emit_pipe_control(cs, flags, LRC_PPHWSP_SCRATCH_ADDR); in gen11_emit_flush_rcs() 255 cs = gen8_emit_pipe_control(cs, flags, LRC_PPHWSP_SCRATCH_ADDR); in gen12_emit_flush_rcs() 585 cs = gen8_emit_pipe_control(cs, in gen8_emit_fini_breadcrumb_rcs()
|
D | gen8_engine_cs.h | 63 static inline u32 *gen8_emit_pipe_control(u32 *batch, u32 flags, u32 offset) in gen8_emit_pipe_control() function
|
D | intel_lrc.c | 1297 cs = gen8_emit_pipe_control(cs, PIPE_CONTROL_INSTRUCTION_CACHE_INVALIDATE, 0); in gen12_emit_indirect_ctx_rcs() 1321 cs = gen8_emit_pipe_control(cs, in gen12_emit_indirect_ctx_xcs() 1523 batch = gen8_emit_pipe_control(batch, in gen8_emit_flush_coherentl3_wa() 1563 batch = gen8_emit_pipe_control(batch, in gen8_init_indirectctx_bb() 1635 batch = gen8_emit_pipe_control(batch, in gen9_init_indirectctx_bb()
|