Series is: Acked-by: Alex Deucher <alexander.deucher@xxxxxxx> On Mon, Feb 6, 2023 at 9:49 PM Evan Quan <evan.quan@xxxxxxx> wrote: > > This can suppress the warning caused by version mismatch. > > Signed-off-by: Evan Quan <evan.quan@xxxxxxx> > Change-Id: Id3331a329ea9b1dbc45d8a4e773af1cbe8e21a27 > --- > .../gpu/drm/amd/pm/swsmu/inc/pmfw_if/smu13_driver_if_v13_0_7.h | 3 ++- > drivers/gpu/drm/amd/pm/swsmu/inc/smu_v13_0.h | 2 +- > 2 files changed, 3 insertions(+), 2 deletions(-) > > diff --git a/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/smu13_driver_if_v13_0_7.h b/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/smu13_driver_if_v13_0_7.h > index d6b13933a98f..3446a569057a 100644 > --- a/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/smu13_driver_if_v13_0_7.h > +++ b/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/smu13_driver_if_v13_0_7.h > @@ -126,7 +126,8 @@ > (1 << FEATURE_DS_FCLK_BIT) | \ > (1 << FEATURE_DS_LCLK_BIT) | \ > (1 << FEATURE_DS_DCFCLK_BIT) | \ > - (1 << FEATURE_DS_UCLK_BIT) > + (1 << FEATURE_DS_UCLK_BIT) | \ > + (1ULL << FEATURE_DS_VCN_BIT) > > //For use with feature control messages > typedef enum { > diff --git a/drivers/gpu/drm/amd/pm/swsmu/inc/smu_v13_0.h b/drivers/gpu/drm/amd/pm/swsmu/inc/smu_v13_0.h > index 40adc4fa808a..1c0ae2cb757b 100644 > --- a/drivers/gpu/drm/amd/pm/swsmu/inc/smu_v13_0.h > +++ b/drivers/gpu/drm/amd/pm/swsmu/inc/smu_v13_0.h > @@ -32,7 +32,7 @@ > #define SMU13_DRIVER_IF_VERSION_SMU_V13_0_4 0x07 > #define SMU13_DRIVER_IF_VERSION_SMU_V13_0_5 0x04 > #define SMU13_DRIVER_IF_VERSION_SMU_V13_0_0_10 0x32 > -#define SMU13_DRIVER_IF_VERSION_SMU_V13_0_7 0x35 > +#define SMU13_DRIVER_IF_VERSION_SMU_V13_0_7 0x37 > #define SMU13_DRIVER_IF_VERSION_SMU_V13_0_10 0x1D > > #define SMU13_MODE1_RESET_WAIT_TIME_IN_MS 500 //500ms > -- > 2.34.1 >