Searched refs:pstate_table (Results 1 – 10 of 10) sorted by relevance
590 struct smu_umd_pstate_table *pstate_table = in aldebaran_populate_umd_state_clk() local591 &smu->pstate_table; in aldebaran_populate_umd_state_clk()593 pstate_table->gfxclk_pstate.min = SMU_DPM_TABLE_MIN(gfx_table); in aldebaran_populate_umd_state_clk()594 pstate_table->gfxclk_pstate.peak = SMU_DPM_TABLE_MAX(gfx_table); in aldebaran_populate_umd_state_clk()595 pstate_table->gfxclk_pstate.curr.min = SMU_DPM_TABLE_MIN(gfx_table); in aldebaran_populate_umd_state_clk()596 pstate_table->gfxclk_pstate.curr.max = SMU_DPM_TABLE_MAX(gfx_table); in aldebaran_populate_umd_state_clk()598 pstate_table->uclk_pstate.min = SMU_DPM_TABLE_MIN(mem_table); in aldebaran_populate_umd_state_clk()599 pstate_table->uclk_pstate.peak = SMU_DPM_TABLE_MAX(mem_table); in aldebaran_populate_umd_state_clk()600 pstate_table->uclk_pstate.curr.min = SMU_DPM_TABLE_MIN(mem_table); in aldebaran_populate_umd_state_clk()601 pstate_table->uclk_pstate.curr.max = SMU_DPM_TABLE_MAX(mem_table); in aldebaran_populate_umd_state_clk()[all …]
1208 struct smu_umd_pstate_table *pstate_table = &smu->pstate_table; in smu_v13_0_6_populate_umd_state_clk() local1210 pstate_table->gfxclk_pstate.min = SMU_DPM_TABLE_MIN(gfx_table); in smu_v13_0_6_populate_umd_state_clk()1211 pstate_table->gfxclk_pstate.peak = SMU_DPM_TABLE_MAX(gfx_table); in smu_v13_0_6_populate_umd_state_clk()1212 pstate_table->gfxclk_pstate.curr.min = SMU_DPM_TABLE_MIN(gfx_table); in smu_v13_0_6_populate_umd_state_clk()1213 pstate_table->gfxclk_pstate.curr.max = SMU_DPM_TABLE_MAX(gfx_table); in smu_v13_0_6_populate_umd_state_clk()1215 pstate_table->uclk_pstate.min = SMU_DPM_TABLE_MIN(mem_table); in smu_v13_0_6_populate_umd_state_clk()1216 pstate_table->uclk_pstate.peak = SMU_DPM_TABLE_MAX(mem_table); in smu_v13_0_6_populate_umd_state_clk()1217 pstate_table->uclk_pstate.curr.min = SMU_DPM_TABLE_MIN(mem_table); in smu_v13_0_6_populate_umd_state_clk()1218 pstate_table->uclk_pstate.curr.max = SMU_DPM_TABLE_MAX(mem_table); in smu_v13_0_6_populate_umd_state_clk()1220 pstate_table->socclk_pstate.min = SMU_DPM_TABLE_MIN(soc_table); in smu_v13_0_6_populate_umd_state_clk()[all …]
2278 struct smu_umd_pstate_table *pstate_table = in smu_v13_0_7_populate_umd_state_clk() local2279 &smu->pstate_table; in smu_v13_0_7_populate_umd_state_clk()2285 pstate_table->gfxclk_pstate.min = SMU_DPM_TABLE_MIN(gfx_table); in smu_v13_0_7_populate_umd_state_clk()2288 pstate_table->gfxclk_pstate.peak = driver_clocks.GameClockAc; in smu_v13_0_7_populate_umd_state_clk()2290 pstate_table->gfxclk_pstate.peak = SMU_DPM_TABLE_MAX(gfx_table); in smu_v13_0_7_populate_umd_state_clk()2292 pstate_table->uclk_pstate.min = SMU_DPM_TABLE_MIN(mem_table); in smu_v13_0_7_populate_umd_state_clk()2293 pstate_table->uclk_pstate.peak = SMU_DPM_TABLE_MAX(mem_table); in smu_v13_0_7_populate_umd_state_clk()2295 pstate_table->socclk_pstate.min = SMU_DPM_TABLE_MIN(soc_table); in smu_v13_0_7_populate_umd_state_clk()2296 pstate_table->socclk_pstate.peak = SMU_DPM_TABLE_MAX(soc_table); in smu_v13_0_7_populate_umd_state_clk()2298 pstate_table->vclk_pstate.min = SMU_DPM_TABLE_MIN(vclk_table); in smu_v13_0_7_populate_umd_state_clk()[all …]
2276 struct smu_umd_pstate_table *pstate_table = in smu_v13_0_0_populate_umd_state_clk() local2277 &smu->pstate_table; in smu_v13_0_0_populate_umd_state_clk()2283 pstate_table->gfxclk_pstate.min = SMU_DPM_TABLE_MIN(gfx_table); in smu_v13_0_0_populate_umd_state_clk()2286 pstate_table->gfxclk_pstate.peak = driver_clocks.GameClockAc; in smu_v13_0_0_populate_umd_state_clk()2288 pstate_table->gfxclk_pstate.peak = SMU_DPM_TABLE_MAX(gfx_table); in smu_v13_0_0_populate_umd_state_clk()2290 pstate_table->uclk_pstate.min = SMU_DPM_TABLE_MIN(mem_table); in smu_v13_0_0_populate_umd_state_clk()2291 pstate_table->uclk_pstate.peak = SMU_DPM_TABLE_MAX(mem_table); in smu_v13_0_0_populate_umd_state_clk()2293 pstate_table->socclk_pstate.min = SMU_DPM_TABLE_MIN(soc_table); in smu_v13_0_0_populate_umd_state_clk()2294 pstate_table->socclk_pstate.peak = SMU_DPM_TABLE_MAX(soc_table); in smu_v13_0_0_populate_umd_state_clk()2296 pstate_table->vclk_pstate.min = SMU_DPM_TABLE_MIN(vclk_table); in smu_v13_0_0_populate_umd_state_clk()[all …]
1069 struct smu_umd_pstate_table *pstate_table = in smu_v15_0_set_performance_level() local1070 &smu->pstate_table; in smu_v15_0_set_performance_level()1114 sclk_min = sclk_max = pstate_table->gfxclk_pstate.standard; in smu_v15_0_set_performance_level()1115 mclk_min = mclk_max = pstate_table->uclk_pstate.standard; in smu_v15_0_set_performance_level()1116 socclk_min = socclk_max = pstate_table->socclk_pstate.standard; in smu_v15_0_set_performance_level()1117 vclk_min = vclk_max = pstate_table->vclk_pstate.standard; in smu_v15_0_set_performance_level()1118 dclk_min = dclk_max = pstate_table->dclk_pstate.standard; in smu_v15_0_set_performance_level()1119 fclk_min = fclk_max = pstate_table->fclk_pstate.standard; in smu_v15_0_set_performance_level()1122 sclk_min = sclk_max = pstate_table->gfxclk_pstate.min; in smu_v15_0_set_performance_level()1125 mclk_min = mclk_max = pstate_table->uclk_pstate.min; in smu_v15_0_set_performance_level()[all …]
1194 struct smu_umd_pstate_table *pstate_table = in smu_v14_0_set_performance_level() local1195 &smu->pstate_table; in smu_v14_0_set_performance_level()1239 sclk_min = sclk_max = pstate_table->gfxclk_pstate.standard; in smu_v14_0_set_performance_level()1240 mclk_min = mclk_max = pstate_table->uclk_pstate.standard; in smu_v14_0_set_performance_level()1241 socclk_min = socclk_max = pstate_table->socclk_pstate.standard; in smu_v14_0_set_performance_level()1242 vclk_min = vclk_max = pstate_table->vclk_pstate.standard; in smu_v14_0_set_performance_level()1243 dclk_min = dclk_max = pstate_table->dclk_pstate.standard; in smu_v14_0_set_performance_level()1244 fclk_min = fclk_max = pstate_table->fclk_pstate.standard; in smu_v14_0_set_performance_level()1247 sclk_min = sclk_max = pstate_table->gfxclk_pstate.min; in smu_v14_0_set_performance_level()1250 mclk_min = mclk_max = pstate_table->uclk_pstate.min; in smu_v14_0_set_performance_level()[all …]
1516 struct smu_umd_pstate_table *pstate_table = in smu_v14_0_2_populate_umd_state_clk() local1517 &smu->pstate_table; in smu_v14_0_2_populate_umd_state_clk()1523 pstate_table->gfxclk_pstate.min = SMU_DPM_TABLE_MIN(gfx_table); in smu_v14_0_2_populate_umd_state_clk()1526 pstate_table->gfxclk_pstate.peak = driver_clocks.GameClockAc; in smu_v14_0_2_populate_umd_state_clk()1528 pstate_table->gfxclk_pstate.peak = SMU_DPM_TABLE_MAX(gfx_table); in smu_v14_0_2_populate_umd_state_clk()1530 pstate_table->uclk_pstate.min = SMU_DPM_TABLE_MIN(mem_table); in smu_v14_0_2_populate_umd_state_clk()1531 pstate_table->uclk_pstate.peak = SMU_DPM_TABLE_MAX(mem_table); in smu_v14_0_2_populate_umd_state_clk()1533 pstate_table->socclk_pstate.min = SMU_DPM_TABLE_MIN(soc_table); in smu_v14_0_2_populate_umd_state_clk()1534 pstate_table->socclk_pstate.peak = SMU_DPM_TABLE_MAX(soc_table); in smu_v14_0_2_populate_umd_state_clk()1536 pstate_table->vclk_pstate.min = SMU_DPM_TABLE_MIN(vclk_table); in smu_v14_0_2_populate_umd_state_clk()[all …]
1789 struct smu_umd_pstate_table *pstate_table = in smu_v11_0_set_performance_level() local1790 &smu->pstate_table; in smu_v11_0_set_performance_level()1819 sclk_min = sclk_max = pstate_table->gfxclk_pstate.standard; in smu_v11_0_set_performance_level()1820 mclk_min = mclk_max = pstate_table->uclk_pstate.standard; in smu_v11_0_set_performance_level()1821 socclk_min = socclk_max = pstate_table->socclk_pstate.standard; in smu_v11_0_set_performance_level()1824 sclk_min = sclk_max = pstate_table->gfxclk_pstate.min; in smu_v11_0_set_performance_level()1827 mclk_min = mclk_max = pstate_table->uclk_pstate.min; in smu_v11_0_set_performance_level()1830 sclk_min = sclk_max = pstate_table->gfxclk_pstate.peak; in smu_v11_0_set_performance_level()1831 mclk_min = mclk_max = pstate_table->uclk_pstate.peak; in smu_v11_0_set_performance_level()1832 socclk_min = socclk_max = pstate_table->socclk_pstate.peak; in smu_v11_0_set_performance_level()
1335 struct smu_umd_pstate_table *pstate_table = &smu->pstate_table; in smu_cmn_reset_custom_level() local1337 pstate_table->gfxclk_pstate.custom.min = 0; in smu_cmn_reset_custom_level()1338 pstate_table->gfxclk_pstate.custom.max = 0; in smu_cmn_reset_custom_level()1339 pstate_table->uclk_pstate.custom.min = 0; in smu_cmn_reset_custom_level()1340 pstate_table->uclk_pstate.custom.max = 0; in smu_cmn_reset_custom_level()
717 struct smu_umd_pstate_table pstate_table; member