Searched refs:gen8_emit_pipe_control (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/ |
H A D | gen8_engine_cs.c | 63 cs = gen8_emit_pipe_control(cs, 0, 0); in gen8_emit_flush_rcs() 66 cs = gen8_emit_pipe_control(cs, PIPE_CONTROL_DC_FLUSH_ENABLE, in gen8_emit_flush_rcs() 69 cs = gen8_emit_pipe_control(cs, flags, LRC_PPHWSP_SCRATCH_ADDR); in gen8_emit_flush_rcs() 72 cs = gen8_emit_pipe_control(cs, PIPE_CONTROL_CS_STALL, 0); in gen8_emit_flush_rcs() 132 cs = gen8_emit_pipe_control(cs, flags, LRC_PPHWSP_SCRATCH_ADDR); in gen11_emit_flush_rcs() 156 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
|
H A D | intel_lrc.c | 1374 cs = gen8_emit_pipe_control(cs, PIPE_CONTROL_INSTRUCTION_CACHE_INVALIDATE, 0); in gen12_emit_indirect_ctx_rcs() 1397 cs = gen8_emit_pipe_control(cs, in gen12_emit_indirect_ctx_xcs() 1589 batch = gen8_emit_pipe_control(batch, in gen8_emit_flush_coherentl3_wa() 1629 batch = gen8_emit_pipe_control(batch, in gen8_init_indirectctx_bb() 1701 batch = gen8_emit_pipe_control(batch, in gen9_init_indirectctx_bb()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
H A D | intel_lrc.c | 3719 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() 3890 * confusing. Since gen8_emit_pipe_control() already advances the in gen10_init_indirectctx_bb() 4616 cs = gen8_emit_pipe_control(cs, 0, 0); in gen8_emit_flush_render() 4619 cs = gen8_emit_pipe_control(cs, PIPE_CONTROL_DC_FLUSH_ENABLE, in gen8_emit_flush_render() 4622 cs = gen8_emit_pipe_control(cs, flags, LRC_PPHWSP_SCRATCH_ADDR); in gen8_emit_flush_render() 4625 cs = gen8_emit_pipe_control(cs, PIPE_CONTROL_CS_STALL, 0); in gen8_emit_flush_render() 4653 cs = gen8_emit_pipe_control(c in gen11_emit_flush_render() [all...] |
H A D | intel_engine.h | 237 static inline u32 *gen8_emit_pipe_control(u32 *batch, u32 flags, u32 offset) in gen8_emit_pipe_control() function
|
Completed in 10 milliseconds