Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/amdgpu: add new definitions into ppsmc.h for iceland

Signed-off-by: Huang Rui <ray.huang@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Huang Rui and committed by
Alex Deucher
0a552a32 be832d84

+4
+4
drivers/gpu/drm/amd/amdgpu/ppsmc.h
··· 90 90 #define PPSMC_StartFanControl ((uint8_t)0x5B) 91 91 #define PPSMC_StopFanControl ((uint8_t)0x5C) 92 92 #define PPSMC_MSG_NoDisplay ((uint8_t)0x5D) 93 + #define PPSMC_NoDisplay ((uint8_t)0x5D) 93 94 #define PPSMC_MSG_HasDisplay ((uint8_t)0x5E) 95 + #define PPSMC_HasDisplay ((uint8_t)0x5E) 94 96 #define PPSMC_MSG_UVDPowerOFF ((uint8_t)0x60) 95 97 #define PPSMC_MSG_UVDPowerON ((uint8_t)0x61) 96 98 #define PPSMC_MSG_EnableULV ((uint8_t)0x62) ··· 110 108 #define PPSMC_MSG_DisableDTE ((uint8_t)0x88) 111 109 #define PPSMC_MSG_ThrottleOVRDSCLKDS ((uint8_t)0x96) 112 110 #define PPSMC_MSG_CancelThrottleOVRDSCLKDS ((uint8_t)0x97) 111 + #define PPSMC_MSG_EnableACDCGPIOInterrupt ((uint16_t) 0x149) 113 112 114 113 /* CI/KV/KB */ 115 114 #define PPSMC_MSG_UVDDPM_SetEnabledMask ((uint16_t) 0x12D) ··· 164 161 #define PPSMC_MSG_MASTER_DeepSleep_OFF ((uint16_t) 0x190) 165 162 #define PPSMC_MSG_Remove_DC_Clamp ((uint16_t) 0x191) 166 163 #define PPSMC_MSG_SetFanPwmMax ((uint16_t) 0x19A) 164 + #define PPSMC_MSG_SetFanRpmMax ((uint16_t) 0x205) 167 165 168 166 #define PPSMC_MSG_ENABLE_THERMAL_DPM ((uint16_t) 0x19C) 169 167 #define PPSMC_MSG_DISABLE_THERMAL_DPM ((uint16_t) 0x19D)