Re: [Intel-xe] [PATCH 1/3] drm/xe: Remove unused revid from firmware name

2023-03-31 Thread Lucas De Marchi
On Mon, Mar 27, 2023 at 09:59:55AM -0700, Matt Roper wrote: On Thu, Mar 23, 2023 at 10:17:52PM -0700, Lucas De Marchi wrote: The rev field is always 0 so it ends up never used. In i915 it was introduced because of CML: up to rev 5 it reuses the guc and huc firmware blobs from KBL. After that the

Re: [Intel-xe] [PATCH 1/3] drm/xe: Remove unused revid from firmware name

2023-03-27 Thread Matt Roper
On Thu, Mar 23, 2023 at 10:17:52PM -0700, Lucas De Marchi wrote: > The rev field is always 0 so it ends up never used. In i915 it was > introduced because of CML: up to rev 5 it reuses the guc and huc > firmware blobs from KBL. After that there is a specific firmware for > that platform. This can