Home
last modified time | relevance | path

Searched refs:xe_uc_fw_upload (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_uc_fw.h19 int xe_uc_fw_upload(struct xe_uc_fw *uc_fw, u32 offset, u32 dma_flags);
Dxe_huc.c129 return xe_uc_fw_upload(&huc->fw, 0, HUC_UKERNEL); in xe_huc_upload()
Dxe_uc_fw.c849 int xe_uc_fw_upload(struct xe_uc_fw *uc_fw, u32 offset, u32 dma_flags) in xe_uc_fw_upload() function
Dxe_guc.c726 ret = xe_uc_fw_upload(&guc->fw, 0x2000, UOS_MOVE); in __xe_guc_upload()