Skip to content

Commit

Permalink
drm/amd/powerplay: add some definition for FFC feature on polaris.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Rex Zhu authored and Alex Deucher committed Jun 23, 2016
1 parent 270d013 commit 02bae04
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions drivers/gpu/drm/amd/powerplay/inc/polaris10_ppsmc.h
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,8 @@ typedef uint16_t PPSMC_Result;
#define PPSMC_MSG_SetGpuPllDfsForSclk ((uint16_t) 0x300)
#define PPSMC_MSG_Didt_Block_Function ((uint16_t) 0x301)

#define PPSMC_MSG_SetVBITimeout ((uint16_t) 0x306)

#define PPSMC_MSG_SecureSRBMWrite ((uint16_t) 0x600)
#define PPSMC_MSG_SecureSRBMRead ((uint16_t) 0x601)
#define PPSMC_MSG_SetAddress ((uint16_t) 0x800)
Expand Down
3 changes: 2 additions & 1 deletion drivers/gpu/drm/amd/powerplay/inc/smu74_discrete.h
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,8 @@ struct SMU74_Discrete_DpmTable {
uint8_t BootPhases;

uint8_t VRHotLevel;
uint8_t Reserved1[3];
uint8_t LdoRefSel;
uint8_t Reserved1[2];
uint16_t FanStartTemperature;
uint16_t FanStopTemperature;
uint16_t MaxVoltage;
Expand Down

0 comments on commit 02bae04

Please sign in to comment.