Re: [Intel-xe] [PATCH 2/3] drm/xe: Fix platform order

2023-03-31 Thread Lucas De Marchi
On Fri, Mar 31, 2023 at 01:47:20PM -0700, Matt Roper wrote: On Fri, Mar 31, 2023 at 07:22:06AM -0600, Lucas De Marchi wrote: On Mon, Mar 27, 2023 at 10:02:38AM -0700, Matt Roper wrote: > On Thu, Mar 23, 2023 at 10:17:53PM -0700, Lucas De Marchi wrote: > > Platform order is important when looping

Re: [Intel-xe] [PATCH 2/3] drm/xe: Fix platform order

2023-03-31 Thread Matt Roper
On Fri, Mar 31, 2023 at 07:22:06AM -0600, Lucas De Marchi wrote: > On Mon, Mar 27, 2023 at 10:02:38AM -0700, Matt Roper wrote: > > On Thu, Mar 23, 2023 at 10:17:53PM -0700, Lucas De Marchi wrote: > > > Platform order is important when looping through the list of guc > > > firmware blobs since we us

Re: [Intel-xe] [PATCH 2/3] drm/xe: Fix platform order

2023-03-31 Thread Lucas De Marchi
On Mon, Mar 27, 2023 at 10:02:38AM -0700, Matt Roper wrote: On Thu, Mar 23, 2023 at 10:17:53PM -0700, Lucas De Marchi wrote: Platform order is important when looping through the list of guc firmware blobs since we use it to prevent loading a blob for a newer platform onto an older one. Move PVC

Re: [Intel-xe] [PATCH 2/3] drm/xe: Fix platform order

2023-03-27 Thread Matt Roper
On Thu, Mar 23, 2023 at 10:17:53PM -0700, Lucas De Marchi wrote: > Platform order is important when looping through the list of guc > firmware blobs since we use it to prevent loading a blob for a newer > platform onto an older one. Move PVC after ADL. Shouldn't we be moving the ADL platforms (gra

[PATCH 2/3] drm/xe: Fix platform order

2023-03-23 Thread Lucas De Marchi
Platform order is important when looping through the list of guc firmware blobs since we use it to prevent loading a blob for a newer platform onto an older one. Move PVC after ADL. Signed-off-by: Lucas De Marchi --- drivers/gpu/drm/xe/xe_platform_types.h | 3 +-- drivers/gpu/drm/xe/xe_uc_fw.c