Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_gpu_commands.h193 #define IS_MI_LRI_CMD(x) (MI_OPCODE(x) == MI_OPCODE(MI_INSTR(0x22, 0))) macro
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_perf.c1493 if (IS_MI_LRI_CMD(state[offset])) { in oa_context_image_offset()