Searched refs:MI_USER_INTERRUPT (Results  1 – 5 of 5) sorted by relevance
| /Linux-v5.15/drivers/gpu/drm/i915/gt/ | 
| D | gen6_engine_cs.c | 168 	*cs++ = MI_USER_INTERRUPT;  in gen6_emit_breadcrumb_rcs()365 	*cs++ = MI_USER_INTERRUPT;  in gen7_emit_breadcrumb_rcs()
 383 	*cs++ = MI_USER_INTERRUPT;  in gen6_emit_breadcrumb_xcs()
 414 	*cs++ = MI_USER_INTERRUPT;  in gen7_emit_breadcrumb_xcs()
 
 | 
| D | gen8_engine_cs.c | 505 	*cs++ = MI_USER_INTERRUPT;  in gen8_emit_fini_breadcrumb_tail()598 	*cs++ = MI_USER_INTERRUPT;  in gen12_emit_fini_breadcrumb_tail()
 
 | 
| D | intel_gpu_commands.h | 39 #define MI_USER_INTERRUPT	MI_INSTR(0x02, 0)  macro
 | 
| D | gen2_engine_cs.c | 162 	*cs++ = MI_USER_INTERRUPT;  in __gen2_emit_breadcrumb()
 | 
| /Linux-v5.15/drivers/gpu/drm/i915/ | 
| D | i915_cmd_parser.c | 213 	CMD(  MI_USER_INTERRUPT,                SMI,    F,  1,      R  ),467 	CMD(  MI_USER_INTERRUPT,                SMI,    F,  1,      S  ),
 
 |