diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2012-11-30 05:34:06 +0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2013-06-28 03:15:52 +0400 |
commit | a8dbaeff3d63957b174ce154f3a52d2292d0ab87 (patch) | |
tree | 7337144c25b4b5e7fc9cb4cf3b842029adddeefd /drivers/gpu/drm/radeon/trinity_dpm.h | |
parent | 7cf36de9eb584e7d0b4956b1c17d46a083bb30c4 (diff) | |
download | linux-a8dbaeff3d63957b174ce154f3a52d2292d0ab87.tar.xz |
drm/radeon/dpm: fixup dynamic state adjust for TN
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/trinity_dpm.h')
-rw-r--r-- | drivers/gpu/drm/radeon/trinity_dpm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/radeon/trinity_dpm.h b/drivers/gpu/drm/radeon/trinity_dpm.h index 31100ac64245..c663aed6aeea 100644 --- a/drivers/gpu/drm/radeon/trinity_dpm.h +++ b/drivers/gpu/drm/radeon/trinity_dpm.h @@ -110,6 +110,7 @@ struct trinity_power_info { bool enable_dpm; bool enable_sclk_ds; bool uvd_dpm; + struct trinity_ps hw_ps; }; #define TRINITY_AT_DFLT 30 |