Searched refs:file_selected (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/i915/gt/uc/ |
A D | intel_uc_fw.c | 287 if (uc_fw->file_selected.path) { in __uc_fw_auto_select() 305 uc_fw->file_selected.path = NULL; in __uc_fw_auto_select() 374 uc_fw->file_selected.path = NULL; in __uc_fw_auto_select() 415 uc_fw->file_selected.path = path; in __uc_fw_user_override() 448 intel_uc_fw_change_status(uc_fw, uc_fw->file_selected.path ? *uc_fw->file_selected.path ? in intel_uc_fw_init_early() 640 uc_fw->file_selected.ver.major, in guc_check_version_range() 641 uc_fw->file_selected.ver.minor, in guc_check_version_range() 743 if (!uc_fw->file_selected.path) { in intel_uc_fw_fetch() 773 uc_fw->file_selected.ver.major, uc_fw->file_selected.ver.minor, in intel_uc_fw_fetch() 794 uc_fw->file_selected.path, in intel_uc_fw_fetch() [all …]
|
A D | intel_uc.c | 454 intel_uc_fw_type_repr(fw->type), fw->file_selected.path, in print_fw_ver() 455 fw->file_selected.ver.major, in print_fw_ver() 456 fw->file_selected.ver.minor, in print_fw_ver() 457 fw->file_selected.ver.patch); in print_fw_ver()
|
A D | intel_uc_fw.h | 96 struct intel_uc_fw_file file_selected; member
|
A D | intel_gsc_fw.c | 204 gsc_fw->file_selected.path); in intel_gsc_uc_fw_upload()
|
/linux-6.3-rc2/drivers/gpu/drm/i915/ |
A D | i915_gpu_error.c | 1026 kfree(uc->guc_fw.file_selected.path); in cleanup_uc() 1027 kfree(uc->huc_fw.file_selected.path); in cleanup_uc() 1716 error_uc->guc_fw.file_selected.path = kstrdup(uc->guc.fw.file_selected.path, ALLOW_FAIL); in gt_record_uc() 1717 error_uc->huc_fw.file_selected.path = kstrdup(uc->huc.fw.file_selected.path, ALLOW_FAIL); in gt_record_uc()
|
Completed in 16 milliseconds