Home
last modified time | relevance | path

Searched refs:current_vddc (Results 1 – 6 of 6) sorted by relevance

/linux-3.4.99/drivers/gpu/drm/radeon/
Dradeon_pm.c591 …rdev->pm.current_vddc = rdev->pm.power_state[rdev->pm.default_power_state_index].clock_info[0].vol… in radeon_pm_resume()
885 if (rdev->pm.current_vddc) in radeon_debugfs_pm_info()
886 seq_printf(m, "voltage: %u mV\n", rdev->pm.current_vddc); in radeon_debugfs_pm_info()
Drv770.c116 if (voltage->voltage != rdev->pm.current_vddc) { in rv770_pm_misc()
118 rdev->pm.current_vddc = voltage->voltage; in rv770_pm_misc()
Dradeon_atombios.c2627 rdev->pm.current_vddc = in radeon_atombios_get_power_modes()
2630 rdev->pm.current_vddc = 0; in radeon_atombios_get_power_modes()
Dradeon.h1064 u16 current_vddc; member
Devergreen.c291 if (voltage->voltage && (voltage->voltage != rdev->pm.current_vddc)) { in evergreen_pm_misc()
293 rdev->pm.current_vddc = voltage->voltage; in evergreen_pm_misc()
Dr600.c544 if (voltage->voltage != rdev->pm.current_vddc) { in r600_pm_misc()
546 rdev->pm.current_vddc = voltage->voltage; in r600_pm_misc()