Searched refs:guc_fw (Results 1 – 4 of 4) sorted by relevance
54 static void guc_fw_select(struct intel_uc_fw *guc_fw) in guc_fw_select() argument56 struct intel_guc *guc = container_of(guc_fw, struct intel_guc, fw); in guc_fw_select()59 GEM_BUG_ON(guc_fw->type != INTEL_UC_FW_TYPE_GUC); in guc_fw_select()65 guc_fw->path = i915_modparams.guc_firmware_path; in guc_fw_select()66 guc_fw->major_ver_wanted = 0; in guc_fw_select()67 guc_fw->minor_ver_wanted = 0; in guc_fw_select()69 guc_fw->path = I915_SKL_GUC_UCODE; in guc_fw_select()70 guc_fw->major_ver_wanted = SKL_FW_MAJOR; in guc_fw_select()71 guc_fw->minor_ver_wanted = SKL_FW_MINOR; in guc_fw_select()73 guc_fw->path = I915_BXT_GUC_UCODE; in guc_fw_select()[all …]
55 struct intel_uc_fw *guc_fw = &i915->guc.fw; in __get_platform_enable_guc() local60 if (intel_uc_fw_is_selected(guc_fw)) in __get_platform_enable_guc()106 struct intel_uc_fw *guc_fw = &i915->guc.fw; in sanitize_options_early() local119 if (intel_uc_is_using_guc() && !intel_uc_fw_is_selected(guc_fw)) { in sanitize_options_early()
52 struct intel_uc_fw guc_fw; member
633 intel_uc_fw_dump(&error_uc->guc_fw, &p); in err_print_uc()904 kfree(error_uc->guc_fw.path); in cleanup_uc_state()1610 error_uc->guc_fw = i915->guc.fw; in capture_uc_state()1617 error_uc->guc_fw.path = kstrdup(i915->guc.fw.path, GFP_ATOMIC); in capture_uc_state()