Searched refs:MI_INSTR (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/i915/gt/ |
D | intel_gpu_commands.h | 36 #define MI_INSTR(opcode, flags) \ macro 41 #define MI_NOOP MI_INSTR(0, 0) 42 #define MI_SET_PREDICATE MI_INSTR(0x01, 0) 44 #define MI_USER_INTERRUPT MI_INSTR(0x02, 0) 45 #define MI_WAIT_FOR_EVENT MI_INSTR(0x03, 0) 50 #define MI_FLUSH MI_INSTR(0x04, 0) 57 #define MI_REPORT_HEAD MI_INSTR(0x07, 0) 58 #define MI_ARB_ON_OFF MI_INSTR(0x08, 0) 61 #define MI_BATCH_BUFFER_END MI_INSTR(0x0a, 0) 62 #define MI_SUSPEND_FLUSH MI_INSTR(0x0b, 0) [all …]
|
D | selftest_lrc.c | 30 #define LRI_HEADER MI_INSTR(0x22, 0)
|