diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2012-11-29 20:27:50 -0500 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2013-06-27 19:15:51 -0400 |
commit | 7cf36de9eb584e7d0b4956b1c17d46a083bb30c4 (patch) | |
tree | 0bff80e8d4764b4f60f11261875ada9968b5d139 /drivers/gpu/drm/radeon/sumo_dpm.h | |
parent | 5ca302f70171ca90b43166cbf975a4b1d883b127 (diff) | |
download | linux-stable-7cf36de9eb584e7d0b4956b1c17d46a083bb30c4.tar.gz linux-stable-7cf36de9eb584e7d0b4956b1c17d46a083bb30c4.tar.bz2 linux-stable-7cf36de9eb584e7d0b4956b1c17d46a083bb30c4.zip |
drm/radeon/dpm: fixup dynamic state adjust for sumo
Use a dedicated copy of the current power state since
we may have to adjust it on the fly.
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/radeon/sumo_dpm.h')
-rw-r--r-- | drivers/gpu/drm/radeon/sumo_dpm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/radeon/sumo_dpm.h b/drivers/gpu/drm/radeon/sumo_dpm.h index d041a6cf11ba..a40b62ae0957 100644 --- a/drivers/gpu/drm/radeon/sumo_dpm.h +++ b/drivers/gpu/drm/radeon/sumo_dpm.h @@ -129,6 +129,7 @@ struct sumo_power_info { bool enable_dynamic_patch_ps; bool enable_dpm; bool enable_boost; + struct sumo_ps hw_ps; }; #define SUMO_UTC_DFLT_00 0x48 |