Searched refs:gen8_emit_pipe_control (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/gpu/drm/i915/gt/ |
| H A D | gen8_engine_cs.c | 65 cs = gen8_emit_pipe_control(cs, 0, 0); in gen8_emit_flush_rcs() 68 cs = gen8_emit_pipe_control(cs, PIPE_CONTROL_DC_FLUSH_ENABLE, in gen8_emit_flush_rcs() 71 cs = gen8_emit_pipe_control(cs, flags, LRC_PPHWSP_SCRATCH_ADDR); in gen8_emit_flush_rcs() 74 cs = gen8_emit_pipe_control(cs, PIPE_CONTROL_CS_STALL, 0); in gen8_emit_flush_rcs() 134 cs = gen8_emit_pipe_control(cs, flags, LRC_PPHWSP_SCRATCH_ADDR); in gen11_emit_flush_rcs() 158 cs = gen8_emit_pipe_control(cs, flags, LRC_PPHWSP_SCRATCH_ADDR); in gen11_emit_flush_rcs() 353 cs = gen8_emit_pipe_control(cs, flags, LRC_PPHWSP_SCRATCH_ADDR); in gen12_emit_flush_rcs() 671 cs = gen8_emit_pipe_control(cs, in gen8_emit_fini_breadcrumb_rcs() 691 cs = gen8_emit_pipe_control(cs, in gen11_emit_fini_breadcrumb_rcs()
|
| H A D | gen8_engine_cs.h | 65 static inline u32 *gen8_emit_pipe_control(u32 *batch, in gen8_emit_pipe_control() function
|