Home
last modified time | relevance | path

Searched refs:gfxclk_pstate (Results 1 – 10 of 10) sorted by relevance

/Linux-v6.1/drivers/gpu/drm/amd/pm/swsmu/smu13/
Daldebaran_ppt.c518 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()
536 pstate_table->gfxclk_pstate.standard = in aldebaran_populate_umd_state_clk()
543 pstate_table->gfxclk_pstate.standard = in aldebaran_populate_umd_state_clk()
544 pstate_table->gfxclk_pstate.min; in aldebaran_populate_umd_state_clk()
783 min_clk = pstate_table->gfxclk_pstate.curr.min; in aldebaran_print_clk_levels()
784 max_clk = pstate_table->gfxclk_pstate.curr.max; in aldebaran_print_clk_levels()
1284 pstate_table->gfxclk_pstate.curr.max = gfx_table->max; in aldebaran_set_performance_level()
[all …]
Dsmu_v13_0.c1758 sclk_min = sclk_max = pstate_table->gfxclk_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()
1772 sclk_min = sclk_max = pstate_table->gfxclk_pstate.peak; in smu_v13_0_set_performance_level()
1807 pstate_table->gfxclk_pstate.curr.min = sclk_min; in smu_v13_0_set_performance_level()
1808 pstate_table->gfxclk_pstate.curr.max = sclk_max; in smu_v13_0_set_performance_level()
Dsmu_v13_0_7_ppt.c1327 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()
1349 pstate_table->gfxclk_pstate.standard = gfx_table->min; in smu_v13_0_7_populate_umd_state_clk()
Dsmu_v13_0_0_ppt.c1285 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()
1307 pstate_table->gfxclk_pstate.standard = gfx_table->min; in smu_v13_0_0_populate_umd_state_clk()
/Linux-v6.1/drivers/gpu/drm/amd/pm/swsmu/smu11/
Darcturus_ppt.c542 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()
554 pstate_table->gfxclk_pstate.standard = in arcturus_populate_umd_state_clk()
561 pstate_table->gfxclk_pstate.standard = in arcturus_populate_umd_state_clk()
562 pstate_table->gfxclk_pstate.min; in arcturus_populate_umd_state_clk()
Dsmu_v11_0.c1886 sclk_min = sclk_max = pstate_table->gfxclk_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()
1897 sclk_min = sclk_max = pstate_table->gfxclk_pstate.peak; in smu_v11_0_set_performance_level()
Dnavi10_ppt.c1707 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()
1765 pstate_table->gfxclk_pstate.standard = in navi10_populate_umd_state_clk()
1772 pstate_table->gfxclk_pstate.standard = in navi10_populate_umd_state_clk()
1773 pstate_table->gfxclk_pstate.min; in navi10_populate_umd_state_clk()
Dsienna_cichlid_ppt.c1478 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()
1490 pstate_table->gfxclk_pstate.standard = SIENNA_CICHLID_UMD_PSTATE_PROFILING_GFXCLK; in sienna_cichlid_populate_umd_state_clk()
1495 pstate_table->gfxclk_pstate.standard = DIMGREY_CAVEFISH_UMD_PSTATE_PROFILING_GFXCLK; in sienna_cichlid_populate_umd_state_clk()
1500 pstate_table->gfxclk_pstate.standard = BEIGE_GOBY_UMD_PSTATE_PROFILING_GFXCLK; in sienna_cichlid_populate_umd_state_clk()
/Linux-v6.1/drivers/gpu/drm/amd/pm/swsmu/inc/
Damdgpu_smu.h453 struct pstates_clk_freq gfxclk_pstate; member
/Linux-v6.1/drivers/gpu/drm/amd/pm/swsmu/
Damdgpu_smu.c2467 *((uint32_t *)data) = pstate_table->gfxclk_pstate.standard * 100; in smu_read_sensor()