Searched refs:pstate_table (Results 1 – 10 of 10) sorted by relevance
515 struct smu_umd_pstate_table *pstate_table = in aldebaran_populate_umd_state_clk() local516 &smu->pstate_table; in aldebaran_populate_umd_state_clk()518 pstate_table->gfxclk_pstate.min = gfx_table->min; in aldebaran_populate_umd_state_clk()519 pstate_table->gfxclk_pstate.peak = gfx_table->max; in aldebaran_populate_umd_state_clk()520 pstate_table->gfxclk_pstate.curr.min = gfx_table->min; in aldebaran_populate_umd_state_clk()521 pstate_table->gfxclk_pstate.curr.max = gfx_table->max; in aldebaran_populate_umd_state_clk()523 pstate_table->uclk_pstate.min = mem_table->min; in aldebaran_populate_umd_state_clk()524 pstate_table->uclk_pstate.peak = mem_table->max; in aldebaran_populate_umd_state_clk()525 pstate_table->uclk_pstate.curr.min = mem_table->min; in aldebaran_populate_umd_state_clk()526 pstate_table->uclk_pstate.curr.max = mem_table->max; in aldebaran_populate_umd_state_clk()[all …]
1715 struct smu_umd_pstate_table *pstate_table = in smu_v13_0_set_performance_level() local1716 &smu->pstate_table; in smu_v13_0_set_performance_level()1758 sclk_min = sclk_max = pstate_table->gfxclk_pstate.standard; in smu_v13_0_set_performance_level()1759 mclk_min = mclk_max = pstate_table->uclk_pstate.standard; in smu_v13_0_set_performance_level()1760 socclk_min = socclk_max = pstate_table->socclk_pstate.standard; in smu_v13_0_set_performance_level()1761 vclk_min = vclk_max = pstate_table->vclk_pstate.standard; in smu_v13_0_set_performance_level()1762 dclk_min = dclk_max = pstate_table->dclk_pstate.standard; in smu_v13_0_set_performance_level()1763 fclk_min = fclk_max = pstate_table->fclk_pstate.standard; in smu_v13_0_set_performance_level()1766 sclk_min = sclk_max = pstate_table->gfxclk_pstate.min; in smu_v13_0_set_performance_level()1769 mclk_min = mclk_max = pstate_table->uclk_pstate.min; in smu_v13_0_set_performance_level()[all …]
1324 struct smu_umd_pstate_table *pstate_table = in smu_v13_0_7_populate_umd_state_clk() local1325 &smu->pstate_table; in smu_v13_0_7_populate_umd_state_clk()1327 pstate_table->gfxclk_pstate.min = gfx_table->min; in smu_v13_0_7_populate_umd_state_clk()1328 pstate_table->gfxclk_pstate.peak = gfx_table->max; in smu_v13_0_7_populate_umd_state_clk()1330 pstate_table->uclk_pstate.min = mem_table->min; in smu_v13_0_7_populate_umd_state_clk()1331 pstate_table->uclk_pstate.peak = mem_table->max; in smu_v13_0_7_populate_umd_state_clk()1333 pstate_table->socclk_pstate.min = soc_table->min; in smu_v13_0_7_populate_umd_state_clk()1334 pstate_table->socclk_pstate.peak = soc_table->max; in smu_v13_0_7_populate_umd_state_clk()1336 pstate_table->vclk_pstate.min = vclk_table->min; in smu_v13_0_7_populate_umd_state_clk()1337 pstate_table->vclk_pstate.peak = vclk_table->max; in smu_v13_0_7_populate_umd_state_clk()[all …]
1282 struct smu_umd_pstate_table *pstate_table = in smu_v13_0_0_populate_umd_state_clk() local1283 &smu->pstate_table; in smu_v13_0_0_populate_umd_state_clk()1285 pstate_table->gfxclk_pstate.min = gfx_table->min; in smu_v13_0_0_populate_umd_state_clk()1286 pstate_table->gfxclk_pstate.peak = gfx_table->max; in smu_v13_0_0_populate_umd_state_clk()1288 pstate_table->uclk_pstate.min = mem_table->min; in smu_v13_0_0_populate_umd_state_clk()1289 pstate_table->uclk_pstate.peak = mem_table->max; in smu_v13_0_0_populate_umd_state_clk()1291 pstate_table->socclk_pstate.min = soc_table->min; in smu_v13_0_0_populate_umd_state_clk()1292 pstate_table->socclk_pstate.peak = soc_table->max; in smu_v13_0_0_populate_umd_state_clk()1294 pstate_table->vclk_pstate.min = vclk_table->min; in smu_v13_0_0_populate_umd_state_clk()1295 pstate_table->vclk_pstate.peak = vclk_table->max; in smu_v13_0_0_populate_umd_state_clk()[all …]
539 struct smu_umd_pstate_table *pstate_table = in arcturus_populate_umd_state_clk() local540 &smu->pstate_table; in arcturus_populate_umd_state_clk()542 pstate_table->gfxclk_pstate.min = gfx_table->min; in arcturus_populate_umd_state_clk()543 pstate_table->gfxclk_pstate.peak = gfx_table->max; in arcturus_populate_umd_state_clk()545 pstate_table->uclk_pstate.min = mem_table->min; in arcturus_populate_umd_state_clk()546 pstate_table->uclk_pstate.peak = mem_table->max; in arcturus_populate_umd_state_clk()548 pstate_table->socclk_pstate.min = soc_table->min; in arcturus_populate_umd_state_clk()549 pstate_table->socclk_pstate.peak = soc_table->max; in arcturus_populate_umd_state_clk()554 pstate_table->gfxclk_pstate.standard = in arcturus_populate_umd_state_clk()556 pstate_table->uclk_pstate.standard = in arcturus_populate_umd_state_clk()[all …]
1858 struct smu_umd_pstate_table *pstate_table = in smu_v11_0_set_performance_level() local1859 &smu->pstate_table; in smu_v11_0_set_performance_level()1886 sclk_min = sclk_max = pstate_table->gfxclk_pstate.standard; in smu_v11_0_set_performance_level()1887 mclk_min = mclk_max = pstate_table->uclk_pstate.standard; in smu_v11_0_set_performance_level()1888 socclk_min = socclk_max = pstate_table->socclk_pstate.standard; in smu_v11_0_set_performance_level()1891 sclk_min = sclk_max = pstate_table->gfxclk_pstate.min; in smu_v11_0_set_performance_level()1894 mclk_min = mclk_max = pstate_table->uclk_pstate.min; in smu_v11_0_set_performance_level()1897 sclk_min = sclk_max = pstate_table->gfxclk_pstate.peak; in smu_v11_0_set_performance_level()1898 mclk_min = mclk_max = pstate_table->uclk_pstate.peak; in smu_v11_0_set_performance_level()1899 socclk_min = socclk_max = pstate_table->socclk_pstate.peak; in smu_v11_0_set_performance_level()
1702 struct smu_umd_pstate_table *pstate_table = in navi10_populate_umd_state_clk() local1703 &smu->pstate_table; in navi10_populate_umd_state_clk()1707 pstate_table->gfxclk_pstate.min = gfx_table->min; in navi10_populate_umd_state_clk()1754 pstate_table->gfxclk_pstate.peak = sclk_freq; in navi10_populate_umd_state_clk()1756 pstate_table->uclk_pstate.min = mem_table->min; in navi10_populate_umd_state_clk()1757 pstate_table->uclk_pstate.peak = mem_table->max; in navi10_populate_umd_state_clk()1759 pstate_table->socclk_pstate.min = soc_table->min; in navi10_populate_umd_state_clk()1760 pstate_table->socclk_pstate.peak = soc_table->max; in navi10_populate_umd_state_clk()1765 pstate_table->gfxclk_pstate.standard = in navi10_populate_umd_state_clk()1767 pstate_table->uclk_pstate.standard = in navi10_populate_umd_state_clk()[all …]
1474 struct smu_umd_pstate_table *pstate_table = in sienna_cichlid_populate_umd_state_clk() local1475 &smu->pstate_table; in sienna_cichlid_populate_umd_state_clk()1478 pstate_table->gfxclk_pstate.min = gfx_table->min; in sienna_cichlid_populate_umd_state_clk()1479 pstate_table->gfxclk_pstate.peak = gfx_table->max; in sienna_cichlid_populate_umd_state_clk()1481 pstate_table->uclk_pstate.min = mem_table->min; in sienna_cichlid_populate_umd_state_clk()1482 pstate_table->uclk_pstate.peak = mem_table->max; in sienna_cichlid_populate_umd_state_clk()1484 pstate_table->socclk_pstate.min = soc_table->min; in sienna_cichlid_populate_umd_state_clk()1485 pstate_table->socclk_pstate.peak = soc_table->max; in sienna_cichlid_populate_umd_state_clk()1490 pstate_table->gfxclk_pstate.standard = SIENNA_CICHLID_UMD_PSTATE_PROFILING_GFXCLK; in sienna_cichlid_populate_umd_state_clk()1491 pstate_table->uclk_pstate.standard = SIENNA_CICHLID_UMD_PSTATE_PROFILING_MEMCLK; in sienna_cichlid_populate_umd_state_clk()[all …]
2447 struct smu_umd_pstate_table *pstate_table = in smu_read_sensor() local2448 &smu->pstate_table; in smu_read_sensor()2467 *((uint32_t *)data) = pstate_table->gfxclk_pstate.standard * 100; in smu_read_sensor()2471 *((uint32_t *)data) = pstate_table->uclk_pstate.standard * 100; in smu_read_sensor()
504 struct smu_umd_pstate_table pstate_table; member