[AMD Official Use Only - Internal Distribution Only] Reviewed-by: Jiansong Chen <[email protected]>
-----Original Message----- From: Zhou1, Tao <[email protected]> Sent: Monday, December 7, 2020 2:06 PM To: Chen, Jiansong (Simon) <[email protected]>; Gui, Jack <[email protected]>; Zhang, Hawking <[email protected]>; [email protected] Cc: Zhou1, Tao <[email protected]> Subject: [PATCH] drm/amd/pm: update driver if version for dimgrey_cavefish Per PMFW 59.16.0. Signed-off-by: Tao Zhou <[email protected]> --- drivers/gpu/drm/amd/pm/inc/smu_v11_0.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/pm/inc/smu_v11_0.h b/drivers/gpu/drm/amd/pm/inc/smu_v11_0.h index c1cb472f8f0f..e5aa0725147c 100644 --- a/drivers/gpu/drm/amd/pm/inc/smu_v11_0.h +++ b/drivers/gpu/drm/amd/pm/inc/smu_v11_0.h @@ -33,7 +33,7 @@ #define SMU11_DRIVER_IF_VERSION_Sienna_Cichlid 0x3B #define SMU11_DRIVER_IF_VERSION_Navy_Flounder 0xC #define SMU11_DRIVER_IF_VERSION_VANGOGH 0x02 -#define SMU11_DRIVER_IF_VERSION_Dimgrey_Cavefish 0xD +#define SMU11_DRIVER_IF_VERSION_Dimgrey_Cavefish 0xF /* MP Apertures */ #define MP0_Public0x03800000 -- 2.17.1 _______________________________________________ amd-gfx mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/amd-gfx
