Home
last modified time | relevance | path

Searched refs:pstate_table (Results 1 – 11 of 11) sorted by relevance

/Linux-v6.6/drivers/gpu/drm/amd/pm/swsmu/smu13/
Dsmu_v13_0_6_ppt.c599 struct smu_umd_pstate_table *pstate_table = &smu->pstate_table; in smu_v13_0_6_populate_umd_state_clk() local
601 pstate_table->gfxclk_pstate.min = gfx_table->min; in smu_v13_0_6_populate_umd_state_clk()
602 pstate_table->gfxclk_pstate.peak = gfx_table->max; in smu_v13_0_6_populate_umd_state_clk()
603 pstate_table->gfxclk_pstate.curr.min = gfx_table->min; in smu_v13_0_6_populate_umd_state_clk()
604 pstate_table->gfxclk_pstate.curr.max = gfx_table->max; in smu_v13_0_6_populate_umd_state_clk()
606 pstate_table->uclk_pstate.min = mem_table->min; in smu_v13_0_6_populate_umd_state_clk()
607 pstate_table->uclk_pstate.peak = mem_table->max; in smu_v13_0_6_populate_umd_state_clk()
608 pstate_table->uclk_pstate.curr.min = mem_table->min; in smu_v13_0_6_populate_umd_state_clk()
609 pstate_table->uclk_pstate.curr.max = mem_table->max; in smu_v13_0_6_populate_umd_state_clk()
611 pstate_table->socclk_pstate.min = soc_table->min; in smu_v13_0_6_populate_umd_state_clk()
[all …]
Daldebaran_ppt.c514 struct smu_umd_pstate_table *pstate_table = in aldebaran_populate_umd_state_clk() local
515 &smu->pstate_table; in aldebaran_populate_umd_state_clk()
517 pstate_table->gfxclk_pstate.min = gfx_table->min; in aldebaran_populate_umd_state_clk()
518 pstate_table->gfxclk_pstate.peak = gfx_table->max; in aldebaran_populate_umd_state_clk()
519 pstate_table->gfxclk_pstate.curr.min = gfx_table->min; in aldebaran_populate_umd_state_clk()
520 pstate_table->gfxclk_pstate.curr.max = gfx_table->max; in aldebaran_populate_umd_state_clk()
522 pstate_table->uclk_pstate.min = mem_table->min; in aldebaran_populate_umd_state_clk()
523 pstate_table->uclk_pstate.peak = mem_table->max; in aldebaran_populate_umd_state_clk()
524 pstate_table->uclk_pstate.curr.min = mem_table->min; in aldebaran_populate_umd_state_clk()
525 pstate_table->uclk_pstate.curr.max = mem_table->max; in aldebaran_populate_umd_state_clk()
[all …]
Dsmu_v13_0.c1707 struct smu_umd_pstate_table *pstate_table = in smu_v13_0_set_performance_level() local
1708 &smu->pstate_table; in smu_v13_0_set_performance_level()
1750 sclk_min = sclk_max = pstate_table->gfxclk_pstate.standard; in smu_v13_0_set_performance_level()
1751 mclk_min = mclk_max = pstate_table->uclk_pstate.standard; in smu_v13_0_set_performance_level()
1752 socclk_min = socclk_max = pstate_table->socclk_pstate.standard; in smu_v13_0_set_performance_level()
1753 vclk_min = vclk_max = pstate_table->vclk_pstate.standard; in smu_v13_0_set_performance_level()
1754 dclk_min = dclk_max = pstate_table->dclk_pstate.standard; in smu_v13_0_set_performance_level()
1755 fclk_min = fclk_max = pstate_table->fclk_pstate.standard; in smu_v13_0_set_performance_level()
1758 sclk_min = sclk_max = pstate_table->gfxclk_pstate.min; in smu_v13_0_set_performance_level()
1761 mclk_min = mclk_max = pstate_table->uclk_pstate.min; in smu_v13_0_set_performance_level()
[all …]
Dsmu_v13_0_7_ppt.c1845 struct smu_umd_pstate_table *pstate_table = in smu_v13_0_7_populate_umd_state_clk() local
1846 &smu->pstate_table; in smu_v13_0_7_populate_umd_state_clk()
1852 pstate_table->gfxclk_pstate.min = gfx_table->min; in smu_v13_0_7_populate_umd_state_clk()
1855 pstate_table->gfxclk_pstate.peak = driver_clocks.GameClockAc; in smu_v13_0_7_populate_umd_state_clk()
1857 pstate_table->gfxclk_pstate.peak = gfx_table->max; in smu_v13_0_7_populate_umd_state_clk()
1859 pstate_table->uclk_pstate.min = mem_table->min; in smu_v13_0_7_populate_umd_state_clk()
1860 pstate_table->uclk_pstate.peak = mem_table->max; in smu_v13_0_7_populate_umd_state_clk()
1862 pstate_table->socclk_pstate.min = soc_table->min; in smu_v13_0_7_populate_umd_state_clk()
1863 pstate_table->socclk_pstate.peak = soc_table->max; in smu_v13_0_7_populate_umd_state_clk()
1865 pstate_table->vclk_pstate.min = vclk_table->min; in smu_v13_0_7_populate_umd_state_clk()
[all …]
Dsmu_v13_0_0_ppt.c1870 struct smu_umd_pstate_table *pstate_table = in smu_v13_0_0_populate_umd_state_clk() local
1871 &smu->pstate_table; in smu_v13_0_0_populate_umd_state_clk()
1877 pstate_table->gfxclk_pstate.min = gfx_table->min; in smu_v13_0_0_populate_umd_state_clk()
1880 pstate_table->gfxclk_pstate.peak = driver_clocks.GameClockAc; in smu_v13_0_0_populate_umd_state_clk()
1882 pstate_table->gfxclk_pstate.peak = gfx_table->max; in smu_v13_0_0_populate_umd_state_clk()
1884 pstate_table->uclk_pstate.min = mem_table->min; in smu_v13_0_0_populate_umd_state_clk()
1885 pstate_table->uclk_pstate.peak = mem_table->max; in smu_v13_0_0_populate_umd_state_clk()
1887 pstate_table->socclk_pstate.min = soc_table->min; in smu_v13_0_0_populate_umd_state_clk()
1888 pstate_table->socclk_pstate.peak = soc_table->max; in smu_v13_0_0_populate_umd_state_clk()
1890 pstate_table->vclk_pstate.min = vclk_table->min; in smu_v13_0_0_populate_umd_state_clk()
[all …]
/Linux-v6.6/drivers/gpu/drm/amd/pm/swsmu/smu11/
Darcturus_ppt.c539 struct smu_umd_pstate_table *pstate_table = in arcturus_populate_umd_state_clk() local
540 &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 …]
Dsmu_v11_0.c1842 struct smu_umd_pstate_table *pstate_table = in smu_v11_0_set_performance_level() local
1843 &smu->pstate_table; in smu_v11_0_set_performance_level()
1870 sclk_min = sclk_max = pstate_table->gfxclk_pstate.standard; in smu_v11_0_set_performance_level()
1871 mclk_min = mclk_max = pstate_table->uclk_pstate.standard; in smu_v11_0_set_performance_level()
1872 socclk_min = socclk_max = pstate_table->socclk_pstate.standard; in smu_v11_0_set_performance_level()
1875 sclk_min = sclk_max = pstate_table->gfxclk_pstate.min; in smu_v11_0_set_performance_level()
1878 mclk_min = mclk_max = pstate_table->uclk_pstate.min; in smu_v11_0_set_performance_level()
1881 sclk_min = sclk_max = pstate_table->gfxclk_pstate.peak; in smu_v11_0_set_performance_level()
1882 mclk_min = mclk_max = pstate_table->uclk_pstate.peak; in smu_v11_0_set_performance_level()
1883 socclk_min = socclk_max = pstate_table->socclk_pstate.peak; in smu_v11_0_set_performance_level()
Dnavi10_ppt.c1709 struct smu_umd_pstate_table *pstate_table = in navi10_populate_umd_state_clk() local
1710 &smu->pstate_table; in navi10_populate_umd_state_clk()
1714 pstate_table->gfxclk_pstate.min = gfx_table->min; in navi10_populate_umd_state_clk()
1761 pstate_table->gfxclk_pstate.peak = sclk_freq; in navi10_populate_umd_state_clk()
1763 pstate_table->uclk_pstate.min = mem_table->min; in navi10_populate_umd_state_clk()
1764 pstate_table->uclk_pstate.peak = mem_table->max; in navi10_populate_umd_state_clk()
1766 pstate_table->socclk_pstate.min = soc_table->min; in navi10_populate_umd_state_clk()
1767 pstate_table->socclk_pstate.peak = soc_table->max; in navi10_populate_umd_state_clk()
1772 pstate_table->gfxclk_pstate.standard = in navi10_populate_umd_state_clk()
1774 pstate_table->uclk_pstate.standard = in navi10_populate_umd_state_clk()
[all …]
Dsienna_cichlid_ppt.c1484 struct smu_umd_pstate_table *pstate_table = in sienna_cichlid_populate_umd_state_clk() local
1485 &smu->pstate_table; in sienna_cichlid_populate_umd_state_clk()
1488 pstate_table->gfxclk_pstate.min = gfx_table->min; in sienna_cichlid_populate_umd_state_clk()
1489 pstate_table->gfxclk_pstate.peak = gfx_table->max; in sienna_cichlid_populate_umd_state_clk()
1491 pstate_table->uclk_pstate.min = mem_table->min; in sienna_cichlid_populate_umd_state_clk()
1492 pstate_table->uclk_pstate.peak = mem_table->max; in sienna_cichlid_populate_umd_state_clk()
1494 pstate_table->socclk_pstate.min = soc_table->min; in sienna_cichlid_populate_umd_state_clk()
1495 pstate_table->socclk_pstate.peak = soc_table->max; in sienna_cichlid_populate_umd_state_clk()
1500 pstate_table->gfxclk_pstate.standard = SIENNA_CICHLID_UMD_PSTATE_PROFILING_GFXCLK; in sienna_cichlid_populate_umd_state_clk()
1501 pstate_table->uclk_pstate.standard = SIENNA_CICHLID_UMD_PSTATE_PROFILING_MEMCLK; in sienna_cichlid_populate_umd_state_clk()
[all …]
/Linux-v6.6/drivers/gpu/drm/amd/pm/swsmu/
Damdgpu_smu.c2547 struct smu_umd_pstate_table *pstate_table = in smu_read_sensor() local
2548 &smu->pstate_table; in smu_read_sensor()
2567 *((uint32_t *)data) = pstate_table->gfxclk_pstate.standard * 100; in smu_read_sensor()
2571 *((uint32_t *)data) = pstate_table->uclk_pstate.standard * 100; in smu_read_sensor()
2575 *((uint32_t *)data) = pstate_table->gfxclk_pstate.peak * 100; in smu_read_sensor()
2579 *((uint32_t *)data) = pstate_table->uclk_pstate.peak * 100; in smu_read_sensor()
/Linux-v6.6/drivers/gpu/drm/amd/pm/swsmu/inc/
Damdgpu_smu.h493 struct smu_umd_pstate_table pstate_table; member