Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/pm/swsmu/smu13/
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()
Dsmu_v13_0.c1764 mclk_min = mclk_max = pstate_table->uclk_pstate.standard; in smu_v13_0_set_performance_level()
1774 mclk_min = mclk_max = pstate_table->uclk_pstate.min; in smu_v13_0_set_performance_level()
1778 mclk_min = mclk_max = pstate_table->uclk_pstate.peak; in smu_v13_0_set_performance_level()
1824 pstate_table->uclk_pstate.curr.min = mclk_min; in smu_v13_0_set_performance_level()
1825 pstate_table->uclk_pstate.curr.max = mclk_max; in smu_v13_0_set_performance_level()
Dsmu_v13_0_7_ppt.c1334 pstate_table->uclk_pstate.min = mem_table->min; in smu_v13_0_7_populate_umd_state_clk()
1335 pstate_table->uclk_pstate.peak = mem_table->max; in smu_v13_0_7_populate_umd_state_clk()
1354 pstate_table->uclk_pstate.standard = mem_table->min; in smu_v13_0_7_populate_umd_state_clk()
Dsmu_v13_0_0_ppt.c1392 pstate_table->uclk_pstate.min = mem_table->min; in smu_v13_0_0_populate_umd_state_clk()
1393 pstate_table->uclk_pstate.peak = mem_table->max; in smu_v13_0_0_populate_umd_state_clk()
1412 pstate_table->uclk_pstate.standard = mem_table->max; in smu_v13_0_0_populate_umd_state_clk()
/linux-6.1.9/drivers/gpu/drm/amd/pm/swsmu/smu11/
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()
Dsmu_v11_0.c1891 mclk_min = mclk_max = pstate_table->uclk_pstate.standard; in smu_v11_0_set_performance_level()
1898 mclk_min = mclk_max = pstate_table->uclk_pstate.min; in smu_v11_0_set_performance_level()
1902 mclk_min = mclk_max = pstate_table->uclk_pstate.peak; in smu_v11_0_set_performance_level()
Dnavi10_ppt.c1756 pstate_table->uclk_pstate.min = mem_table->min; in navi10_populate_umd_state_clk()
1757 pstate_table->uclk_pstate.peak = mem_table->max; in navi10_populate_umd_state_clk()
1767 pstate_table->uclk_pstate.standard = in navi10_populate_umd_state_clk()
1774 pstate_table->uclk_pstate.standard = in navi10_populate_umd_state_clk()
1775 pstate_table->uclk_pstate.min; in navi10_populate_umd_state_clk()
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.1.9/drivers/gpu/drm/amd/pm/swsmu/inc/
Damdgpu_smu.h455 struct pstates_clk_freq uclk_pstate; member
/linux-6.1.9/drivers/gpu/drm/amd/pm/swsmu/
Damdgpu_smu.c2472 *((uint32_t *)data) = pstate_table->uclk_pstate.standard * 100; in smu_read_sensor()