Searched refs:gfxclk_pstate (Results 1 – 6 of 6) sorted by relevance
488 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()
1155 pstate_table->gfxclk_pstate.min = gfx_table->min; in navi10_populate_umd_state_clk()1202 pstate_table->gfxclk_pstate.peak = sclk_freq; in navi10_populate_umd_state_clk()1213 pstate_table->gfxclk_pstate.standard = in navi10_populate_umd_state_clk()1220 pstate_table->gfxclk_pstate.standard = in navi10_populate_umd_state_clk()1221 pstate_table->gfxclk_pstate.min; in navi10_populate_umd_state_clk()
1729 sclk_min = sclk_max = pstate_table->gfxclk_pstate.standard; in smu_v11_0_set_performance_level()1734 sclk_min = sclk_max = pstate_table->gfxclk_pstate.min; in smu_v11_0_set_performance_level()1740 sclk_min = sclk_max = pstate_table->gfxclk_pstate.peak; in smu_v11_0_set_performance_level()
1065 pstate_table->gfxclk_pstate.min = gfx_table->min; in sienna_cichlid_populate_umd_state_clk()1066 pstate_table->gfxclk_pstate.peak = gfx_table->max; in sienna_cichlid_populate_umd_state_clk()
368 struct pstates_clk_freq gfxclk_pstate; member
2117 *((uint32_t *)data) = pstate_table->gfxclk_pstate.standard * 100; in smu_read_sensor()