Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/swsmu/smu11/
Darcturus_ppt.c500 struct smu_umd_pstate_table *pstate_table = in arcturus_populate_umd_state_clk() local
501 &smu->pstate_table; in arcturus_populate_umd_state_clk()
503 pstate_table->gfxclk_pstate.min = gfx_table->min; in arcturus_populate_umd_state_clk()
504 pstate_table->gfxclk_pstate.peak = gfx_table->max; in arcturus_populate_umd_state_clk()
506 pstate_table->uclk_pstate.min = mem_table->min; in arcturus_populate_umd_state_clk()
507 pstate_table->uclk_pstate.peak = mem_table->max; in arcturus_populate_umd_state_clk()
509 pstate_table->socclk_pstate.min = soc_table->min; in arcturus_populate_umd_state_clk()
510 pstate_table->socclk_pstate.peak = soc_table->max; in arcturus_populate_umd_state_clk()
515 pstate_table->gfxclk_pstate.standard = in arcturus_populate_umd_state_clk()
517 pstate_table->uclk_pstate.standard = in arcturus_populate_umd_state_clk()
[all …]
Dnavi10_ppt.c1168 struct smu_umd_pstate_table *pstate_table = in navi10_populate_umd_state_clk() local
1169 &smu->pstate_table; in navi10_populate_umd_state_clk()
1173 pstate_table->gfxclk_pstate.min = gfx_table->min; in navi10_populate_umd_state_clk()
1220 pstate_table->gfxclk_pstate.peak = sclk_freq; in navi10_populate_umd_state_clk()
1222 pstate_table->uclk_pstate.min = mem_table->min; in navi10_populate_umd_state_clk()
1223 pstate_table->uclk_pstate.peak = mem_table->max; in navi10_populate_umd_state_clk()
1225 pstate_table->socclk_pstate.min = soc_table->min; in navi10_populate_umd_state_clk()
1226 pstate_table->socclk_pstate.peak = soc_table->max; in navi10_populate_umd_state_clk()
1231 pstate_table->gfxclk_pstate.standard = in navi10_populate_umd_state_clk()
1233 pstate_table->uclk_pstate.standard = in navi10_populate_umd_state_clk()
[all …]
Dsmu_v11_0.c1734 struct smu_umd_pstate_table *pstate_table = in smu_v11_0_set_performance_level() local
1735 &smu->pstate_table; in smu_v11_0_set_performance_level()
1762 sclk_min = sclk_max = pstate_table->gfxclk_pstate.standard; in smu_v11_0_set_performance_level()
1763 mclk_min = mclk_max = pstate_table->uclk_pstate.standard; in smu_v11_0_set_performance_level()
1764 socclk_min = socclk_max = pstate_table->socclk_pstate.standard; in smu_v11_0_set_performance_level()
1767 sclk_min = sclk_max = pstate_table->gfxclk_pstate.min; in smu_v11_0_set_performance_level()
1770 mclk_min = mclk_max = pstate_table->uclk_pstate.min; in smu_v11_0_set_performance_level()
1773 sclk_min = sclk_max = pstate_table->gfxclk_pstate.peak; in smu_v11_0_set_performance_level()
1774 mclk_min = mclk_max = pstate_table->uclk_pstate.peak; in smu_v11_0_set_performance_level()
1775 socclk_min = socclk_max = pstate_table->socclk_pstate.peak; in smu_v11_0_set_performance_level()
Dsienna_cichlid_ppt.c1095 struct smu_umd_pstate_table *pstate_table = in sienna_cichlid_populate_umd_state_clk() local
1096 &smu->pstate_table; in sienna_cichlid_populate_umd_state_clk()
1098 pstate_table->gfxclk_pstate.min = gfx_table->min; in sienna_cichlid_populate_umd_state_clk()
1099 pstate_table->gfxclk_pstate.peak = gfx_table->max; in sienna_cichlid_populate_umd_state_clk()
1101 pstate_table->uclk_pstate.min = mem_table->min; in sienna_cichlid_populate_umd_state_clk()
1102 pstate_table->uclk_pstate.peak = mem_table->max; in sienna_cichlid_populate_umd_state_clk()
1104 pstate_table->socclk_pstate.min = soc_table->min; in sienna_cichlid_populate_umd_state_clk()
1105 pstate_table->socclk_pstate.peak = soc_table->max; in sienna_cichlid_populate_umd_state_clk()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/swsmu/
Damdgpu_smu.c2100 struct smu_umd_pstate_table *pstate_table = in smu_read_sensor() local
2101 &smu->pstate_table; in smu_read_sensor()
2118 *((uint32_t *)data) = pstate_table->gfxclk_pstate.standard * 100; in smu_read_sensor()
2122 *((uint32_t *)data) = pstate_table->uclk_pstate.standard * 100; in smu_read_sensor()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/inc/
Damdgpu_smu.h417 struct smu_umd_pstate_table pstate_table; member