Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/amd/pm/swsmu/smu13/
Daldebaran_ppt.c502 pstate_table->gfxclk_pstate.min = gfx_table->min; in aldebaran_populate_umd_state_clk()
503 pstate_table->gfxclk_pstate.peak = gfx_table->max; in aldebaran_populate_umd_state_clk()
504 pstate_table->gfxclk_pstate.curr.min = gfx_table->min; in aldebaran_populate_umd_state_clk()
505 pstate_table->gfxclk_pstate.curr.max = gfx_table->max; in aldebaran_populate_umd_state_clk()
520 pstate_table->gfxclk_pstate.standard = in aldebaran_populate_umd_state_clk()
527 pstate_table->gfxclk_pstate.standard = in aldebaran_populate_umd_state_clk()
528 pstate_table->gfxclk_pstate.min; in aldebaran_populate_umd_state_clk()
766 min_clk = pstate_table->gfxclk_pstate.curr.min; in aldebaran_print_clk_levels()
767 max_clk = pstate_table->gfxclk_pstate.curr.max; in aldebaran_print_clk_levels()
1277 pstate_table->gfxclk_pstate.curr.max = gfx_table->max; in aldebaran_set_performance_level()
[all …]
Dsmu_v13_0.c1658 sclk_min = sclk_max = pstate_table->gfxclk_pstate.standard; in smu_v13_0_set_performance_level()
1663 sclk_min = sclk_max = pstate_table->gfxclk_pstate.min; in smu_v13_0_set_performance_level()
1669 sclk_min = sclk_max = pstate_table->gfxclk_pstate.peak; in smu_v13_0_set_performance_level()
1692 pstate_table->gfxclk_pstate.curr.min = sclk_min; in smu_v13_0_set_performance_level()
1693 pstate_table->gfxclk_pstate.curr.max = sclk_max; in smu_v13_0_set_performance_level()
/Linux-v5.15/drivers/gpu/drm/amd/pm/swsmu/smu11/
Darcturus_ppt.c540 pstate_table->gfxclk_pstate.min = gfx_table->min; in arcturus_populate_umd_state_clk()
541 pstate_table->gfxclk_pstate.peak = gfx_table->max; in arcturus_populate_umd_state_clk()
552 pstate_table->gfxclk_pstate.standard = in arcturus_populate_umd_state_clk()
559 pstate_table->gfxclk_pstate.standard = in arcturus_populate_umd_state_clk()
560 pstate_table->gfxclk_pstate.min; in arcturus_populate_umd_state_clk()
Dnavi10_ppt.c1511 pstate_table->gfxclk_pstate.min = gfx_table->min; in navi10_populate_umd_state_clk()
1558 pstate_table->gfxclk_pstate.peak = sclk_freq; in navi10_populate_umd_state_clk()
1569 pstate_table->gfxclk_pstate.standard = in navi10_populate_umd_state_clk()
1576 pstate_table->gfxclk_pstate.standard = in navi10_populate_umd_state_clk()
1577 pstate_table->gfxclk_pstate.min; in navi10_populate_umd_state_clk()
Dsmu_v11_0.c1907 sclk_min = sclk_max = pstate_table->gfxclk_pstate.standard; in smu_v11_0_set_performance_level()
1912 sclk_min = sclk_max = pstate_table->gfxclk_pstate.min; in smu_v11_0_set_performance_level()
1918 sclk_min = sclk_max = pstate_table->gfxclk_pstate.peak; in smu_v11_0_set_performance_level()
Dsienna_cichlid_ppt.c1282 pstate_table->gfxclk_pstate.min = gfx_table->min; in sienna_cichlid_populate_umd_state_clk()
1283 pstate_table->gfxclk_pstate.peak = gfx_table->max; in sienna_cichlid_populate_umd_state_clk()
1285 pstate_table->gfxclk_pstate.standard = SIENNA_CICHLID_UMD_PSTATE_PROFILING_GFXCLK; in sienna_cichlid_populate_umd_state_clk()
/Linux-v5.15/drivers/gpu/drm/amd/pm/inc/
Damdgpu_smu.h457 struct pstates_clk_freq gfxclk_pstate; member
/Linux-v5.15/drivers/gpu/drm/amd/pm/swsmu/
Damdgpu_smu.c2451 *((uint32_t *)data) = pstate_table->gfxclk_pstate.standard * 100; in smu_read_sensor()