Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/i915/gt/
Dintel_lrc.c2017 batch = gen8_emit_pipe_control(batch, in gen8_emit_flush_coherentl3_wa()
2063 batch = gen8_emit_pipe_control(batch, in gen8_init_indirectctx_bb()
2179 batch = gen8_emit_pipe_control(batch, in gen10_init_indirectctx_bb()
2815 cs = gen8_emit_pipe_control(cs, 0, 0); in gen8_emit_flush_render()
2818 cs = gen8_emit_pipe_control(cs, PIPE_CONTROL_DC_FLUSH_ENABLE, in gen8_emit_flush_render()
2821 cs = gen8_emit_pipe_control(cs, flags, scratch_addr); in gen8_emit_flush_render()
2824 cs = gen8_emit_pipe_control(cs, PIPE_CONTROL_CS_STALL, 0); in gen8_emit_flush_render()
2857 cs = gen8_emit_pipe_control(cs, flags, scratch_addr); in gen11_emit_flush_render()
2881 cs = gen8_emit_pipe_control(cs, flags, scratch_addr); in gen11_emit_flush_render()
2952 cs = gen8_emit_pipe_control(cs, in gen8_emit_fini_breadcrumb_rcs()
Dintel_engine.h369 static inline u32 *gen8_emit_pipe_control(u32 *batch, u32 flags, u32 offset) in gen8_emit_pipe_control() function