Home
last modified time | relevance | path

Searched refs:file_selected (Results 1 – 8 of 8) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/i915/gt/uc/
Dintel_uc_fw.c60 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 …]
Dintel_gsc_uc.c334 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()
Dintel_gsc_fw.c436 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()
Dintel_uc.c446 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()
Dintel_uc_fw.h97 struct intel_uc_fw_file file_selected; member
Dintel_huc_fw.c220 intel_uc_fw_version_from_gsc_manifest(&huc_fw->file_selected.ver, in intel_huc_fw_get_binary_info()
Dintel_guc.h328 #define GUC_FIRMWARE_VER(guc) MAKE_GUC_VER_STRUCT((guc)->fw.file_selected.ver)
/linux-6.12.1/drivers/gpu/drm/i915/
Di915_gpu_error.c1040 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()