Re: [Intel-gfx] [PATCH 3/3] drm/i915/dg1: Drop final use of IS_DG1_GRAPHICS_STEP

2023-01-30 Thread Rodrigo Vivi
On Fri, Jan 27, 2023 at 02:43:13PM -0800, Matt Roper wrote: > All production DG1 hardware has graphics stepping B0; there is no such > thing as C0. As such, we can simplify > > IS_DG1_GRAPHICS_STEP(uncore->i915, STEP_A0, STEP_C0) > > to just match DG1 in general. > > Bspec: 44463 >

[Intel-gfx] [PATCH 3/3] drm/i915/dg1: Drop final use of IS_DG1_GRAPHICS_STEP

2023-01-27 Thread Matt Roper
All production DG1 hardware has graphics stepping B0; there is no such thing as C0. As such, we can simplify IS_DG1_GRAPHICS_STEP(uncore->i915, STEP_A0, STEP_C0) to just match DG1 in general. Bspec: 44463 Signed-off-by: Matt Roper --- drivers/gpu/drm/i915/gt/intel_region_lmem.c | 2