Searched refs:file_selected (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/i915/gt/uc/ |
D | intel_uc_fw.c | 60 uc_fw->file_selected.path : intel_uc_fw_status_repr(status)); in intel_uc_fw_change_status() 316 if (uc_fw->file_selected.path) { in __uc_fw_auto_select() 322 if (uc_fw->file_selected.path == blob->path) in __uc_fw_auto_select() 323 uc_fw->file_selected.path = NULL; in __uc_fw_auto_select() 328 uc_fw->file_selected.path = blob->path; in __uc_fw_auto_select() 338 if (!found && uc_fw->file_selected.path) { in __uc_fw_auto_select() 340 uc_fw->file_selected.path = NULL; in __uc_fw_auto_select() 485 uc_fw->file_selected.path = path; in __uc_fw_user_override() 523 GEM_BUG_ON(uc_fw->file_selected.path); in intel_uc_fw_init_early() 539 intel_uc_fw_change_status(uc_fw, uc_fw->file_selected.path ? *uc_fw->file_selected.path ? in intel_uc_fw_init_early() [all …]
|
D | intel_gsc_uc.c | 334 drm_printf(p, "GSC firmware: %s\n", gsc->fw.file_selected.path); in intel_gsc_uc_load_status() 335 if (gsc->fw.file_selected.path != gsc->fw.file_wanted.path) in intel_gsc_uc_load_status() 344 gsc->fw.file_selected.ver.major, gsc->fw.file_selected.ver.minor, in intel_gsc_uc_load_status()
|
D | intel_gsc_fw.c | 436 gsc->fw.file_selected.ver.major = msg_out->compat_major; in gsc_fw_query_compatibility_version() 437 gsc->fw.file_selected.ver.minor = msg_out->compat_minor; in gsc_fw_query_compatibility_version() 514 gsc_fw->file_selected.path, in intel_gsc_uc_fw_upload() 515 gsc_fw->file_selected.ver.major, gsc_fw->file_selected.ver.minor, in intel_gsc_uc_fw_upload()
|
D | intel_uc.c | 446 intel_uc_fw_type_repr(fw->type), fw->file_selected.path, in print_fw_ver() 447 fw->file_selected.ver.major, in print_fw_ver() 448 fw->file_selected.ver.minor, in print_fw_ver() 449 fw->file_selected.ver.patch); in print_fw_ver()
|
D | intel_uc_fw.h | 97 struct intel_uc_fw_file file_selected; member
|
D | intel_huc_fw.c | 220 intel_uc_fw_version_from_gsc_manifest(&huc_fw->file_selected.ver, in intel_huc_fw_get_binary_info()
|
D | intel_guc.h | 328 #define GUC_FIRMWARE_VER(guc) MAKE_GUC_VER_STRUCT((guc)->fw.file_selected.ver)
|
/linux-6.12.1/drivers/gpu/drm/i915/ |
D | i915_gpu_error.c | 1040 kfree(uc->guc_fw.file_selected.path); in cleanup_uc() 1041 kfree(uc->huc_fw.file_selected.path); in cleanup_uc() 1744 error_uc->guc_fw.file_selected.path = kstrdup(uc->guc.fw.file_selected.path, ALLOW_FAIL); 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()
|