Searched refs:min_pstate (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/cpufreq/ |
D | intel_pstate.c | 139 int min_pstate; member 590 freq = cpu->pstate.min_pstate * perf_ctl_scaling; in intel_pstate_hybrid_hwp_adjust() 596 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() 1461 total = cpu->pstate.turbo_pstate - cpu->pstate.min_pstate + 1; in show_turbo_pct() 1462 no_turbo = cpu->pstate.max_pstate - cpu->pstate.min_pstate + 1; in show_turbo_pct() 1485 total = cpu->pstate.turbo_pstate - cpu->pstate.min_pstate + 1; in show_num_pstates() 2020 int_tofp(pstate - cpudata->pstate.min_pstate), in atom_get_val() 2073 cpudata->pstate.min_pstate)); in atom_get_vid() 2251 intel_pstate_set_pstate(cpu, cpu->pstate.min_pstate); in intel_pstate_set_min_pstate() [all …]
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn314/ |
D | dcn314_clk_mgr.c | 623 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.12.1/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn35/ |
D | dcn35_clk_mgr.c | 786 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()
|