Lines Matching full:compatibility
122 /* for the GSC FW we match the compatibility version and not the release one */
300 struct xe_uc_fw_version *compatibility = &uc_fw->versions.found[XE_UC_FW_VER_COMPATIBILITY]; in guc_read_css_info() local
307 compatibility->major = FIELD_GET(CSS_SW_VERSION_UC_MAJOR, in guc_read_css_info()
309 compatibility->minor = FIELD_GET(CSS_SW_VERSION_UC_MINOR, in guc_read_css_info()
311 compatibility->patch = FIELD_GET(CSS_SW_VERSION_UC_PATCH, in guc_read_css_info()
315 compatibility->major = 1; in guc_read_css_info()
316 compatibility->minor = 1; in guc_read_css_info()
317 compatibility->patch = 0; in guc_read_css_info()
320 compatibility->major = 1; in guc_read_css_info()
321 compatibility->minor = 0; in guc_read_css_info()
322 compatibility->patch = 0; in guc_read_css_info()
684 /* for GSC FW we want the compatibility version, which we query after load */ in uc_fw_request()
852 return "compatibility"; in version_type_repr()