Searched refs:min_clk (Results 1 – 1 of 1) sorted by relevance
751 uint32_t min_clk, max_clk; in aldebaran_print_clk_levels() local783 min_clk = pstate_table->gfxclk_pstate.curr.min; in aldebaran_print_clk_levels()786 freq_values[0] = min_clk; in aldebaran_print_clk_levels()790 if (now > min_clk && now < max_clk) { in aldebaran_print_clk_levels()1314 uint32_t min_clk; in aldebaran_set_soft_freq_limited_range() local1355 min_clk = dpm_context->dpm_tables.gfx_table.min; in aldebaran_set_soft_freq_limited_range()1357 ret = smu_v13_0_set_soft_freq_limited_range(smu, SMU_GFXCLK, min_clk, max_clk); in aldebaran_set_soft_freq_limited_range()1367 pstate_table->gfxclk_pstate.curr.min = min_clk; in aldebaran_set_soft_freq_limited_range()1382 uint32_t min_clk; in aldebaran_usr_edit_dpm_table() local1428 min_clk = dpm_context->dpm_tables.gfx_table.min; in aldebaran_usr_edit_dpm_table()[all …]