Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_ring_ops.c129 emit_pipe_control(u32 *dw, int i, u32 bit_group_0, u32 bit_group_1, u32 offset, u32 value) in emit_pipe_control() function
159 return emit_pipe_control(dw, i, 0, flags, LRC_PPHWSP_SCRATCH_ADDR, 0); in emit_pipe_invalidate()
195 return emit_pipe_control(dw, i, PIPE_CONTROL0_HDC_PIPELINE_FLUSH, flags, 0, 0); in emit_render_cache_flush()
204 i = emit_pipe_control(dw, i, 0, PIPE_CONTROL_LRI_POST_SYNC, in emit_pipe_control_to_ring_end()
219 return emit_pipe_control(dw, i, 0, flags, addr, value); in emit_pipe_imm_ggtt()