Searched refs:min_pstate (Results 1 – 2 of 2) sorted by relevance
137 int min_pstate; member1792 cpudata->pstate.min_pstate)); in atom_get_vid()2203 if (target < cpu->pstate.min_pstate) in get_target_pstate()2204 target = cpu->pstate.min_pstate; in get_target_pstate()2222 int min_pstate = max(cpu->pstate.min_pstate, cpu->min_perf_ratio); in intel_pstate_prepare_request() local2927 min_pstate = cap_pstate; in intel_cpufreq_adjust_perf()2931 if (min_pstate < cpu->pstate.min_pstate) in intel_cpufreq_adjust_perf()2932 min_pstate = cpu->pstate.min_pstate; in intel_cpufreq_adjust_perf()2935 min_pstate = cpu->min_perf_ratio; in intel_cpufreq_adjust_perf()2938 if (max_pstate < min_pstate) in intel_cpufreq_adjust_perf()[all …]
575 uint32_t max_pstate = 0, max_fclk = 0, min_pstate = 0, max_dispclk = 0, max_dppclk = 0; in dcn314_clk_mgr_helper_populate_bw_params() local610 min_pstate = j; in dcn314_clk_mgr_helper_populate_bw_params()625 bw_params->clk_table.entries[i].memclk_mhz = clock_table->DfPstateTable[min_pstate].MemClk; in dcn314_clk_mgr_helper_populate_bw_params()626 bw_params->clk_table.entries[i].voltage = clock_table->DfPstateTable[min_pstate].Voltage; in dcn314_clk_mgr_helper_populate_bw_params()632 clock_table->DfPstateTable[min_pstate].WckRatio); in dcn314_clk_mgr_helper_populate_bw_params()636 if (max_pstate != min_pstate || i == 0) { in dcn314_clk_mgr_helper_populate_bw_params()
Completed in 11 milliseconds