Searched refs:MI_INSTR (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
H A D | intel_gpu_commands.h | 35 #define MI_INSTR(opcode, flags) (((opcode) << 23) | (flags)) macro 39 #define MI_NOOP MI_INSTR(0, 0) 40 #define MI_USER_INTERRUPT MI_INSTR(0x02, 0) 41 #define MI_WAIT_FOR_EVENT MI_INSTR(0x03, 0) 46 #define MI_FLUSH MI_INSTR(0x04, 0) 53 #define MI_REPORT_HEAD MI_INSTR(0x07, 0) 54 #define MI_ARB_ON_OFF MI_INSTR(0x08, 0) 57 #define MI_BATCH_BUFFER_END MI_INSTR(0x0a, 0) 58 #define MI_SUSPEND_FLUSH MI_INSTR(0x0b, 0) 60 #define MI_SET_APPID MI_INSTR( [all...] |
H A D | selftest_lrc.c | 4819 if ((lri & GENMASK(31, 23)) != MI_INSTR(0x22, 0)) { in live_lrc_layout() 5581 if ((hw[dw] & GENMASK(31, 23)) != MI_INSTR(0x22, 0)) { in store_context() 5744 if ((hw[dw] & GENMASK(31, 23)) != MI_INSTR(0x22, 0)) { in load_context() 5882 if ((hw[dw] & GENMASK(31, 23)) != MI_INSTR(0x22, 0)) { in compare_isolation()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/ |
H 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) 46 #define MI_WAIT_FOR_EVENT MI_INSTR(0x03, 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) 62 #define MI_BATCH_BUFFER_END MI_INSTR(0x0a, 0) 63 #define MI_SUSPEND_FLUSH MI_INSTR( [all...] |
H A D | selftest_lrc.c | 30 #define LRI_HEADER MI_INSTR(0x22, 0)
|
Completed in 10 milliseconds