Re: [PATCH] drm/i915: ARL requires a newer GSC firmware

2024-08-22 Thread Rodrigo Vivi
On Mon, Aug 05, 2024 at 02:22:13PM -0700, Daniele Ceraolo Spurio wrote: > > > On 8/1/2024 8:10 PM, john.c.harri...@intel.com wrote: > > From: John Harrison > > > > ARL and MTL share a single GSC firmware blob. However, ARL requires a > > newer version of it. > > > > So add differentiate of the

Re: [PATCH] drm/i915: ARL requires a newer GSC firmware

2024-08-05 Thread Daniele Ceraolo Spurio
On 8/1/2024 8:10 PM, john.c.harri...@intel.com wrote: From: John Harrison ARL and MTL share a single GSC firmware blob. However, ARL requires a newer version of it. So add differentiate of the PCI ids for ARL from MTL and create ARL as a sub-platform of MTL. That way, all the existing worka

[PATCH] drm/i915: ARL requires a newer GSC firmware

2024-08-01 Thread John . C . Harrison
From: John Harrison ARL and MTL share a single GSC firmware blob. However, ARL requires a newer version of it. So add differentiate of the PCI ids for ARL from MTL and create ARL as a sub-platform of MTL. That way, all the existing workarounds and such still treat ARL as MTL exactly as before. H