Searched refs:MI_USER_INTERRUPT (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/drivers/gpu/drm/i915/gt/ |
D | intel_gpu_commands.h | 38 #define MI_USER_INTERRUPT MI_INSTR(0x02, 0) macro
|
D | intel_ringbuffer.c | 328 *cs++ = MI_USER_INTERRUPT; in gen6_rcs_emit_breadcrumb() 431 *cs++ = MI_USER_INTERRUPT; in gen7_rcs_emit_breadcrumb() 449 *cs++ = MI_USER_INTERRUPT; in gen6_xcs_emit_breadcrumb() 479 *cs++ = MI_USER_INTERRUPT; in gen7_xcs_emit_breadcrumb() 949 *cs++ = MI_USER_INTERRUPT; in i9xx_emit_breadcrumb() 975 *cs++ = MI_USER_INTERRUPT; in gen5_emit_breadcrumb()
|
D | intel_lrc.c | 2920 *cs++ = MI_USER_INTERRUPT; in gen8_emit_fini_breadcrumb_footer()
|
/Linux-v5.4/drivers/gpu/drm/i915/ |
D | i915_cmd_parser.c | 212 CMD( MI_USER_INTERRUPT, SMI, F, 1, R ), 466 CMD( MI_USER_INTERRUPT, SMI, F, 1, S ),
|