drm/amd/pm: update the smu v11.5 smc header for vangogh
Add PP messages for reading/setting Fast PPT and Slow PPT limit. Signed-off-by: Xiaomeng Hou <Xiaomeng.Hou@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
f8bf645018
commit
b36c1024dc
@ -210,6 +210,10 @@
|
||||
__SMU_DUMMY_MAP(DisallowGpo), \
|
||||
__SMU_DUMMY_MAP(Enable2ndUSB20Port), \
|
||||
__SMU_DUMMY_MAP(RequestActiveWgp), \
|
||||
__SMU_DUMMY_MAP(SetFastPPTLimit), \
|
||||
__SMU_DUMMY_MAP(SetSlowPPTLimit), \
|
||||
__SMU_DUMMY_MAP(GetFastPPTLimit), \
|
||||
__SMU_DUMMY_MAP(GetSlowPPTLimit), \
|
||||
|
||||
#undef __SMU_DUMMY_MAP
|
||||
#define __SMU_DUMMY_MAP(type) SMU_MSG_##type
|
||||
|
@ -104,7 +104,11 @@
|
||||
#define PPSMC_MSG_DramLogSetDramBufferSize 0x46
|
||||
#define PPSMC_MSG_RequestActiveWgp 0x47
|
||||
#define PPSMC_MSG_QueryActiveWgp 0x48
|
||||
#define PPSMC_Message_Count 0x49
|
||||
#define PPSMC_MSG_SetFastPPTLimit 0x49
|
||||
#define PPSMC_MSG_SetSlowPPTLimit 0x4A
|
||||
#define PPSMC_MSG_GetFastPPTLimit 0x4B
|
||||
#define PPSMC_MSG_GetSlowPPTLimit 0x4C
|
||||
#define PPSMC_Message_Count 0x4D
|
||||
|
||||
//Argument for PPSMC_MSG_GfxDeviceDriverReset
|
||||
enum {
|
||||
|
Loading…
Reference in New Issue
Block a user