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

drm/amd/powerplay: add some definition for FFC feature on polaris.

Signed-off-by: Rex Zhu <Rex.Zhu@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Rex Zhu and committed by
Alex Deucher
02bae045 270d0136

+4 -1
+2
drivers/gpu/drm/amd/powerplay/inc/polaris10_ppsmc.h
··· 392 392 #define PPSMC_MSG_SetGpuPllDfsForSclk ((uint16_t) 0x300) 393 393 #define PPSMC_MSG_Didt_Block_Function ((uint16_t) 0x301) 394 394 395 + #define PPSMC_MSG_SetVBITimeout ((uint16_t) 0x306) 396 + 395 397 #define PPSMC_MSG_SecureSRBMWrite ((uint16_t) 0x600) 396 398 #define PPSMC_MSG_SecureSRBMRead ((uint16_t) 0x601) 397 399 #define PPSMC_MSG_SetAddress ((uint16_t) 0x800)
+2 -1
drivers/gpu/drm/amd/powerplay/inc/smu74_discrete.h
··· 270 270 uint8_t BootPhases; 271 271 272 272 uint8_t VRHotLevel; 273 - uint8_t Reserved1[3]; 273 + uint8_t LdoRefSel; 274 + uint8_t Reserved1[2]; 274 275 uint16_t FanStartTemperature; 275 276 uint16_t FanStopTemperature; 276 277 uint16_t MaxVoltage;