]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/i915/gsc: ARL-H and ARL-U need a newer GSC FW.
authorDaniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
Mon, 28 Oct 2024 23:31:32 +0000 (16:31 -0700)
committerJoonas Lahtinen <joonas.lahtinen@linux.intel.com>
Tue, 12 Nov 2024 07:44:55 +0000 (09:44 +0200)
commitdb0fc586edde83ff7ff65fea56c4f72dae511764
tree75a904adf16f97ac772da46188aad03ab734f19a
parent2d5404caa8c7bb5c4e0435f94b28834ae5456623
drm/i915/gsc: ARL-H and ARL-U need a newer GSC FW.

All MTL and ARL SKUs share the same GSC FW, but the newer platforms are
only supported in newer blobs. In particular, ARL-S is supported
starting from 102.0.10.1878 (which is already the minimum required
version for ARL in the code), while ARL-H and ARL-U are supported from
102.1.15.1926. Therefore, the driver needs to check which specific ARL
subplatform its running on when verifying that the GSC FW is new enough
for it.

Fixes: 2955ae8186c8 ("drm/i915: ARL requires a newer GSC firmware")
Signed-off-by: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
Cc: John Harrison <John.C.Harrison@Intel.com>
Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Reviewed-by: John Harrison <John.C.Harrison@Intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20241028233132.149745-1-daniele.ceraolospurio@intel.com
(cherry picked from commit 3c1d5ced18db8a67251c8436cf9bdc061f972bdb)
Signed-off-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
drivers/gpu/drm/i915/gt/uc/intel_gsc_fw.c
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/intel_device_info.c
drivers/gpu/drm/i915/intel_device_info.h
include/drm/intel/i915_pciids.h