Searched refs:file_selected (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/gpu/drm/i915/gt/uc/ |
| H A D | intel_gsc_uc.c | 334 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()
|
| H A D | intel_gsc_fw.c | 436 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()
|
| H A D | intel_uc_fw.h | 97 struct intel_uc_fw_file file_selected; member
|
| H A D | intel_huc_fw.c | 220 intel_uc_fw_version_from_gsc_manifest(&huc_fw->file_selected.ver, in intel_huc_fw_get_binary_info()
|
| H A D | intel_guc.h | 328 #define GUC_FIRMWARE_VER(guc) MAKE_GUC_VER_STRUCT((guc)->fw.file_selected.ver)
|
| /linux/drivers/gpu/drm/i915/ |
| H A D | i915_gpu_error.c | 1091 kfree(uc->guc_fw.file_selected.path); in cleanup_uc() 1092 kfree(uc->huc_fw.file_selected.path); in cleanup_uc() 1839 error_uc->guc_fw.file_selected.path = kstrdup(uc->guc.fw.file_selected.path, ALLOW_FAIL); in gt_record_uc() 1840 error_uc->huc_fw.file_selected.path = kstrdup(uc->huc.fw.file_selected.path, ALLOW_FAIL); in gt_record_uc()
|