Searched refs:gfxclk_pstate (Results 1 – 6 of 6) sorted by relevance
1173 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()
503 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()
1758 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()
1098 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()
368 struct pstates_clk_freq gfxclk_pstate; member
2118 *((uint32_t *)data) = pstate_table->gfxclk_pstate.standard * 100; in smu_read_sensor()