Lines Matching refs:patch
102 u16 patch; member
259 uc_fw->versions.wanted.patch = entries[i].patch; in uc_fw_auto_select()
342 release->major, release->minor, release->patch); in guc_read_css_info()
348 compatibility->patch = FIELD_GET(CSS_SW_VERSION_UC_PATCH, css->submission_version); in guc_read_css_info()
372 (wanted->patch != found->patch)))) { in xe_uc_fw_check_version_requirements()
375 found->major, found->minor, found->patch, in xe_uc_fw_check_version_requirements()
376 wanted->major, wanted->minor, wanted->patch); in xe_uc_fw_check_version_requirements()
381 (wanted->minor == found->minor && wanted->patch > found->patch)) { in xe_uc_fw_check_version_requirements()
384 wanted->major, wanted->minor, wanted->patch, in xe_uc_fw_check_version_requirements()
385 found->major, found->minor, found->patch, in xe_uc_fw_check_version_requirements()
448 release->patch = FIELD_GET(CSS_SW_VERSION_UC_PATCH, css->sw_version); in parse_css_header()
524 release->patch = manifest->fw_version.hotfix; in parse_cpd_header()
662 ver_->patch, ver_->build); \
665 ver_->major, ver_->minor, ver_->patch); \