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 | 200 struct xe_uc_fw_version *guc_version = >->sriov.vf.guc_version; in vf_handshake_with_guc() local 209 if (guc_version->major || guc_version->minor) { in vf_handshake_with_guc() 210 wanted = *guc_version; in vf_handshake_with_guc() 220 err = guc_action_match_version(guc, &wanted, guc_version); in vf_handshake_with_guc() 226 if (MAKE_GUC_VER_STRUCT(*guc_version) != MAKE_GUC_VER_STRUCT(wanted)) { in vf_handshake_with_guc() 228 guc_version->branch, guc_version->major, in vf_handshake_with_guc() 229 guc_version->minor, guc_version->patch); in vf_handshake_with_guc() 242 if (guc_version->major > wanted.major) { in vf_handshake_with_guc() 248 if (guc_version->major != wanted.major) { in vf_handshake_with_guc() 256 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 | 295 struct xe_uc_fw_version guc_version; in vf_migration_ccs_bb_support_check() local 297 xe_gt_sriov_vf_guc_versions(gt, NULL, &guc_version); in vf_migration_ccs_bb_support_check() 298 if (MAKE_GUC_VER_STRUCT(guc_version) < MAKE_GUC_VER(1, 23, 0)) { in vf_migration_ccs_bb_support_check() 301 guc_version.major, guc_version.minor); in vf_migration_ccs_bb_support_check()
|
| H A D | xe_gt_sriov_vf_types.h | 87 struct xe_uc_fw_version guc_version; member
|