Searched refs:huc_fw (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-6.6/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() 155 * - "huc_fw": points to the legacy-style binary that can be used for in intel_huc_fw_get_binary_info() 172 * [ "huc_fw" ] | 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() 223 if (strcmp(entry->name, "huc_fw") == 0) { 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);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | i915_gpu_error.h | 152 struct intel_uc_fw huc_fw; member
|
H A D | i915_gpu_error.c | 661 intel_uc_fw_dump(&error_uc->huc_fw, &p); in err_print_uc() 949 kfree(uc->huc_fw.path); in cleanup_uc() 1501 memcpy(&error_uc->huc_fw, &uc->huc.fw, sizeof(uc->huc.fw)); in gt_record_uc() 1508 error_uc->huc_fw.path = kstrdup(uc->huc.fw.path, ALLOW_FAIL); in gt_record_uc()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
H A D | i915_gpu_error.h | 179 struct intel_uc_fw huc_fw; member
|
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() 1728 memcpy(&error_uc->huc_fw, &uc->huc.fw, sizeof(uc->huc.fw)); in gt_record_uc() 1731 error_uc->huc_fw.file_selected.path = kstrdup(uc->huc.fw.file_selected.path, ALLOW_FAIL); in gt_record_uc() 1733 error_uc->huc_fw.file_wanted.path = kstrdup(uc->huc.fw.file_wanted.path, ALLOW_FAIL); in gt_record_uc()
|
Completed in 9 milliseconds