Lines Matching refs:low

241 				 u32 low, u32 high,  in rv6xx_generate_steps()  argument
249 rv6xx_convert_clock_to_stepping(rdev, low, &cur); in rv6xx_generate_steps()
440 state->low.sclk; in rv6xx_calculate_engine_speed_stepping_parameters()
463 state->low.mclk; in rv6xx_calculate_memory_clock_stepping_parameters()
474 if (state->medium.mclk == state->low.mclk) in rv6xx_calculate_memory_clock_stepping_parameters()
489 pi->hw.vddc[R600_POWER_LEVEL_LOW] = state->low.vddc; in rv6xx_calculate_voltage_stepping_parameters()
498 (state->low.flags & ATOM_PPLIB_R600_FLAGS_BACKBIASENABLE) ? true : false; in rv6xx_calculate_voltage_stepping_parameters()
505 (state->low.flags & ATOM_PPLIB_R600_FLAGS_PCIEGEN2) ? true : false; in rv6xx_calculate_voltage_stepping_parameters()
517 if ((state->medium.vddc == state->low.vddc) && in rv6xx_calculate_voltage_stepping_parameters()
519 (state->low.flags & ATOM_PPLIB_R600_FLAGS_BACKBIASENABLE))) in rv6xx_calculate_voltage_stepping_parameters()
974 new_state->low.vddc, in rv6xx_enable_static_voltage_control()
1028 rv6xx_calculate_t(state->low.sclk, in rv6xx_calculate_ap()
1207 safe_voltage = (new_state->low.vddc >= old_state->low.vddc) ? in rv6xx_set_sw_voltage_to_safe()
1208 new_state->low.vddc : old_state->low.vddc; in rv6xx_set_sw_voltage_to_safe()
1223 old_state->low.vddc); in rv6xx_set_sw_voltage_to_low()
1236 if ((new_state->low.flags & ATOM_PPLIB_R600_FLAGS_BACKBIASENABLE) && in rv6xx_set_safe_backbias()
1237 (old_state->low.flags & ATOM_PPLIB_R600_FLAGS_BACKBIASENABLE)) in rv6xx_set_safe_backbias()
1250 if ((new_state->low.flags & ATOM_PPLIB_R600_FLAGS_PCIEGEN2) != in rv6xx_set_safe_pcie_gen2()
1251 (old_state->low.flags & ATOM_PPLIB_R600_FLAGS_PCIEGEN2)) in rv6xx_set_safe_pcie_gen2()
1312 if (new_state->low.vddc > old_state->low.vddc) in rv6xx_step_voltage_if_increasing()
1314 old_state->low.vddc, in rv6xx_step_voltage_if_increasing()
1315 new_state->low.vddc); in rv6xx_step_voltage_if_increasing()
1327 if (new_state->low.vddc < old_state->low.vddc) in rv6xx_step_voltage_if_decreasing()
1329 old_state->low.vddc, in rv6xx_step_voltage_if_decreasing()
1330 new_state->low.vddc); in rv6xx_step_voltage_if_decreasing()
1427 old_state->low.sclk, in rv6xx_generate_transition_stepping()
1428 new_state->low.sclk, in rv6xx_generate_transition_stepping()
1440 new_state->low.sclk, in rv6xx_generate_low_step()
1461 new_state->low.sclk, in rv6xx_generate_stepping_table()
1505 if (!(new_state->low.flags & ATOM_PPLIB_R600_FLAGS_PCIEGEN2)) in rv6xx_enable_dynamic_pcie_gen2()
1828 pl = &ps->low; in rv6xx_parse_pplib_clock_info()
2016 pl = &ps->low; in rv6xx_dpm_print_power_state()
2042 pl = &ps->low; in rv6xx_dpm_debugfs_print_current_performance_level()
2067 pl = &ps->low; in rv6xx_dpm_get_current_sclk()
2090 pl = &ps->low; in rv6xx_dpm_get_current_mclk()
2110 u32 rv6xx_dpm_get_sclk(struct radeon_device *rdev, bool low) in rv6xx_dpm_get_sclk() argument
2114 if (low) in rv6xx_dpm_get_sclk()
2115 return requested_state->low.sclk; in rv6xx_dpm_get_sclk()
2120 u32 rv6xx_dpm_get_mclk(struct radeon_device *rdev, bool low) in rv6xx_dpm_get_mclk() argument
2124 if (low) in rv6xx_dpm_get_mclk()
2125 return requested_state->low.mclk; in rv6xx_dpm_get_mclk()