> From: Winiarski, Michal <[email protected]> > Sent: Wednesday, October 22, 2025 6:41 AM > > static bool pf_check_migration_support(struct xe_gt *gt) > { > - /* GuC 70.25 with save/restore v2 is required */ > - xe_gt_assert(gt, GUC_FIRMWARE_VER(>->uc.guc) >= > MAKE_GUC_VER(70, 25, 0)); > - > /* XXX: for now this is for feature enabling only */ > return IS_ENABLED(CONFIG_DRM_XE_DEBUG);
why putting it under a debug option? Now you are sending formal series for merge, assuming good quality.
