Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/gt/
A Dgen6_engine_cs.c65 *cs++ = GFX_OP_PIPE_CONTROL(5); in gen6_emit_post_sync_nonzero_flush()
77 *cs++ = GFX_OP_PIPE_CONTROL(5); in gen6_emit_post_sync_nonzero_flush()
133 *cs++ = GFX_OP_PIPE_CONTROL(4); in gen6_emit_flush_rcs()
145 *cs++ = GFX_OP_PIPE_CONTROL(4); in gen6_emit_breadcrumb_rcs()
150 *cs++ = GFX_OP_PIPE_CONTROL(4); in gen6_emit_breadcrumb_rcs()
158 *cs++ = GFX_OP_PIPE_CONTROL(4); in gen6_emit_breadcrumb_rcs()
279 *cs++ = GFX_OP_PIPE_CONTROL(4); in gen7_stall_cs()
343 *cs++ = GFX_OP_PIPE_CONTROL(4); in gen7_emit_flush_rcs()
354 *cs++ = GFX_OP_PIPE_CONTROL(4); in gen7_emit_breadcrumb_rcs()
A Dgen8_engine_cs.h46 batch[0] = GFX_OP_PIPE_CONTROL(6) | flags0; in __gen8_emit_pipe_control()
66 *cs++ = GFX_OP_PIPE_CONTROL(6) | flags0; in __gen8_emit_write_rcs()
A Dgen7_renderclear.c343 *cs++ = GFX_OP_PIPE_CONTROL(4); in gen7_emit_pipeline_flush()
359 *cs++ = GFX_OP_PIPE_CONTROL(5); in gen7_emit_pipeline_invalidate()
366 *cs++ = GFX_OP_PIPE_CONTROL(5); in gen7_emit_pipeline_invalidate()
A Dgen2_engine_cs.c102 *cs++ = GFX_OP_PIPE_CONTROL(4) | PIPE_CONTROL_QW_WRITE; in gen4_emit_flush_rcs()
112 *cs++ = GFX_OP_PIPE_CONTROL(4) | PIPE_CONTROL_QW_WRITE; in gen4_emit_flush_rcs()
A Dintel_gpu_commands.h227 #define GFX_OP_PIPE_CONTROL(len) ((0x3<<29)|(0x3<<27)|(0x2<<24)|((len)-2)) macro
/linux/drivers/gpu/drm/i915/selftests/
A Di915_perf.c168 *cs++ = GFX_OP_PIPE_CONTROL(len); in write_timestamp()
/linux/drivers/gpu/drm/i915/
A Di915_cmd_parser.c289 CMD( GFX_OP_PIPE_CONTROL(5), S3D, !F, 0xFF, B,

Completed in 25 milliseconds