Lines Matching refs:guc

71 	struct intel_guc *guc = container_of(guc_fw, struct intel_guc, fw);  in guc_xfer_rsa_vma()  local
74 intel_guc_ggtt_offset(guc, guc_fw->rsa_data)); in guc_xfer_rsa_vma()
154 static int guc_wait_ucode(struct intel_guc *guc) in guc_wait_ucode() argument
156 struct intel_gt *gt = guc_to_gt(guc); in guc_wait_ucode()
195 guc_dbg(guc, "load still in progress, count = %d, freq = %dMHz, status = 0x%08X [0x%02X/%02X]\n", in guc_wait_ucode()
207 guc_info(guc, "load failed: status = 0x%08X, time = %lldms, freq = %dMHz, ret = %d\n", in guc_wait_ucode()
209 …guc_info(guc, "load failed: status: Reset = %d, BootROM = 0x%02X, UKernel = 0x%02X, MIA = 0x%02X, … in guc_wait_ucode()
217 guc_info(guc, "invalid key requested, header = 0x%08X\n", in guc_wait_ucode()
223 guc_info(guc, "firmware signature verification failed\n"); in guc_wait_ucode()
228 guc_info(guc, "firmware production part check failure\n"); in guc_wait_ucode()
235 guc_info(guc, "firmware exception. EIP: %#x\n", in guc_wait_ucode()
241 guc_info(guc, "illegal register in save/restore workaround list\n"); in guc_wait_ucode()
246 guc_info(guc, "invalid w/a KLV entry\n"); in guc_wait_ucode()
251 guc_info(guc, "still extracting hwconfig table.\n"); in guc_wait_ucode()
260 guc_warn(guc, "excessive init time: %lldms! [status = 0x%08X, count = %d, ret = %d]\n", in guc_wait_ucode()
262 …guc_warn(guc, "excessive init time: [freq = %dMHz, before = %dMHz, perf_limit_reasons = 0x%08X]\n", in guc_wait_ucode()
266 …guc_dbg(guc, "init took %lldms, freq = %dMHz, before = %dMHz, status = 0x%08X, count = %d, ret = %… in guc_wait_ucode()
286 int intel_guc_fw_upload(struct intel_guc *guc) in intel_guc_fw_upload() argument
288 struct intel_gt *gt = guc_to_gt(guc); in intel_guc_fw_upload()
302 ret = guc_xfer_rsa(&guc->fw, uncore); in intel_guc_fw_upload()
310 ret = intel_uc_fw_upload(&guc->fw, 0x2000, UOS_MOVE); in intel_guc_fw_upload()
314 ret = guc_wait_ucode(guc); in intel_guc_fw_upload()
318 intel_uc_fw_change_status(&guc->fw, INTEL_UC_FIRMWARE_RUNNING); in intel_guc_fw_upload()
322 intel_uc_fw_change_status(&guc->fw, INTEL_UC_FIRMWARE_LOAD_FAIL); in intel_guc_fw_upload()