Home
last modified time | relevance | path

Searched refs:intel_uc_fw_file (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/drivers/gpu/drm/i915/gt/uc/
Dintel_uc_fw.h81 struct intel_uc_fw_file { struct
96 struct intel_uc_fw_file file_wanted; argument
97 struct intel_uc_fw_file file_selected;
Dintel_uc_fw.c792 struct intel_uc_fw_file *huc_selected) in check_mtl_huc_guc_compatibility()
794 struct intel_uc_fw_file *guc_selected = &gt->uc.guc.fw.file_selected; in check_mtl_huc_guc_compatibility()
828 struct intel_uc_fw_file *wanted = &uc_fw->file_wanted; in intel_uc_check_file_version()
829 struct intel_uc_fw_file *selected = &uc_fw->file_selected; in intel_uc_check_file_version()
877 struct intel_uc_fw_file file_ideal; in intel_uc_fw_fetch()