drm/amdgpu/powerplay: update smu7_ppsmc.h
Add new messages for polaris. Reviewed-by: Evan Quan <evan.quan@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
1db8c142b6
commit
c6296f5a65
|
@ -395,6 +395,9 @@ typedef uint16_t PPSMC_Result;
|
|||
|
||||
#define PPSMC_MSG_SetVBITimeout ((uint16_t) 0x306)
|
||||
|
||||
#define PPSMC_MSG_EnableFFC ((uint16_t) 0x307)
|
||||
#define PPSMC_MSG_DisableFFC ((uint16_t) 0x308)
|
||||
|
||||
#define PPSMC_MSG_EnableDpmDidt ((uint16_t) 0x309)
|
||||
#define PPSMC_MSG_DisableDpmDidt ((uint16_t) 0x30A)
|
||||
|
||||
|
|
Loading…
Reference in New Issue