Searched refs:MI_INSTR (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/i915/gt/ |
A D | intel_gpu_commands.h | 37 #define MI_INSTR(opcode, flags) \ macro 42 #define MI_NOOP MI_INSTR(0, 0) 43 #define MI_SET_PREDICATE MI_INSTR(0x01, 0) 45 #define MI_USER_INTERRUPT MI_INSTR(0x02, 0) 51 #define MI_FLUSH MI_INSTR(0x04, 0) 58 #define MI_REPORT_HEAD MI_INSTR(0x07, 0) 59 #define MI_ARB_ON_OFF MI_INSTR(0x08, 0) 63 #define MI_SUSPEND_FLUSH MI_INSTR(0x0b, 0) 65 #define MI_SET_APPID MI_INSTR(0x0e, 0) 67 #define MI_OVERLAY_FLIP MI_INSTR(0x11, 0) [all …]
|
A D | selftest_lrc.c | 30 #define LRI_HEADER MI_INSTR(0x22, 0)
|
Completed in 8 milliseconds