Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/gt/
H A Dgen8_engine_cs.h101 flags | PIPE_CONTROL_GLOBAL_GTT_IVB); in gen8_emit_ggtt_write_rcs()
114 flags1 | PIPE_CONTROL_GLOBAL_GTT_IVB); in gen12_emit_ggtt_write_rcs()
H A Dgen6_engine_cs.c310 flags |= PIPE_CONTROL_GLOBAL_GTT_IVB; in gen7_emit_flush_rcs()
361 PIPE_CONTROL_GLOBAL_GTT_IVB | in gen7_emit_breadcrumb_rcs()
H A Dintel_gpu_commands.h292 #define PIPE_CONTROL_GLOBAL_GTT_IVB (1<<24) /* gen7+ */ macro
/linux/drivers/gpu/drm/xe/instructions/
H A Dxe_gpu_commands.h49 #define PIPE_CONTROL_GLOBAL_GTT_IVB (1<<24) macro
/linux/drivers/gpu/drm/i915/selftests/
H A Di915_perf.c175 *cs++ = PIPE_CONTROL_GLOBAL_GTT_IVB | in write_timestamp()
/linux/drivers/gpu/drm/xe/
H A Dxe_ring_ops.c213 u32 flags = PIPE_CONTROL_CS_STALL | PIPE_CONTROL_GLOBAL_GTT_IVB | in emit_pipe_imm_ggtt()
/linux/drivers/gpu/drm/i915/
H A Di915_cmd_parser.c305 .mask = (PIPE_CONTROL_GLOBAL_GTT_IVB |