diff options
Diffstat (limited to 'drivers/gpu/drm/radeon/r600.c')
-rw-r--r-- | drivers/gpu/drm/radeon/r600.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/radeon/r600.c b/drivers/gpu/drm/radeon/r600.c index 7b5539100114..0e91871f45be 100644 --- a/drivers/gpu/drm/radeon/r600.c +++ b/drivers/gpu/drm/radeon/r600.c | |||
@@ -566,6 +566,7 @@ void r600_pm_misc(struct radeon_device *rdev) | |||
566 | if (voltage->voltage != rdev->pm.current_vddc) { | 566 | if (voltage->voltage != rdev->pm.current_vddc) { |
567 | radeon_atom_set_voltage(rdev, voltage->voltage); | 567 | radeon_atom_set_voltage(rdev, voltage->voltage); |
568 | rdev->pm.current_vddc = voltage->voltage; | 568 | rdev->pm.current_vddc = voltage->voltage; |
569 | DRM_DEBUG("Setting: v: %d\n", voltage->voltage); | ||
569 | } | 570 | } |
570 | } | 571 | } |
571 | } | 572 | } |