[AMD Official Use Only - Internal Distribution Only] Reviewed-by: Tao Zhou <[email protected]>
> -----Original Message----- > From: Jiansong Chen <[email protected]> > Sent: Tuesday, July 28, 2020 7:21 PM > To: [email protected] > Cc: Zhou1, Tao <[email protected]>; Feng, Kenneth > <[email protected]>; Chen, Jiansong (Simon) <[email protected]> > Subject: [PATCH] drm/amd/powerplay: update driver if version for > navy_flounder > > It's in accordance with pmfw 65.5.0 for navy_flounder. > > Signed-off-by: Jiansong Chen <[email protected]> > Change-Id: I984a1147030264adbc02230e2e1dd416d4ad63b0 > --- > drivers/gpu/drm/amd/powerplay/inc/smu_v11_0.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/amd/powerplay/inc/smu_v11_0.h > b/drivers/gpu/drm/amd/powerplay/inc/smu_v11_0.h > index 9504f9954fd3..6a42331aba8a 100644 > --- a/drivers/gpu/drm/amd/powerplay/inc/smu_v11_0.h > +++ b/drivers/gpu/drm/amd/powerplay/inc/smu_v11_0.h > @@ -31,7 +31,7 @@ > #define SMU11_DRIVER_IF_VERSION_NV12 0x33 #define > SMU11_DRIVER_IF_VERSION_NV14 0x36 #define > SMU11_DRIVER_IF_VERSION_Sienna_Cichlid 0x34 -#define > SMU11_DRIVER_IF_VERSION_Navy_Flounder 0x2 > +#define SMU11_DRIVER_IF_VERSION_Navy_Flounder 0x3 > > /* MP Apertures */ > #define MP0_Public0x03800000 > -- > 2.17.1 _______________________________________________ amd-gfx mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/amd-gfx
