diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2013-07-03 00:52:10 +0200 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2013-07-06 00:10:06 +0200 |
commit | 9b5de59629d2e58eab41e2f0e5cc60b3c395f1c3 (patch) | |
tree | 58c2805c7a3e4e0bb1d7480bcd359719ebf5eca5 /drivers/gpu/drm/radeon/ppsmc.h | |
parent | drm/radeon/dpm: implement force performance level for ON/LN (diff) | |
download | linux-9b5de59629d2e58eab41e2f0e5cc60b3c395f1c3.tar.xz linux-9b5de59629d2e58eab41e2f0e5cc60b3c395f1c3.zip |
drm/radeon/dpm: implement force performance level for TN
Allows you to force the selected performance level via sysfs.
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/radeon/ppsmc.h')
-rw-r--r-- | drivers/gpu/drm/radeon/ppsmc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/radeon/ppsmc.h b/drivers/gpu/drm/radeon/ppsmc.h index fc71ca6b04ca..b5564a3645d2 100644 --- a/drivers/gpu/drm/radeon/ppsmc.h +++ b/drivers/gpu/drm/radeon/ppsmc.h @@ -103,6 +103,7 @@ typedef uint8_t PPSMC_Result; #define PPSMC_MSG_DPM_Config ((uint32_t) 0x102) #define PPSMC_MSG_DPM_ForceState ((uint32_t) 0x104) #define PPSMC_MSG_PG_SIMD_Config ((uint32_t) 0x108) +#define PPSMC_MSG_DPM_N_LevelsDisabled ((uint32_t) 0x112) #define PPSMC_MSG_DCE_RemoveVoltageAdjustment ((uint32_t) 0x11d) #define PPSMC_MSG_DCE_AllowVoltageAdjustment ((uint32_t) 0x11e) #define PPSMC_MSG_UVD_DPM_Config ((uint32_t) 0x124) |