Home
last modified time | relevance | path

Searched refs:IS_MI_LRI_CMD (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/drivers/gpu/drm/i915/gt/
Dintel_gpu_commands.h193 #define IS_MI_LRI_CMD(x) (MI_OPCODE(x) == MI_OPCODE(MI_INSTR(0x22, 0))) macro
/Linux-v6.6/drivers/gpu/drm/i915/
Di915_perf.c1464 if (IS_MI_LRI_CMD(state[offset])) { in oa_context_image_offset()