Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_huc_fw.c130 int intel_huc_fw_get_binary_info(struct intel_uc_fw *huc_fw, const void *data, size_t size) in intel_huc_fw_get_binary_info() argument
132 struct intel_huc *huc = container_of(huc_fw, struct intel_huc, fw); in intel_huc_fw_get_binary_info()
138 if (!huc_fw->has_gsc_headers) { in intel_huc_fw_get_binary_info()
220 intel_uc_fw_version_from_gsc_manifest(&huc_fw->file_selected.ver, in intel_huc_fw_get_binary_info()
227 huc_fw->dma_start_offset = offset; in intel_huc_fw_get_binary_info()
H A Dintel_huc.c602 struct intel_uc_fw *huc_fw = &huc->fw; in huc_is_fully_authenticated() local
604 if (!huc_fw->has_gsc_headers) in huc_is_fully_authenticated()
624 struct intel_uc_fw *huc_fw = &huc->fw; in intel_huc_check_status() local
626 switch (__intel_uc_fw_status(huc_fw)) { in intel_huc_check_status()
649 else if (huc_fw->has_gsc_headers && !intel_huc_is_loaded_by_gsc(huc) && in intel_huc_check_status()
H A Dintel_huc_fw.h17 int intel_huc_fw_get_binary_info(struct intel_uc_fw *huc_fw, const void *data, size_t size);
/linux/drivers/gpu/drm/i915/
H A Di915_gpu_error.h180 struct intel_uc_fw huc_fw; member
H A Di915_gpu_error.c699 intel_uc_fw_dump(&error_uc->huc_fw, &p); in err_print_uc()
1041 kfree(uc->huc_fw.file_selected.path); in cleanup_uc()
1043 kfree(uc->huc_fw.file_wanted.path); in cleanup_uc()
1742 memcpy(&error_uc->huc_fw, &uc->huc.fw, sizeof(uc->huc.fw)); in gt_record_uc()
1745 error_uc->huc_fw.file_selected.path = kstrdup(uc->huc.fw.file_selected.path, ALLOW_FAIL); in gt_record_uc()
1747 error_uc->huc_fw.file_wanted.path = kstrdup(uc->huc.fw.file_wanted.path, ALLOW_FAIL); in gt_record_uc()