Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/i915/gt/
Dgen8_engine_cs.h53 __gen8_emit_pipe_control(u32 *batch, u32 bit_group_0, in __gen8_emit_pipe_control() argument
58 batch[0] = GFX_OP_PIPE_CONTROL(6) | bit_group_0; in __gen8_emit_pipe_control()
71 static inline u32 *gen12_emit_pipe_control(u32 *batch, u32 bit_group_0, in gen12_emit_pipe_control() argument
74 return __gen8_emit_pipe_control(batch, bit_group_0, in gen12_emit_pipe_control()
Dgen8_engine_cs.c253 u32 bit_group_0 = 0; in gen12_emit_flush_rcs() local
262 bit_group_0 |= PIPE_CONTROL0_HDC_PIPELINE_FLUSH; in gen12_emit_flush_rcs()
269 bit_group_0 |= PIPE_CONTROL_CCS_FLUSH; in gen12_emit_flush_rcs()
304 cs = gen12_emit_pipe_control(cs, bit_group_0, bit_group_1, in gen12_emit_flush_rcs()
/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() argument
131 dw[i++] = GFX_OP_PIPE_CONTROL(6) | bit_group_0; in emit_pipe_control()