Re: [Intel-gfx] [PATCH v3 3/8] drm/i915: add new helpers for accessing stepping info

2021-03-26 Thread Jani Nikula
On Fri, 26 Mar 2021, Jani Nikula wrote: > On Thu, 25 Mar 2021, "Souza, Jose" wrote: >> On Mon, 2021-03-08 at 15:56 +0200, Jani Nikula wrote: >>> Add new runtime info field for stepping. Add new helpers for accessing >>> them. As we'll be switching platforms over to the new scheme >>> incrementall

Re: [Intel-gfx] [PATCH v3 3/8] drm/i915: add new helpers for accessing stepping info

2021-03-26 Thread Jani Nikula
On Thu, 25 Mar 2021, "Souza, Jose" wrote: > On Mon, 2021-03-08 at 15:56 +0200, Jani Nikula wrote: >> Add new runtime info field for stepping. Add new helpers for accessing >> them. As we'll be switching platforms over to the new scheme >> incrementally, check for non-initialized steppings. >> >>

Re: [Intel-gfx] [PATCH v3 3/8] drm/i915: add new helpers for accessing stepping info

2021-03-25 Thread Souza, Jose
On Mon, 2021-03-08 at 15:56 +0200, Jani Nikula wrote: > Add new runtime info field for stepping. Add new helpers for accessing > them. As we'll be switching platforms over to the new scheme > incrementally, check for non-initialized steppings. > > In case a platform does not have separate display

[Intel-gfx] [PATCH v3 3/8] drm/i915: add new helpers for accessing stepping info

2021-03-08 Thread Jani Nikula
Add new runtime info field for stepping. Add new helpers for accessing them. As we'll be switching platforms over to the new scheme incrementally, check for non-initialized steppings. In case a platform does not have separate display and gt steppings, it's okay to use a common shorthand. However,