Searched refs:MI_INSTR (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/gpu/drm/i915/gt/ |
A D | intel_gpu_commands.h | 36 #define MI_INSTR(opcode, flags) \ macro 41 #define MI_NOOP MI_INSTR(0, 0) 42 #define MI_USER_INTERRUPT MI_INSTR(0x02, 0) 48 #define MI_FLUSH MI_INSTR(0x04, 0) 55 #define MI_REPORT_HEAD MI_INSTR(0x07, 0) 56 #define MI_ARB_ON_OFF MI_INSTR(0x08, 0) 60 #define MI_SUSPEND_FLUSH MI_INSTR(0x0b, 0) 62 #define MI_SET_APPID MI_INSTR(0x0e, 0) 64 #define MI_OVERLAY_FLIP MI_INSTR(0x11, 0) 69 #define MI_DISPLAY_FLIP MI_INSTR(0x14, 2) [all …]
|
A D | selftest_lrc.c | 181 if ((lri & GENMASK(31, 23)) != MI_INSTR(0x22, 0)) { in live_lrc_layout() 948 if ((hw[dw] & GENMASK(31, 23)) != MI_INSTR(0x22, 0)) { in store_context() 1111 if ((hw[dw] & GENMASK(31, 23)) != MI_INSTR(0x22, 0)) { in load_context() 1251 if ((hw[dw] & GENMASK(31, 23)) != MI_INSTR(0x22, 0)) { in compare_isolation()
|
Completed in 8 milliseconds