Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/swsmu/smu11/
Darcturus_ppt.c488 pstate_table->gfxclk_pstate.min = gfx_table->min; in arcturus_populate_umd_state_clk()
489 pstate_table->gfxclk_pstate.peak = gfx_table->max; in arcturus_populate_umd_state_clk()
500 pstate_table->gfxclk_pstate.standard = in arcturus_populate_umd_state_clk()
507 pstate_table->gfxclk_pstate.standard = in arcturus_populate_umd_state_clk()
508 pstate_table->gfxclk_pstate.min; in arcturus_populate_umd_state_clk()
Dnavi10_ppt.c1158 pstate_table->gfxclk_pstate.min = gfx_table->min; in navi10_populate_umd_state_clk()
1205 pstate_table->gfxclk_pstate.peak = sclk_freq; in navi10_populate_umd_state_clk()
1216 pstate_table->gfxclk_pstate.standard = in navi10_populate_umd_state_clk()
1223 pstate_table->gfxclk_pstate.standard = in navi10_populate_umd_state_clk()
1224 pstate_table->gfxclk_pstate.min; in navi10_populate_umd_state_clk()
Dsmu_v11_0.c1758 sclk_min = sclk_max = pstate_table->gfxclk_pstate.standard; in smu_v11_0_set_performance_level()
1763 sclk_min = sclk_max = pstate_table->gfxclk_pstate.min; in smu_v11_0_set_performance_level()
1769 sclk_min = sclk_max = pstate_table->gfxclk_pstate.peak; in smu_v11_0_set_performance_level()
Dsienna_cichlid_ppt.c1067 pstate_table->gfxclk_pstate.min = gfx_table->min; in sienna_cichlid_populate_umd_state_clk()
1068 pstate_table->gfxclk_pstate.peak = gfx_table->max; in sienna_cichlid_populate_umd_state_clk()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/inc/
Damdgpu_smu.h368 struct pstates_clk_freq gfxclk_pstate; member
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/swsmu/
Damdgpu_smu.c2118 *((uint32_t *)data) = pstate_table->gfxclk_pstate.standard * 100; in smu_read_sensor()