Home
last modified time | relevance | path

Searched refs:MI_LOAD_REGISTER_MEM (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/drivers/gpu/drm/xe/instructions/
H A Dxe_mi_commands.h65 #define MI_LOAD_REGISTER_MEM (__MI_INSTR(0x29) | XE_INSTR_NUM_DW(4)) macro
/linux-6.15/drivers/gpu/drm/i915/gt/
H A Dintel_gpu_commands.h176 #define MI_LOAD_REGISTER_MEM MI_INSTR(0x29, 1) macro
H A Dselftest_workarounds.c564 lrm = MI_LOAD_REGISTER_MEM; in check_dirty_whitelist()
/linux-6.15/drivers/gpu/drm/i915/
H A Di915_cmd_parser.c237 CMD( MI_LOAD_REGISTER_MEM, SMI, F, 3, W | B,
1280 if (cmd_desc_is(desc, MI_LOAD_REGISTER_MEM)) { in check_cmd()
H A Di915_perf.c1920 cmd = save ? MI_STORE_REGISTER_MEM : MI_LOAD_REGISTER_MEM; in save_restore_register()
/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_lrc.c593 regs[CTX_LRM_INT_MASK_ENABLE] = MI_LOAD_REGISTER_MEM | in set_memory_based_intr()
1422 case MI_LOAD_REGISTER_MEM & MI_OPCODE: in dump_mi_command()
/linux-6.15/drivers/gpu/drm/i915/gem/selftests/
H A Di915_gem_context.c1673 *cmd++ = MI_LOAD_REGISTER_MEM; in read_from_scratch()