Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/gt/
H A 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()
H A Dgen8_engine_cs.c256 u32 bit_group_0 = 0; in gen12_emit_flush_rcs() local
265 bit_group_0 |= PIPE_CONTROL0_HDC_PIPELINE_FLUSH; in gen12_emit_flush_rcs()
272 bit_group_0 |= PIPE_CONTROL_CCS_FLUSH; in gen12_emit_flush_rcs()
306 cs = gen12_emit_pipe_control(cs, bit_group_0, bit_group_1, in gen12_emit_flush_rcs()