Home
last modified time | relevance | path

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

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