On Tue, 11 Nov 2025 02:04:35 +0100 Michał Winiarski <[email protected]> wrote: > +static void pf_gt_migration_check_support(struct xe_gt *gt) > +{ > + if (IS_ENABLED(CONFIG_DRM_XE_DEBUG)) > + return; > + > + if (GUC_FIRMWARE_VER(>->uc.guc) < MAKE_GUC_VER(70, 54, 0)) > + xe_sriov_pf_migration_disable(gt_to_xe(gt), "requires GuC > version >= 70.54.0"); > +} > +
The latest GuC firmware I see in the linux-firmware package is 70.53.0[1], is this newer firmware available anywhere? Thanks, Alex [1]https://gitlab.com/kernel-firmware/linux-firmware/-/commit/9444af1a20eb24a39dba0eb0c511ee47c9d2631f
