Re: [Intel-gfx] [PATCH] drm/i915: Fix build with WERROR=y

2023-03-13 Thread Ville Syrjälä
On Mon, Mar 13, 2023 at 12:44:52PM +0200, Ville Syrjälä wrote: > On Mon, Mar 13, 2023 at 11:39:13AM +0200, Ville Syrjala wrote: > > From: Ville Syrjälä > > > > Remove the unused i915 variable to fix the build with WERROR=y. > > Argh. Turns out this is actually caused by > commit 69ea87e1591a ("d

Re: [Intel-gfx] [PATCH] drm/i915: Fix build with WERROR=y

2023-03-13 Thread Ville Syrjälä
On Mon, Mar 13, 2023 at 11:39:13AM +0200, Ville Syrjala wrote: > From: Ville Syrjälä > > Remove the unused i915 variable to fix the build with WERROR=y. Argh. Turns out this is actually caused by commit 69ea87e1591a ("drm/i915/dg1: Drop support for pre-production steppings") being merged through

Re: [Intel-gfx] [PATCH] drm/i915: Fix build with WERROR=y

2023-03-13 Thread Matthew Auld
On Mon, 13 Mar 2023 at 09:39, Ville Syrjala wrote: > > From: Ville Syrjälä > > Remove the unused i915 variable to fix the build with WERROR=y. > > Cc: Lucas De Marchi > Fixes: d1b3657fb5b6 ("drm/i915: Remove redundant check for DG1") > Signed-off-by: Ville Syrjälä Reviewed-by: Matthew Auld

[Intel-gfx] [PATCH] drm/i915: Fix build with WERROR=y

2023-03-13 Thread Ville Syrjala
From: Ville Syrjälä Remove the unused i915 variable to fix the build with WERROR=y. Cc: Lucas De Marchi Fixes: d1b3657fb5b6 ("drm/i915: Remove redundant check for DG1") Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/gt/intel_workarounds.c | 2 -- 1 file changed, 2 deletions(-) diff --