Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Dnavi10_ppt.c1173 pstate_table->gfxclk_pstate.min = gfx_table->min; in navi10_populate_umd_state_clk()
1220 pstate_table->gfxclk_pstate.peak = sclk_freq; in navi10_populate_umd_state_clk()
1231 pstate_table->gfxclk_pstate.standard = in navi10_populate_umd_state_clk()
1238 pstate_table->gfxclk_pstate.standard = in navi10_populate_umd_state_clk()
1239 pstate_table->gfxclk_pstate.min; in navi10_populate_umd_state_clk()
H A Darcturus_ppt.c503 pstate_table->gfxclk_pstate.min = gfx_table->min; in arcturus_populate_umd_state_clk()
504 pstate_table->gfxclk_pstate.peak = gfx_table->max; in arcturus_populate_umd_state_clk()
515 pstate_table->gfxclk_pstate.standard = in arcturus_populate_umd_state_clk()
522 pstate_table->gfxclk_pstate.standard = in arcturus_populate_umd_state_clk()
523 pstate_table->gfxclk_pstate.min; in arcturus_populate_umd_state_clk()
H A 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()
H A Dsienna_cichlid_ppt.c1098 pstate_table->gfxclk_pstate.min = gfx_table->min; in sienna_cichlid_populate_umd_state_clk()
1099 pstate_table->gfxclk_pstate.peak = gfx_table->max; in sienna_cichlid_populate_umd_state_clk()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/inc/
H A Damdgpu_smu.h368 struct pstates_clk_freq gfxclk_pstate; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/swsmu/
H A Damdgpu_smu.c2118 *((uint32_t *)data) = pstate_table->gfxclk_pstate.standard * 100; in smu_read_sensor()