Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/amd/pm/swsmu/smu13/
A Daldebaran_ppt.c523 pstate_table->uclk_pstate.min = mem_table->min; in aldebaran_populate_umd_state_clk()
524 pstate_table->uclk_pstate.peak = mem_table->max; in aldebaran_populate_umd_state_clk()
525 pstate_table->uclk_pstate.curr.min = mem_table->min; in aldebaran_populate_umd_state_clk()
526 pstate_table->uclk_pstate.curr.max = mem_table->max; in aldebaran_populate_umd_state_clk()
538 pstate_table->uclk_pstate.standard = in aldebaran_populate_umd_state_clk()
545 pstate_table->uclk_pstate.standard = in aldebaran_populate_umd_state_clk()
546 pstate_table->uclk_pstate.min; in aldebaran_populate_umd_state_clk()
A Dsmu_v13_0.c1779 mclk_min = mclk_max = pstate_table->uclk_pstate.standard; in smu_v13_0_set_performance_level()
1789 mclk_min = mclk_max = pstate_table->uclk_pstate.min; in smu_v13_0_set_performance_level()
1793 mclk_min = mclk_max = pstate_table->uclk_pstate.peak; in smu_v13_0_set_performance_level()
1839 pstate_table->uclk_pstate.curr.min = mclk_min; in smu_v13_0_set_performance_level()
1840 pstate_table->uclk_pstate.curr.max = mclk_max; in smu_v13_0_set_performance_level()
A Dsmu_v13_0_7_ppt.c1336 pstate_table->uclk_pstate.min = mem_table->min; in smu_v13_0_7_populate_umd_state_clk()
1337 pstate_table->uclk_pstate.peak = mem_table->max; in smu_v13_0_7_populate_umd_state_clk()
1356 pstate_table->uclk_pstate.standard = mem_table->min; in smu_v13_0_7_populate_umd_state_clk()
A Dsmu_v13_0_0_ppt.c1417 pstate_table->uclk_pstate.min = mem_table->min; in smu_v13_0_0_populate_umd_state_clk()
1418 pstate_table->uclk_pstate.peak = mem_table->max; in smu_v13_0_0_populate_umd_state_clk()
1437 pstate_table->uclk_pstate.standard = mem_table->max; in smu_v13_0_0_populate_umd_state_clk()
/linux-6.3-rc2/drivers/gpu/drm/amd/pm/swsmu/smu11/
A Darcturus_ppt.c545 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()
556 pstate_table->uclk_pstate.standard = in arcturus_populate_umd_state_clk()
563 pstate_table->uclk_pstate.standard = in arcturus_populate_umd_state_clk()
564 pstate_table->uclk_pstate.min; in arcturus_populate_umd_state_clk()
A Dsmu_v11_0.c1876 mclk_min = mclk_max = pstate_table->uclk_pstate.standard; in smu_v11_0_set_performance_level()
1883 mclk_min = mclk_max = pstate_table->uclk_pstate.min; in smu_v11_0_set_performance_level()
1887 mclk_min = mclk_max = pstate_table->uclk_pstate.peak; in smu_v11_0_set_performance_level()
A Dnavi10_ppt.c1762 pstate_table->uclk_pstate.min = mem_table->min; in navi10_populate_umd_state_clk()
1763 pstate_table->uclk_pstate.peak = mem_table->max; in navi10_populate_umd_state_clk()
1773 pstate_table->uclk_pstate.standard = in navi10_populate_umd_state_clk()
1780 pstate_table->uclk_pstate.standard = in navi10_populate_umd_state_clk()
1781 pstate_table->uclk_pstate.min; in navi10_populate_umd_state_clk()
A Dsienna_cichlid_ppt.c1481 pstate_table->uclk_pstate.min = mem_table->min; in sienna_cichlid_populate_umd_state_clk()
1482 pstate_table->uclk_pstate.peak = mem_table->max; in sienna_cichlid_populate_umd_state_clk()
1491 pstate_table->uclk_pstate.standard = SIENNA_CICHLID_UMD_PSTATE_PROFILING_MEMCLK; in sienna_cichlid_populate_umd_state_clk()
1496 pstate_table->uclk_pstate.standard = DIMGREY_CAVEFISH_UMD_PSTATE_PROFILING_MEMCLK; in sienna_cichlid_populate_umd_state_clk()
1501 pstate_table->uclk_pstate.standard = BEIGE_GOBY_UMD_PSTATE_PROFILING_MEMCLK; in sienna_cichlid_populate_umd_state_clk()
/linux-6.3-rc2/drivers/gpu/drm/amd/pm/swsmu/inc/
A Damdgpu_smu.h456 struct pstates_clk_freq uclk_pstate; member
/linux-6.3-rc2/drivers/gpu/drm/amd/pm/swsmu/
A Damdgpu_smu.c2491 *((uint32_t *)data) = pstate_table->uclk_pstate.standard * 100; in smu_read_sensor()
2499 *((uint32_t *)data) = pstate_table->uclk_pstate.peak * 100; in smu_read_sensor()

Completed in 48 milliseconds