Home
last modified time | relevance | path

Searched refs:huc_fw (Results 1 – 4 of 4) 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_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.h175 struct intel_uc_fw huc_fw; member
H A Di915_gpu_error.c762 intel_uc_fw_dump(&error_uc->huc_fw, &p); in err_print_uc()
1092 kfree(uc->huc_fw.file_selected.path); in cleanup_uc()
1094 kfree(uc->huc_fw.file_wanted.path); in cleanup_uc()
1837 memcpy(&error_uc->huc_fw, &uc->huc.fw, sizeof(uc->huc.fw)); in gt_record_uc()
1840 error_uc->huc_fw.file_selected.path = kstrdup(uc->huc.fw.file_selected.path, ALLOW_FAIL); in gt_record_uc()
1842 error_uc->huc_fw.file_wanted.path = kstrdup(uc->huc.fw.file_wanted.path, ALLOW_FAIL); in gt_record_uc()