Searched refs:MI_USER_INTERRUPT (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/gpu/drm/i915/gt/ |
H A D | gen6_engine_cs.c | 169 *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 D | gen8_engine_cs.c | 644 *cs++ = MI_USER_INTERRUPT; in gen8_emit_fini_breadcrumb_tail() 786 *cs++ = MI_USER_INTERRUPT; in gen12_emit_fini_breadcrumb_tail()
|
H A D | intel_gpu_commands.h | 45 #define MI_USER_INTERRUPT MI_INSTR(0x02, 0) macro
|
/linux/drivers/gpu/drm/xe/instructions/ |
H A D | xe_mi_commands.h | 25 #define MI_USER_INTERRUPT __MI_INSTR(0x2) macro
|
/linux/drivers/gpu/drm/i915/ |
H A D | i915_cmd_parser.c | 221 CMD( MI_USER_INTERRUPT, SMI, F, 1, R ), 475 CMD( MI_USER_INTERRUPT, SMI, F, 1, S ),
|
/linux/drivers/gpu/drm/xe/ |
H A D | xe_ring_ops.c | 66 dw[i++] = MI_USER_INTERRUPT; in emit_user_interrupt()
|
/linux/drivers/gpu/drm/i915/gt/uc/ |
H A D | intel_guc_submission.c | 5769 *cs++ = MI_USER_INTERRUPT; in emit_fini_breadcrumb_parent_no_preempt_mid_batch() 5845 *cs++ = MI_USER_INTERRUPT; in emit_fini_breadcrumb_child_no_preempt_mid_batch()
|