Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/i915/gt/uc/
Dintel_uc_fw.c44 uc_fw->file_selected.path : intel_uc_fw_status_repr(status)); in intel_uc_fw_change_status()
264 if (uc_fw->file_selected.path) { in __uc_fw_auto_select()
265 if (uc_fw->file_selected.path == blob->path) in __uc_fw_auto_select()
266 uc_fw->file_selected.path = NULL; in __uc_fw_auto_select()
271 uc_fw->file_selected.path = blob->path; in __uc_fw_auto_select()
279 if (!found && uc_fw->file_selected.path) { in __uc_fw_auto_select()
281 uc_fw->file_selected.path = NULL; in __uc_fw_auto_select()
349 uc_fw->file_selected.path = NULL; in __uc_fw_auto_select()
382 uc_fw->file_selected.path = path; in __uc_fw_user_override()
406 GEM_BUG_ON(uc_fw->file_selected.path); in intel_uc_fw_init_early()
[all …]
Dintel_uc_fw.h90 struct intel_uc_fw_file file_selected; member
113 #define GET_UC_VER(uc) (MAKE_UC_VER((uc)->fw.file_selected.major_ver, \
114 (uc)->fw.file_selected.minor_ver, \
115 (uc)->fw.file_selected.patch_ver))
Dintel_uc.c439 intel_uc_fw_type_repr(fw->type), fw->file_selected.path, in print_fw_ver()
440 fw->file_selected.major_ver, in print_fw_ver()
441 fw->file_selected.minor_ver, in print_fw_ver()
442 fw->file_selected.patch_ver); in print_fw_ver()
/linux-6.1.9/drivers/gpu/drm/i915/
Di915_gpu_error.c1025 kfree(uc->guc_fw.file_selected.path); in cleanup_uc()
1026 kfree(uc->huc_fw.file_selected.path); in cleanup_uc()
1710 error_uc->guc_fw.file_selected.path = kstrdup(uc->guc.fw.file_selected.path, ALLOW_FAIL); in gt_record_uc()
1711 error_uc->huc_fw.file_selected.path = kstrdup(uc->huc.fw.file_selected.path, ALLOW_FAIL); in gt_record_uc()