Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_huc_fw.c53 static void huc_fw_select(struct intel_uc_fw *huc_fw) in huc_fw_select() argument
55 struct intel_huc *huc = container_of(huc_fw, struct intel_huc, fw); in huc_fw_select()
58 GEM_BUG_ON(huc_fw->type != INTEL_UC_FW_TYPE_HUC); in huc_fw_select()
64 huc_fw->path = i915_modparams.huc_firmware_path; in huc_fw_select()
65 huc_fw->major_ver_wanted = 0; in huc_fw_select()
66 huc_fw->minor_ver_wanted = 0; in huc_fw_select()
68 huc_fw->path = I915_SKL_HUC_UCODE; in huc_fw_select()
69 huc_fw->major_ver_wanted = SKL_HUC_FW_MAJOR; in huc_fw_select()
70 huc_fw->minor_ver_wanted = SKL_HUC_FW_MINOR; in huc_fw_select()
72 huc_fw->path = I915_BXT_HUC_UCODE; in huc_fw_select()
[all …]
Dintel_uc.c56 struct intel_uc_fw *huc_fw = &i915->huc.fw; in __get_platform_enable_guc() local
62 if (intel_uc_fw_is_selected(huc_fw)) in __get_platform_enable_guc()
107 struct intel_uc_fw *huc_fw = &i915->huc.fw; in sanitize_options_early() local
127 if (intel_uc_is_using_huc() && !intel_uc_fw_is_selected(huc_fw)) { in sanitize_options_early()
Di915_gpu_error.h53 struct intel_uc_fw huc_fw; member
Di915_gpu_error.c634 intel_uc_fw_dump(&error_uc->huc_fw, &p); in err_print_uc()
905 kfree(error_uc->huc_fw.path); in cleanup_uc_state()
1611 error_uc->huc_fw = i915->huc.fw; in capture_uc_state()
1618 error_uc->huc_fw.path = kstrdup(i915->huc.fw.path, GFP_ATOMIC); in capture_uc_state()