Searched refs:MI_USER_INTERRUPT (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/i915/gt/ |
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()
|
A D | gen8_engine_cs.c | 562 *cs++ = MI_USER_INTERRUPT; in gen8_emit_fini_breadcrumb_tail() 700 *cs++ = MI_USER_INTERRUPT; in gen12_emit_fini_breadcrumb_tail()
|
A D | gen2_engine_cs.c | 164 *cs++ = MI_USER_INTERRUPT; in __gen2_emit_breadcrumb()
|
A D | intel_gpu_commands.h | 45 #define MI_USER_INTERRUPT MI_INSTR(0x02, 0) macro
|
/linux-6.3-rc2/drivers/gpu/drm/i915/ |
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-6.3-rc2/drivers/gpu/drm/i915/gt/uc/ |
A D | intel_guc_submission.c | 5229 *cs++ = MI_USER_INTERRUPT; in emit_fini_breadcrumb_parent_no_preempt_mid_batch() 5305 *cs++ = MI_USER_INTERRUPT; in emit_fini_breadcrumb_child_no_preempt_mid_batch()
|
Completed in 21 milliseconds