Searched refs:xe_uc_fw_upload (Results 1 – 4 of 4) sorted by relevance
19 int xe_uc_fw_upload(struct xe_uc_fw *uc_fw, u32 offset, u32 dma_flags);
129 return xe_uc_fw_upload(&huc->fw, 0, HUC_UKERNEL); in xe_huc_upload()
849 int xe_uc_fw_upload(struct xe_uc_fw *uc_fw, u32 offset, u32 dma_flags) in xe_uc_fw_upload() function
726 ret = xe_uc_fw_upload(&guc->fw, 0x2000, UOS_MOVE); in __xe_guc_upload()