Re: [Intel-gfx] [PATCH v3 4/8] drm/i915: switch KBL to the new stepping scheme

2021-03-25 Thread Souza, Jose
On Mon, 2021-03-08 at 15:56 +0200, Jani Nikula wrote: > Add new symbolic names for revision ids, and convert KBL revids to use > them via the new stepping check macros. > > This also fixes theoretical out of bounds access to kbl_revids array. > > v2: Rename stepping->step > > Signed-off-by: Jani

[Intel-gfx] [PATCH v3 4/8] drm/i915: switch KBL to the new stepping scheme

2021-03-08 Thread Jani Nikula
Add new symbolic names for revision ids, and convert KBL revids to use them via the new stepping check macros. This also fixes theoretical out of bounds access to kbl_revids array. v2: Rename stepping->step Signed-off-by: Jani Nikula --- The initialization sounds like an early part of intel_d