Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/cpufreq/
H A Dintel_pstate.c121 * @min_pstate: Min P state possible for this platform
129 * @min_freq: @min_pstate frequency in cpufreq units
137 int min_pstate; member
587 freq = cpu->pstate.min_pstate * perf_ctl_scaling; in intel_pstate_hybrid_hwp_adjust()
593 cpu->pstate.min_pstate = intel_pstate_freq_to_hwp(cpu, freq); in intel_pstate_hybrid_hwp_adjust()
614 (cpu->pstate.min_pstate * 100 / turbo_pstate) : 0; in min_perf_pct_min()
1250 total = cpu->pstate.turbo_pstate - cpu->pstate.min_pstate + 1; in show_turbo_pct()
1251 no_turbo = cpu->pstate.max_pstate - cpu->pstate.min_pstate + 1; in show_turbo_pct()
1274 total = cpu->pstate.turbo_pstate - cpu->pstate.min_pstate + 1; in show_num_pstates()
1801 int_tofp(pstate - cpudata->pstate.min_pstate), in atom_get_val()
2291 int min_pstate = max(cpu->pstate.min_pstate, cpu->min_perf_ratio); intel_pstate_prepare_request() local
2968 int cap_pstate, min_pstate, max_pstate, target_pstate; intel_cpufreq_adjust_perf() local
[all...]
/kernel/linux/linux-5.10/drivers/cpufreq/
H A Dintel_pstate.c129 * @min_pstate: Min P state possible for this platform
144 int min_pstate; member
506 (cpu->pstate.min_pstate * 100 / turbo_pstate) : 0; in min_perf_pct_min()
1093 total = cpu->pstate.turbo_pstate - cpu->pstate.min_pstate + 1; in show_turbo_pct()
1094 no_turbo = cpu->pstate.max_pstate - cpu->pstate.min_pstate + 1; in show_turbo_pct()
1117 total = cpu->pstate.turbo_pstate - cpu->pstate.min_pstate + 1; in show_num_pstates()
1496 int_tofp(pstate - cpudata->pstate.min_pstate), in atom_get_val()
1549 cpudata->pstate.min_pstate)); in atom_get_vid()
1701 intel_pstate_set_pstate(cpu, cpu->pstate.min_pstate); in intel_pstate_set_min_pstate()
1706 int pstate = max(cpu->pstate.min_pstate, cp in intel_pstate_max_within_limits()
1948 int min_pstate = max(cpu->pstate.min_pstate, cpu->min_perf_ratio); intel_pstate_prepare_request() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn314/
H A Ddcn314_clk_mgr.c573 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
608 min_pstate = j; in dcn314_clk_mgr_helper_populate_bw_params()
623 bw_params->clk_table.entries[i].memclk_mhz = clock_table->DfPstateTable[min_pstate].MemClk; in dcn314_clk_mgr_helper_populate_bw_params()
624 bw_params->clk_table.entries[i].voltage = clock_table->DfPstateTable[min_pstate].Voltage; in dcn314_clk_mgr_helper_populate_bw_params()
630 clock_table->DfPstateTable[min_pstate].WckRatio); in dcn314_clk_mgr_helper_populate_bw_params()
634 if (max_pstate != min_pstate || i == 0) { in dcn314_clk_mgr_helper_populate_bw_params()

Completed in 8 milliseconds