diff options
Diffstat (limited to 'drivers/gpu/drm/radeon/radeon.h')
-rw-r--r-- | drivers/gpu/drm/radeon/radeon.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/radeon/radeon.h b/drivers/gpu/drm/radeon/radeon.h index 2ad0e0304294..8e1d44ca26ec 100644 --- a/drivers/gpu/drm/radeon/radeon.h +++ b/drivers/gpu/drm/radeon/radeon.h | |||
@@ -748,6 +748,7 @@ struct radeon_pm { | |||
748 | int default_power_state_index; | 748 | int default_power_state_index; |
749 | u32 current_sclk; | 749 | u32 current_sclk; |
750 | u32 current_mclk; | 750 | u32 current_mclk; |
751 | u32 current_vddc; | ||
751 | struct radeon_i2c_chan *i2c_bus; | 752 | struct radeon_i2c_chan *i2c_bus; |
752 | /* selected pm method */ | 753 | /* selected pm method */ |
753 | enum radeon_pm_method pm_method; | 754 | enum radeon_pm_method pm_method; |