Searched refs:sclk_high (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/radeon/
H A Drs780_dpm.c409 if (current_state->sclk_low == current_state->sclk_high) rs780_force_fbdiv()
434 if ((new_state->sclk_high == old_state->sclk_high) && rs780_set_engine_clock_scaling()
444 new_state->sclk_high, false, &max_dividers); rs780_set_engine_clock_scaling()
449 old_state->sclk_high, false, &current_max_dividers); rs780_set_engine_clock_scaling()
481 if ((new_state->sclk_high == old_state->sclk_high) && rs780_set_engine_clock_spc()
499 if ((new_state->sclk_high == old_state->sclk_high) && rs780_activate_engine_clk_scaling()
503 if (new_state->sclk_high == new_state->sclk_low) rs780_activate_engine_clk_scaling()
574 if (new_state->sclk_high >= current_state->sclk_high) rs780_set_uvd_clock_before_set_eng_clock()
591 if (new_state->sclk_high < current_state->sclk_high) rs780_set_uvd_clock_after_set_eng_clock()
759 ps->sclk_high = sclk; rs780_parse_pplib_clock_info()
783 ps->sclk_high = rdev->clock.default_sclk; rs780_parse_pplib_clock_info()
948 ps->sclk_high, ps->max_voltage); rs780_dpm_print_power_state()
970 return requested_state->sclk_high; rs780_dpm_get_sclk()
1001 ps->sclk_high, ps->max_voltage); rs780_dpm_debugfs_print_current_performance_level()
1043 ps->sclk_high, false, &dividers); rs780_dpm_force_performance_level()
1062 if (ps->sclk_high != ps->sclk_low) { rs780_dpm_force_performance_level()
H A Drs780_dpm.h56 u32 sclk_high; member in struct:igp_ps

Completed in 258 milliseconds