drm/xe/guc: Switch to major-only GuC FW tracking for MTL
authorDaniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
Wed, 6 Sep 2023 23:00:10 +0000 (16:00 -0700)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Thu, 21 Dec 2023 16:41:13 +0000 (11:41 -0500)
commit430003b85ce36e6f9dd6799b6cd5690f9b6c8a2a
tree3b53ccc9f149a3c1ce544998476628ef4954b709
parentc73acc1eeba5e380a367087cb7b933b946613ee7
drm/xe/guc: Switch to major-only GuC FW tracking for MTL

Newer HuC binaries for MTL (8.5.1+) require GuC 70.7 or newer, so we
need to move on from 70.6.4. Given that the MTL GuC uses major-only
version matching in i915, we can do the same here instead of just
bumping the version (and having to push the versioned binaries,
because they're not there already for i915).

Signed-off-by: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
Cc: John Harrison <John.C.Harrison@Intel.com>
Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/xe/xe_uc_fw.c