Searched refs:guc_version (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_gt_sriov_vf.c | 169 struct xe_uc_fw_version *guc_version = >->sriov.vf.guc_version; in vf_handshake_with_guc() local 178 if (guc_version->major || guc_version->minor) { in vf_handshake_with_guc() 179 wanted = *guc_version; in vf_handshake_with_guc() 189 err = guc_action_match_version(guc, &wanted, guc_version); in vf_handshake_with_guc() 195 if (MAKE_GUC_VER_STRUCT(*guc_version) != MAKE_GUC_VER_STRUCT(wanted)) { in vf_handshake_with_guc() 197 guc_version->branch, guc_version->major, in vf_handshake_with_guc() 198 guc_version->minor, guc_version->patch); in vf_handshake_with_guc() 211 if (guc_version->major > wanted.major) { in vf_handshake_with_guc() 217 if (guc_version->major != wanted.major) { in vf_handshake_with_guc() 225 if (MAKE_GUC_VER_STRUCT(*guc_version) < MAKE_GUC_VER_STRUCT(wanted)) { in vf_handshake_with_guc() [all …]
|
| H A D | xe_sriov_vf_ccs.c | 291 struct xe_uc_fw_version guc_version; in vf_migration_ccs_bb_support_check() local 293 xe_gt_sriov_vf_guc_versions(gt, NULL, &guc_version); in vf_migration_ccs_bb_support_check() 294 if (MAKE_GUC_VER_STRUCT(guc_version) < MAKE_GUC_VER(1, 23, 0)) { in vf_migration_ccs_bb_support_check() 297 guc_version.major, guc_version.minor); in vf_migration_ccs_bb_support_check()
|
| H A D | xe_gt_sriov_vf_types.h | 72 struct xe_uc_fw_version guc_version; member
|