Searched refs:__gen8_emit_pipe_control (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/ |
H A D | gen8_engine_cs.h | 53 __gen8_emit_pipe_control(u32 *batch, u32 bit_group_0, in __gen8_emit_pipe_control() function 68 return __gen8_emit_pipe_control(batch, 0, bit_group_1, offset); in gen8_emit_pipe_control() 74 return __gen8_emit_pipe_control(batch, bit_group_0, in gen12_emit_pipe_control()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
H A D | intel_engine.h | 226 static inline u32 *__gen8_emit_pipe_control(u32 *batch, u32 flags0, u32 flags1, u32 offset) in __gen8_emit_pipe_control() function 239 return __gen8_emit_pipe_control(batch, 0, flags, offset); in gen8_emit_pipe_control() 244 return __gen8_emit_pipe_control(batch, flags0, flags1, offset); in gen12_emit_pipe_control()
|
Completed in 2 milliseconds