Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/amd/pm/swsmu/smu11/
Darcturus_ppt.c485 struct smu_umd_pstate_table *pstate_table = in arcturus_populate_umd_state_clk() local
486 &smu->pstate_table; in arcturus_populate_umd_state_clk()
488 pstate_table->gfxclk_pstate.min = gfx_table->min; in arcturus_populate_umd_state_clk()
489 pstate_table->gfxclk_pstate.peak = gfx_table->max; in arcturus_populate_umd_state_clk()
491 pstate_table->uclk_pstate.min = mem_table->min; in arcturus_populate_umd_state_clk()
492 pstate_table->uclk_pstate.peak = mem_table->max; in arcturus_populate_umd_state_clk()
494 pstate_table->socclk_pstate.min = soc_table->min; in arcturus_populate_umd_state_clk()
495 pstate_table->socclk_pstate.peak = soc_table->max; in arcturus_populate_umd_state_clk()
500 pstate_table->gfxclk_pstate.standard = in arcturus_populate_umd_state_clk()
502 pstate_table->uclk_pstate.standard = in arcturus_populate_umd_state_clk()
[all …]
Dnavi10_ppt.c1150 struct smu_umd_pstate_table *pstate_table = in navi10_populate_umd_state_clk() local
1151 &smu->pstate_table; in navi10_populate_umd_state_clk()
1155 pstate_table->gfxclk_pstate.min = gfx_table->min; in navi10_populate_umd_state_clk()
1202 pstate_table->gfxclk_pstate.peak = sclk_freq; in navi10_populate_umd_state_clk()
1204 pstate_table->uclk_pstate.min = mem_table->min; in navi10_populate_umd_state_clk()
1205 pstate_table->uclk_pstate.peak = mem_table->max; in navi10_populate_umd_state_clk()
1207 pstate_table->socclk_pstate.min = soc_table->min; in navi10_populate_umd_state_clk()
1208 pstate_table->socclk_pstate.peak = soc_table->max; in navi10_populate_umd_state_clk()
1213 pstate_table->gfxclk_pstate.standard = in navi10_populate_umd_state_clk()
1215 pstate_table->uclk_pstate.standard = in navi10_populate_umd_state_clk()
[all …]
Dsmu_v11_0.c1701 struct smu_umd_pstate_table *pstate_table = in smu_v11_0_set_performance_level() local
1702 &smu->pstate_table; in smu_v11_0_set_performance_level()
1729 sclk_min = sclk_max = pstate_table->gfxclk_pstate.standard; in smu_v11_0_set_performance_level()
1730 mclk_min = mclk_max = pstate_table->uclk_pstate.standard; in smu_v11_0_set_performance_level()
1731 socclk_min = socclk_max = pstate_table->socclk_pstate.standard; in smu_v11_0_set_performance_level()
1734 sclk_min = sclk_max = pstate_table->gfxclk_pstate.min; in smu_v11_0_set_performance_level()
1737 mclk_min = mclk_max = pstate_table->uclk_pstate.min; in smu_v11_0_set_performance_level()
1740 sclk_min = sclk_max = pstate_table->gfxclk_pstate.peak; in smu_v11_0_set_performance_level()
1741 mclk_min = mclk_max = pstate_table->uclk_pstate.peak; in smu_v11_0_set_performance_level()
1742 socclk_min = socclk_max = pstate_table->socclk_pstate.peak; in smu_v11_0_set_performance_level()
Dsienna_cichlid_ppt.c1062 struct smu_umd_pstate_table *pstate_table = in sienna_cichlid_populate_umd_state_clk() local
1063 &smu->pstate_table; in sienna_cichlid_populate_umd_state_clk()
1065 pstate_table->gfxclk_pstate.min = gfx_table->min; in sienna_cichlid_populate_umd_state_clk()
1066 pstate_table->gfxclk_pstate.peak = gfx_table->max; in sienna_cichlid_populate_umd_state_clk()
1068 pstate_table->uclk_pstate.min = mem_table->min; in sienna_cichlid_populate_umd_state_clk()
1069 pstate_table->uclk_pstate.peak = mem_table->max; in sienna_cichlid_populate_umd_state_clk()
1071 pstate_table->socclk_pstate.min = soc_table->min; in sienna_cichlid_populate_umd_state_clk()
1072 pstate_table->socclk_pstate.peak = soc_table->max; in sienna_cichlid_populate_umd_state_clk()
/Linux-v5.10/drivers/gpu/drm/amd/pm/swsmu/
Damdgpu_smu.c2099 struct smu_umd_pstate_table *pstate_table = in smu_read_sensor() local
2100 &smu->pstate_table; in smu_read_sensor()
2117 *((uint32_t *)data) = pstate_table->gfxclk_pstate.standard * 100; in smu_read_sensor()
2121 *((uint32_t *)data) = pstate_table->uclk_pstate.standard * 100; in smu_read_sensor()
/Linux-v5.10/drivers/gpu/drm/amd/pm/inc/
Damdgpu_smu.h417 struct smu_umd_pstate_table pstate_table; member