Home
last modified time | relevance | path

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

/linux-6.6.21/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()
300 if (uc_fw->file_selected.path) { in __uc_fw_auto_select()
306 if (uc_fw->file_selected.path == blob->path) in __uc_fw_auto_select()
307 uc_fw->file_selected.path = NULL; in __uc_fw_auto_select()
312 uc_fw->file_selected.path = blob->path; in __uc_fw_auto_select()
322 if (!found && uc_fw->file_selected.path) { in __uc_fw_auto_select()
324 uc_fw->file_selected.path = NULL; in __uc_fw_auto_select()
469 uc_fw->file_selected.path = path; in __uc_fw_user_override()
507 GEM_BUG_ON(uc_fw->file_selected.path); in intel_uc_fw_init_early()
523 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.c336 drm_printf(p, "GSC firmware: %s\n", gsc->fw.file_selected.path); in intel_gsc_uc_load_status()
337 if (gsc->fw.file_selected.path != gsc->fw.file_wanted.path) in intel_gsc_uc_load_status()
346 gsc->fw.file_selected.ver.major, gsc->fw.file_selected.ver.minor, in intel_gsc_uc_load_status()
Dintel_gsc_fw.c391 gsc->fw.file_selected.ver.major = msg_out->compat_major; in gsc_fw_query_compatibility_version()
392 gsc->fw.file_selected.ver.minor = msg_out->compat_minor; in gsc_fw_query_compatibility_version()
469 gsc_fw->file_selected.path, in intel_gsc_uc_fw_upload()
470 gsc_fw->file_selected.ver.major, gsc_fw->file_selected.ver.minor, in intel_gsc_uc_fw_upload()
Dintel_uc.c455 intel_uc_fw_type_repr(fw->type), fw->file_selected.path, in print_fw_ver()
456 fw->file_selected.ver.major, in print_fw_ver()
457 fw->file_selected.ver.minor, in print_fw_ver()
458 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()
/linux-6.6.21/drivers/gpu/drm/i915/
Di915_gpu_error.c1034 kfree(uc->guc_fw.file_selected.path); in cleanup_uc()
1035 kfree(uc->huc_fw.file_selected.path); in cleanup_uc()
1730 error_uc->guc_fw.file_selected.path = kstrdup(uc->guc.fw.file_selected.path, ALLOW_FAIL); 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()