On Thu, Nov 17, 2022 at 01:41:32PM -0800, Matt Atwood wrote: > Add stepping-substepping info in accordance to bpsec changes. > > Bspec: 55376 > > Cc: Anusha Srivatsa <anusha.srivatsa@xxxxxxxxx> > Signed-off-by: Matt Atwood <matthew.s.atwood@xxxxxxxxx> Reviewed-by: Matt Roper <matthew.d.roper@xxxxxxxxx> > --- > drivers/gpu/drm/i915/intel_step.c | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/drivers/gpu/drm/i915/intel_step.c b/drivers/gpu/drm/i915/intel_step.c > index 75d7a86c60c07..84a6fe736a3b5 100644 > --- a/drivers/gpu/drm/i915/intel_step.c > +++ b/drivers/gpu/drm/i915/intel_step.c > @@ -131,6 +131,10 @@ static const struct intel_step_info adls_rpls_revids[] = { > [0xC] = { COMMON_GT_MEDIA_STEP(D0), .display_step = STEP_C0 }, > }; > > +static const struct intel_step_info adlp_rplp_revids[] = { > + [0x4] = { COMMON_GT_MEDIA_STEP(C0), .display_step = STEP_E0 }, > +}; > + > static const struct intel_step_info adlp_n_revids[] = { > [0x0] = { COMMON_GT_MEDIA_STEP(A0), .display_step = STEP_D0 }, > }; > @@ -187,6 +191,9 @@ void intel_step_init(struct drm_i915_private *i915) > } else if (IS_ADLP_N(i915)) { > revids = adlp_n_revids; > size = ARRAY_SIZE(adlp_n_revids); > + } else if (IS_ADLP_RPLP(i915)) { > + revids = adlp_rplp_revids; > + size = ARRAY_SIZE(adlp_rplp_revids); > } else if (IS_ALDERLAKE_P(i915)) { > revids = adlp_revids; > size = ARRAY_SIZE(adlp_revids); > -- > 2.38.1 > -- Matt Roper Graphics Software Engineer VTT-OSGC Platform Enablement Intel Corporation