Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/gt/uc/
H 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()
H 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()
H A Dintel_uc_fw.h97 struct intel_uc_fw_file file_selected; member
H A Dintel_huc_fw.c220 intel_uc_fw_version_from_gsc_manifest(&huc_fw->file_selected.ver, in intel_huc_fw_get_binary_info()