Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/i915/gt/
Dintel_engine.h226 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()