Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/gt/
H A Dgen6_engine_cs.c169 *cs++ = MI_USER_INTERRUPT; in gen6_emit_breadcrumb_rcs()
366 *cs++ = MI_USER_INTERRUPT; in gen7_emit_breadcrumb_rcs()
384 *cs++ = MI_USER_INTERRUPT; in gen6_emit_breadcrumb_xcs()
415 *cs++ = MI_USER_INTERRUPT; in gen7_emit_breadcrumb_xcs()
H A Dintel_gpu_commands.h45 #define MI_USER_INTERRUPT MI_INSTR(0x02, 0) macro
/linux/drivers/gpu/drm/i915/
H A Di915_cmd_parser.c222 CMD( MI_USER_INTERRUPT, SMI, F, 1, R ),
476 CMD( MI_USER_INTERRUPT, SMI, F, 1, S ),
/linux/drivers/gpu/drm/xe/
H A Dxe_ring_ops.c97 dw[i++] = MI_USER_INTERRUPT; in emit_user_interrupt()