Searched refs:huc_fw (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/gpu/drm/i915/gt/uc/ |
H A D | intel_huc_fw.c | 130 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 D | intel_huc.c | 550 struct intel_uc_fw *huc_fw = &huc->fw; in huc_is_fully_authenticated() local 552 if (!huc_fw->has_gsc_headers) in huc_is_fully_authenticated() 572 struct intel_uc_fw *huc_fw = &huc->fw; in intel_huc_check_status() local 574 switch (__intel_uc_fw_status(huc_fw)) { in intel_huc_check_status() 597 else if (huc_fw->has_gsc_headers && !intel_huc_is_loaded_by_gsc(huc) && in intel_huc_check_status()
|
H A D | intel_huc_fw.h | 17 int intel_huc_fw_get_binary_info(struct intel_uc_fw *huc_fw, const void *data, size_t size);
|
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | i915_gpu_error.c | 695 intel_uc_fw_dump(&error_uc->huc_fw, &p); in err_print_uc() 1035 kfree(uc->huc_fw.file_selected.path); in cleanup_uc() 1037 kfree(uc->huc_fw.file_wanted.path); in cleanup_uc() 1740 memcpy(&error_uc->huc_fw, &uc->huc.fw, sizeof(uc->huc.fw)); in gt_record_uc() 1743 error_uc->huc_fw.file_selected.path = kstrdup(uc->huc.fw.file_selected.path, ALLOW_FAIL); in gt_record_uc() 1745 error_uc->huc_fw.file_wanted.path = kstrdup(uc->huc.fw.file_wanted.path, ALLOW_FAIL); in gt_record_uc()
|
H A D | i915_gpu_error.h | 179 struct intel_uc_fw huc_fw; member
|