Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/cpufreq/
Dintel_pstate.c137 int min_pstate; member
544 cpu->pstate.min_freq = cpu->pstate.min_pstate * perf_ctl_scaling; in intel_pstate_hybrid_hwp_adjust()
549 cpu->pstate.min_pstate = DIV_ROUND_UP(cpu->pstate.min_freq, scaling); in intel_pstate_hybrid_hwp_adjust()
570 (cpu->pstate.min_pstate * 100 / turbo_pstate) : 0; in min_perf_pct_min()
1204 total = cpu->pstate.turbo_pstate - cpu->pstate.min_pstate + 1; in show_turbo_pct()
1205 no_turbo = cpu->pstate.max_pstate - cpu->pstate.min_pstate + 1; in show_turbo_pct()
1228 total = cpu->pstate.turbo_pstate - cpu->pstate.min_pstate + 1; in show_num_pstates()
1752 int_tofp(pstate - cpudata->pstate.min_pstate), in atom_get_val()
1805 cpudata->pstate.min_pstate)); in atom_get_vid()
1976 intel_pstate_set_pstate(cpu, cpu->pstate.min_pstate); in intel_pstate_set_min_pstate()
[all …]
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn314/
Ddcn314_clk_mgr.c575 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
610 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()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn315/
Ddcn315_clk_mgr.c481 uint32_t max_pstate = 0, max_fclk = 0, min_pstate = 0; in dcn315_clk_mgr_helper_populate_bw_params() local
501 min_pstate = j; in dcn315_clk_mgr_helper_populate_bw_params()
515 bw_params->clk_table.entries[i].memclk_mhz = clock_table->DfPstateTable[min_pstate].MemClk; in dcn315_clk_mgr_helper_populate_bw_params()
516 bw_params->clk_table.entries[i].voltage = clock_table->DfPstateTable[min_pstate].Voltage; in dcn315_clk_mgr_helper_populate_bw_params()
525 if (max_pstate != min_pstate || i == 0) { in dcn315_clk_mgr_helper_populate_bw_params()