Re: [Intel-gfx] [PATCH v3 2/8] drm/i915: split out stepping info to a new file

2021-03-17 Thread Jani Nikula
On Mon, 08 Mar 2021, Lucas De Marchi wrote: > On Mon, Mar 08, 2021 at 03:56:39PM +0200, Jani Nikula wrote: >>gt/intel_workarounds.c is decidedly the wrong place for handling >>stepping info. Add new intel_step.[ch] for the data, and move the >>stepping arrays there. No functional changes. >> >>v2:

Re: [Intel-gfx] [PATCH v3 2/8] drm/i915: split out stepping info to a new file

2021-03-08 Thread Lucas De Marchi
On Mon, Mar 08, 2021 at 03:56:39PM +0200, Jani Nikula wrote: gt/intel_workarounds.c is decidedly the wrong place for handling stepping info. Add new intel_step.[ch] for the data, and move the stepping arrays there. No functional changes. v2: Rename stepping->step Signed-off-by: Jani Nikula

[Intel-gfx] [PATCH v3 2/8] drm/i915: split out stepping info to a new file

2021-03-08 Thread Jani Nikula
gt/intel_workarounds.c is decidedly the wrong place for handling stepping info. Add new intel_step.[ch] for the data, and move the stepping arrays there. No functional changes. v2: Rename stepping->step Signed-off-by: Jani Nikula --- drivers/gpu/drm/i915/Makefile | 1 + drivers/g