Searched refs:gen8_emit_pipe_control (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/gpu/drm/i915/gt/ |
A D | gen8_engine_cs.c | 62 cs = gen8_emit_pipe_control(cs, 0, 0); in gen8_emit_flush_rcs() 65 cs = gen8_emit_pipe_control(cs, PIPE_CONTROL_DC_FLUSH_ENABLE, in gen8_emit_flush_rcs() 68 cs = gen8_emit_pipe_control(cs, flags, LRC_PPHWSP_SCRATCH_ADDR); in gen8_emit_flush_rcs() 71 cs = gen8_emit_pipe_control(cs, PIPE_CONTROL_CS_STALL, 0); in gen8_emit_flush_rcs() 131 cs = gen8_emit_pipe_control(cs, flags, LRC_PPHWSP_SCRATCH_ADDR); in gen11_emit_flush_rcs() 155 cs = gen8_emit_pipe_control(cs, flags, LRC_PPHWSP_SCRATCH_ADDR); in gen11_emit_flush_rcs() 259 cs = gen8_emit_pipe_control(cs, flags, LRC_PPHWSP_SCRATCH_ADDR); in gen12_emit_flush_rcs() 530 cs = gen8_emit_pipe_control(cs, in gen8_emit_fini_breadcrumb_rcs()
|
A D | gen8_engine_cs.h | 53 static inline u32 *gen8_emit_pipe_control(u32 *batch, u32 flags, u32 offset) in gen8_emit_pipe_control() function
|
A D | intel_lrc.c | 1383 batch = gen8_emit_pipe_control(batch, in gen8_emit_flush_coherentl3_wa() 1423 batch = gen8_emit_pipe_control(batch, in gen8_init_indirectctx_bb() 1495 batch = gen8_emit_pipe_control(batch, in gen9_init_indirectctx_bb()
|
Completed in 6 milliseconds