Home
last modified time | relevance | path

Searched refs:xe_lrc_setup_wa_bb_with_scratch (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_lrc.h151 int xe_lrc_setup_wa_bb_with_scratch(struct xe_lrc *lrc, struct xe_hw_engine *hwe,
H A Dxe_lrc.c1286 int xe_lrc_setup_wa_bb_with_scratch(struct xe_lrc *lrc, struct xe_hw_engine *hwe, u32 *scratch) in xe_lrc_setup_wa_bb_with_scratch() function
1332 ret = xe_lrc_setup_wa_bb_with_scratch(lrc, hwe, buf); in setup_wa_bb()
H A Dxe_exec_queue.c1666 err = xe_lrc_setup_wa_bb_with_scratch(lrc, q->hwe, scratch); in xe_exec_queue_contexts_hwsp_rebase()