diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2013-01-16 14:40:26 -0500 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2013-06-27 19:16:21 -0400 |
commit | 89c9bc565138ba7801e4ac1925ec9f013a8b4a57 (patch) | |
tree | 186e76b2aa6057e841b1901b48e4d5a6e1bcf70c /drivers/gpu/drm/radeon/radeon.h | |
parent | fee3d744bf3a0484f2f3ece587cccdffe33f2a15 (diff) | |
download | blackbird-op-linux-89c9bc565138ba7801e4ac1925ec9f013a8b4a57.tar.gz blackbird-op-linux-89c9bc565138ba7801e4ac1925ec9f013a8b4a57.zip |
drm/radeon/dpm: remove broken dyn state remnants
Now that the proper fix has been implemented I can
remove the last remnants of the initial implementation.
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/radeon/radeon.h')
-rw-r--r-- | drivers/gpu/drm/radeon/radeon.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/radeon/radeon.h b/drivers/gpu/drm/radeon/radeon.h index c5d83c145cc7..d41c3843d3db 100644 --- a/drivers/gpu/drm/radeon/radeon.h +++ b/drivers/gpu/drm/radeon/radeon.h @@ -1302,7 +1302,6 @@ struct radeon_dpm { struct radeon_ps *boot_ps; /* default uvd power state */ struct radeon_ps *uvd_ps; - struct radeon_ps hw_ps; enum radeon_pm_state_type state; enum radeon_pm_state_type user_state; u32 platform_caps; |