Home
last modified time | relevance | path

Searched refs:max_pstate (Results 1 – 5 of 5) sorted by relevance

/linux-6.3-rc2/drivers/cpufreq/
A Dapple-soc-cpufreq.c58 u64 max_pstate; member
72 .max_pstate = 15,
78 .max_pstate = 31,
84 .max_pstate = 15,
142 if (index > priv->info->max_pstate) in apple_soc_cpufreq_set_target()
143 index = priv->info->max_pstate; in apple_soc_cpufreq_set_target()
A Dintel_pstate.c138 int max_pstate; member
1745 if (pstate > cpudata->pstate.max_pstate) in atom_get_val()
1791 int_tofp(cpudata->pstate.max_pstate - in atom_get_vid()
1851 int max_pstate; in core_get_max_pstate() local
1856 max_pstate = (plat_info >> 8) & 0xFF; in core_get_max_pstate()
1860 return max_pstate; in core_get_max_pstate()
1874 max_pstate = tar_levels; in core_get_max_pstate()
1879 return max_pstate; in core_get_max_pstate()
2839 int max_pstate = policy->strict_target ? in intel_cpufreq_update_pstate() local
2938 if (max_pstate < min_pstate) in intel_cpufreq_adjust_perf()
[all …]
/linux-6.3-rc2/drivers/acpi/
A Dprocessor_thermal.c238 int max_pstate; in processor_set_cur_state() local
247 max_pstate = cpufreq_get_max_state(pr->id); in processor_set_cur_state()
252 if (state <= max_pstate) { in processor_set_cur_state()
257 cpufreq_set_cur_state(pr->id, max_pstate); in processor_set_cur_state()
259 state - max_pstate, false); in processor_set_cur_state()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn314/
A 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
583 max_pstate = i; in dcn314_clk_mgr_helper_populate_bw_params()
636 if (max_pstate != min_pstate || i == 0) { in dcn314_clk_mgr_helper_populate_bw_params()
641 bw_params->clk_table.entries[i].memclk_mhz = clock_table->DfPstateTable[max_pstate].MemClk; in dcn314_clk_mgr_helper_populate_bw_params()
642 bw_params->clk_table.entries[i].voltage = clock_table->DfPstateTable[max_pstate].Voltage; in dcn314_clk_mgr_helper_populate_bw_params()
648 clock_table->DfPstateTable[max_pstate].WckRatio); in dcn314_clk_mgr_helper_populate_bw_params()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn315/
A Ddcn315_clk_mgr.c482 uint32_t max_pstate = clock_table->NumDfPstatesEnabled - 1; in dcn315_clk_mgr_helper_populate_bw_params() local
492 max_pstate = j; in dcn315_clk_mgr_helper_populate_bw_params()
496 max_pstate = 0; in dcn315_clk_mgr_helper_populate_bw_params()
507 bw_params->clk_table.entries[i].fclk_mhz = clock_table->DfPstateTable[max_pstate].FClk; in dcn315_clk_mgr_helper_populate_bw_params()
508 bw_params->clk_table.entries[i].memclk_mhz = clock_table->DfPstateTable[max_pstate].MemClk; in dcn315_clk_mgr_helper_populate_bw_params()

Completed in 19 milliseconds