Home
last modified time | relevance | path

Searched refs:gen8_emit_pipe_control (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/gpu/drm/i915/gt/
Dintel_lrc.c3719 batch = gen8_emit_pipe_control(batch, in gen8_emit_flush_coherentl3_wa()
3759 batch = gen8_emit_pipe_control(batch, in gen8_init_indirectctx_bb()
3831 batch = gen8_emit_pipe_control(batch, in gen9_init_indirectctx_bb()
3883 batch = gen8_emit_pipe_control(batch, in gen10_init_indirectctx_bb()
4613 cs = gen8_emit_pipe_control(cs, 0, 0); in gen8_emit_flush_render()
4616 cs = gen8_emit_pipe_control(cs, PIPE_CONTROL_DC_FLUSH_ENABLE, in gen8_emit_flush_render()
4619 cs = gen8_emit_pipe_control(cs, flags, LRC_PPHWSP_SCRATCH_ADDR); in gen8_emit_flush_render()
4622 cs = gen8_emit_pipe_control(cs, PIPE_CONTROL_CS_STALL, 0); in gen8_emit_flush_render()
4650 cs = gen8_emit_pipe_control(cs, flags, LRC_PPHWSP_SCRATCH_ADDR); in gen11_emit_flush_render()
4674 cs = gen8_emit_pipe_control(cs, flags, LRC_PPHWSP_SCRATCH_ADDR); in gen11_emit_flush_render()
[all …]
Dintel_engine.h237 static inline u32 *gen8_emit_pipe_control(u32 *batch, u32 flags, u32 offset) in gen8_emit_pipe_control() function