Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/i915/gt/uc/
A Dintel_uc_fw.c287 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 Dintel_uc.c454 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 Dintel_uc_fw.h96 struct intel_uc_fw_file file_selected; member
A Dintel_gsc_fw.c204 gsc_fw->file_selected.path); in intel_gsc_uc_fw_upload()
/linux-6.3-rc2/drivers/gpu/drm/i915/
A Di915_gpu_error.c1026 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