From: Hawking Zhang Date: Mon, 24 Feb 2020 10:00:22 +0000 (+0800) Subject: drm/amd/powerplay: update arcturus ppsmc header to 54.15.0 X-Git-Tag: v5.7-rc1~136^2~17^2~18 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=41a468a531c86b52262d3b2b09b24f8bab123a58;p=thirdparty%2Fkernel%2Flinux.git drm/amd/powerplay: update arcturus ppsmc header to 54.15.0 two new smc messages added for arcturus with pmfw 54.15.0 Signed-off-by: Hawking Zhang Reviewed-by: Evan Quan Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/powerplay/inc/arcturus_ppsmc.h b/drivers/gpu/drm/amd/powerplay/inc/arcturus_ppsmc.h index e3291259b249b..f736d773f9d62 100644 --- a/drivers/gpu/drm/amd/powerplay/inc/arcturus_ppsmc.h +++ b/drivers/gpu/drm/amd/powerplay/inc/arcturus_ppsmc.h @@ -110,7 +110,11 @@ //Others #define PPSMC_MSG_SetMemoryChannelEnable 0x39 -#define PPSMC_Message_Count 0x3A +//OOB +#define PPSMC_MSG_SetNumBadHbmPagesRetired 0x3A + +#define PPSMC_MSG_DFCstateControl 0x3B +#define PPSMC_Message_Count 0x3C typedef uint32_t PPSMC_Result; typedef uint32_t PPSMC_Msg;