HomeSort by: relevance | last modified time | path
    Searched refs:current_vddc (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_sumo_dpm.c 1053 u32 current_vddc; local in function:sumo_patch_thermal_state
1058 current_vddc = current_ps->levels[current_index].vddc_index;
1061 current_vddc = pi->boot_pl.vddc_index;
1065 ps->levels[0].vddc_index = current_vddc;
radeon_trinity_dpm.c 1409 u32 current_vddc; local in function:trinity_patch_thermal_state
1414 current_vddc = current_ps->levels[current_index].vddc_index;
1417 current_vddc = pi->boot_pl.vddc_index;
1421 ps->levels[0].vddc_index = current_vddc;
radeon_pm.c 1271 rdev->pm.current_vddc = rdev->pm.power_state[rdev->pm.default_power_state_index].clock_info[0].voltage.voltage;
1926 if (rdev->pm.current_vddc)
1927 seq_printf(m, "voltage: %u mV\n", rdev->pm.current_vddc);
radeon_rv770.c 891 if (voltage->voltage != rdev->pm.current_vddc) {
893 rdev->pm.current_vddc = voltage->voltage;
radeon_atombios.c 2816 rdev->pm.current_vddc =
2819 rdev->pm.current_vddc = 0;
radeon_r600.c 794 if (voltage->voltage != rdev->pm.current_vddc) {
796 rdev->pm.current_vddc = voltage->voltage;
radeon_evergreen.c 1640 if (voltage->voltage && (voltage->voltage != rdev->pm.current_vddc)) {
1642 rdev->pm.current_vddc = voltage->voltage;
radeon.h 1665 u16 current_vddc; member in struct:radeon_pm

Completed in 30 milliseconds