Home
last modified time | relevance | path

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

/drivers/gpu/drm/i915/gt/uc/
A Dintel_uc_fw.c316 if (uc_fw->file_selected.path) { in __uc_fw_auto_select()
323 uc_fw->file_selected.path = NULL; 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()
539 intel_uc_fw_change_status(uc_fw, uc_fw->file_selected.path ? *uc_fw->file_selected.path ? in intel_uc_fw_init_early()
754 uc_fw->file_selected.ver.major, in guc_check_version_range()
755 uc_fw->file_selected.ver.minor, in guc_check_version_range()
756 uc_fw->file_selected.ver.patch); in guc_check_version_range()
926 if (!uc_fw->file_selected.path) { in intel_uc_fw_fetch()
968 uc_fw->file_selected.path, in intel_uc_fw_fetch()
[all …]
A 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()
A 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()
A Dintel_uc.c447 intel_uc_fw_type_repr(fw->type), fw->file_selected.path, in print_fw_ver()
448 fw->file_selected.ver.major, in print_fw_ver()
449 fw->file_selected.ver.minor, in print_fw_ver()
450 fw->file_selected.ver.patch); in print_fw_ver()
A Dintel_uc_fw.h97 struct intel_uc_fw_file file_selected; member
A Dintel_huc_fw.c220 intel_uc_fw_version_from_gsc_manifest(&huc_fw->file_selected.ver, in intel_huc_fw_get_binary_info()
A Dintel_guc.h328 #define GUC_FIRMWARE_VER(guc) MAKE_GUC_VER_STRUCT((guc)->fw.file_selected.ver)
/drivers/gpu/drm/i915/
A Di915_gpu_error.c1022 kfree(uc->guc_fw.file_selected.path); in cleanup_uc()
1023 kfree(uc->huc_fw.file_selected.path); in cleanup_uc()
1738 error_uc->guc_fw.file_selected.path = kstrdup(uc->guc.fw.file_selected.path, ALLOW_FAIL); in gt_record_uc()
1739 error_uc->huc_fw.file_selected.path = kstrdup(uc->huc.fw.file_selected.path, ALLOW_FAIL); in gt_record_uc()

Completed in 20 milliseconds