Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/swsmu/smu11/
Darcturus_ppt.c491 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()
502 pstate_table->uclk_pstate.standard = in arcturus_populate_umd_state_clk()
509 pstate_table->uclk_pstate.standard = in arcturus_populate_umd_state_clk()
510 pstate_table->uclk_pstate.min; in arcturus_populate_umd_state_clk()
Dnavi10_ppt.c1207 pstate_table->uclk_pstate.min = mem_table->min; in navi10_populate_umd_state_clk()
1208 pstate_table->uclk_pstate.peak = mem_table->max; in navi10_populate_umd_state_clk()
1218 pstate_table->uclk_pstate.standard = in navi10_populate_umd_state_clk()
1225 pstate_table->uclk_pstate.standard = in navi10_populate_umd_state_clk()
1226 pstate_table->uclk_pstate.min; in navi10_populate_umd_state_clk()
Dsmu_v11_0.c1759 mclk_min = mclk_max = pstate_table->uclk_pstate.standard; in smu_v11_0_set_performance_level()
1766 mclk_min = mclk_max = pstate_table->uclk_pstate.min; in smu_v11_0_set_performance_level()
1770 mclk_min = mclk_max = pstate_table->uclk_pstate.peak; in smu_v11_0_set_performance_level()
Dsienna_cichlid_ppt.c1070 pstate_table->uclk_pstate.min = mem_table->min; in sienna_cichlid_populate_umd_state_clk()
1071 pstate_table->uclk_pstate.peak = mem_table->max; in sienna_cichlid_populate_umd_state_clk()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/inc/
Damdgpu_smu.h370 struct pstates_clk_freq uclk_pstate; member
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/swsmu/
Damdgpu_smu.c2122 *((uint32_t *)data) = pstate_table->uclk_pstate.standard * 100; in smu_read_sensor()