Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_lrc.c1437 batch = gen8_emit_pipe_control(batch, in gen8_emit_flush_coherentl3_wa()
1476 batch = gen8_emit_pipe_control(batch, in gen8_init_indirectctx_bb()
1553 batch = gen8_emit_pipe_control(batch, in gen9_init_indirectctx_bb()
1605 batch = gen8_emit_pipe_control(batch, in gen10_init_indirectctx_bb()
2181 cs = gen8_emit_pipe_control(cs, 0, 0); in gen8_emit_flush_render()
2184 cs = gen8_emit_pipe_control(cs, PIPE_CONTROL_DC_FLUSH_ENABLE, in gen8_emit_flush_render()
2187 cs = gen8_emit_pipe_control(cs, flags, scratch_addr); in gen8_emit_flush_render()
2190 cs = gen8_emit_pipe_control(cs, PIPE_CONTROL_CS_STALL, 0); in gen8_emit_flush_render()
Dintel_ringbuffer.h1032 static inline u32 *gen8_emit_pipe_control(u32 *batch, u32 flags, u32 offset) in gen8_emit_pipe_control() function