Home
last modified time | relevance | path

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

/linux/drivers/cpufreq/
A Dintel_pstate.c139 int min_pstate; member
2073 cpudata->pstate.min_pstate)); in atom_get_vid()
2491 target = cpu->pstate.min_pstate; in get_target_pstate()
2509 int min_pstate = max(cpu->pstate.min_pstate, cpu->min_perf_ratio); in intel_pstate_prepare_request() local
3198 min_pstate = cap_pstate; in intel_cpufreq_adjust_perf()
3202 if (min_pstate < cpu->pstate.min_pstate) in intel_cpufreq_adjust_perf()
3203 min_pstate = cpu->pstate.min_pstate; in intel_cpufreq_adjust_perf()
3206 min_pstate = cpu->min_perf_ratio; in intel_cpufreq_adjust_perf()
3209 min_pstate = cpu->max_perf_ratio; in intel_cpufreq_adjust_perf()
3212 if (max_pstate < min_pstate) in intel_cpufreq_adjust_perf()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn314/
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/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn35/
A Ddcn35_clk_mgr.c786 uint32_t max_fclk = 0, min_pstate = 0, max_dispclk = 0, max_dppclk = 0; in dcn35_clk_mgr_helper_populate_bw_params() local
804 min_pstate = max_pstate; in dcn35_clk_mgr_helper_populate_bw_params()
811 min_pstate = i; in dcn35_clk_mgr_helper_populate_bw_params()
854 bw_params->clk_table.entries[i].memclk_mhz = clock_table->MemPstateTable[min_pstate].MemClk; in dcn35_clk_mgr_helper_populate_bw_params()
855 bw_params->clk_table.entries[i].voltage = clock_table->MemPstateTable[min_pstate].Voltage; in dcn35_clk_mgr_helper_populate_bw_params()
861 convert_wck_ratio(clock_table->MemPstateTable[min_pstate].WckRatio); in dcn35_clk_mgr_helper_populate_bw_params()
868 if (max_pstate != min_pstate || i == 0) { in dcn35_clk_mgr_helper_populate_bw_params()

Completed in 17 milliseconds