Home
last modified time | relevance | path

Searched refs:min_pstate (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/cpufreq/
H A Dintel_pstate.c140 int min_pstate; member
2080 cpudata->pstate.min_pstate)); in atom_get_vid()
2496 target = cpu->pstate.min_pstate; in get_target_pstate()
2514 int min_pstate = max(cpu->pstate.min_pstate, cpu->min_perf_ratio); in intel_pstate_prepare_request() local
3203 min_pstate = cap_pstate; in intel_cpufreq_adjust_perf()
3207 if (min_pstate < cpu->pstate.min_pstate) in intel_cpufreq_adjust_perf()
3208 min_pstate = cpu->pstate.min_pstate; in intel_cpufreq_adjust_perf()
3211 min_pstate = cpu->min_perf_ratio; in intel_cpufreq_adjust_perf()
3214 min_pstate = cpu->max_perf_ratio; in intel_cpufreq_adjust_perf()
3217 if (max_pstate < min_pstate) in intel_cpufreq_adjust_perf()
[all …]
/linux-6.15/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn314/
H A Ddcn314_clk_mgr.c623 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() local
658 min_pstate = j; in dcn314_clk_mgr_helper_populate_bw_params()
673 bw_params->clk_table.entries[i].memclk_mhz = clock_table->DfPstateTable[min_pstate].MemClk; in dcn314_clk_mgr_helper_populate_bw_params()
674 bw_params->clk_table.entries[i].voltage = clock_table->DfPstateTable[min_pstate].Voltage; in dcn314_clk_mgr_helper_populate_bw_params()
680 clock_table->DfPstateTable[min_pstate].WckRatio); in dcn314_clk_mgr_helper_populate_bw_params()
684 if (max_pstate != min_pstate || i == 0) { in dcn314_clk_mgr_helper_populate_bw_params()
/linux-6.15/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn35/
H A Ddcn35_clk_mgr.c901 uint32_t max_fclk = 0, min_pstate = 0, max_dispclk = 0, max_dppclk = 0; in dcn35_clk_mgr_helper_populate_bw_params() local
919 min_pstate = max_pstate; in dcn35_clk_mgr_helper_populate_bw_params()
926 min_pstate = i; in dcn35_clk_mgr_helper_populate_bw_params()
969 bw_params->clk_table.entries[i].memclk_mhz = clock_table->MemPstateTable[min_pstate].MemClk; in dcn35_clk_mgr_helper_populate_bw_params()
970 bw_params->clk_table.entries[i].voltage = clock_table->MemPstateTable[min_pstate].Voltage; in dcn35_clk_mgr_helper_populate_bw_params()
976 convert_wck_ratio(clock_table->MemPstateTable[min_pstate].WckRatio); in dcn35_clk_mgr_helper_populate_bw_params()
983 if (max_pstate != min_pstate || i == 0) { in dcn35_clk_mgr_helper_populate_bw_params()