Home
last modified time | relevance | path

Searched refs:MI_SET_APPID (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/drivers/gpu/drm/xe/instructions/
H A Dxe_mi_commands.h74 #define MI_SET_APPID __MI_INSTR(0x0e) macro
/linux-6.15/drivers/gpu/drm/i915/pxp/
H A Dintel_pxp_cmd.c33 *cs++ = MI_SET_APPID | MI_SET_APPID_SESSION_ID(idx); in pxp_emit_session_selection()
/linux-6.15/drivers/gpu/drm/i915/
H A Di915_cmd_parser.c257 CMD( MI_SET_APPID, SMI, F, 1, S ),
317 CMD( MI_SET_APPID, SMI, F, 1, S ),
338 CMD( MI_SET_APPID, SMI, F, 1, S ),
382 CMD( MI_SET_APPID, SMI, F, 1, S ),
/linux-6.15/drivers/gpu/drm/i915/gt/
H A Dintel_gpu_commands.h65 #define MI_SET_APPID MI_INSTR(0x0e, 0) macro
/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_pxp_submit.c240 emit_cmd(xe, batch, offset++, MI_SET_APPID | MI_SET_APPID_SESSION_ID(idx)); in pxp_emit_session_selection()