On Tue, Sep 14, 2021 at 02:57:32PM -0700, Anusha Srivatsa wrote: > The release notes mentions that this version- > 1. Fix for unblock indication to punit. > 2. Robustness fix for DC6/6v abort scenarios. > > Cc: Imre Deak <imre.deak@xxxxxxxxx> > Signed-off-by: Anusha Srivatsa <anusha.srivatsa@xxxxxxxxx> Reviewed-by: Imre Deak <imre.deak@xxxxxxxxx> > --- > drivers/gpu/drm/i915/display/intel_dmc.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/gpu/drm/i915/display/intel_dmc.c b/drivers/gpu/drm/i915/display/intel_dmc.c > index 3c3c6cb5c0df..0978d97d9c3c 100644 > --- a/drivers/gpu/drm/i915/display/intel_dmc.c > +++ b/drivers/gpu/drm/i915/display/intel_dmc.c > @@ -45,8 +45,8 @@ > > #define GEN12_DMC_MAX_FW_SIZE ICL_DMC_MAX_FW_SIZE > > -#define ADLP_DMC_PATH DMC_PATH(adlp, 2, 10) > -#define ADLP_DMC_VERSION_REQUIRED DMC_VERSION(2, 10) > +#define ADLP_DMC_PATH DMC_PATH(adlp, 2, 12) > +#define ADLP_DMC_VERSION_REQUIRED DMC_VERSION(2, 12) > MODULE_FIRMWARE(ADLP_DMC_PATH); > > #define ADLS_DMC_PATH DMC_PATH(adls, 2, 01) > -- > 2.25.1 >