Lines Matching refs:gfx_table

429 	single_dpm_table = &(dpm_table->gfx_table);  in arcturus_set_default_dpm_table()
540 struct arcturus_single_dpm_table *gfx_table = NULL; in arcturus_populate_umd_state_clk() local
544 gfx_table = &(dpm_table->gfx_table); in arcturus_populate_umd_state_clk()
547 smu->pstate_sclk = gfx_table->dpm_levels[0].value; in arcturus_populate_umd_state_clk()
550 if (gfx_table->count > ARCTURUS_UMD_PSTATE_GFXCLK_LEVEL && in arcturus_populate_umd_state_clk()
552 smu->pstate_sclk = gfx_table->dpm_levels[ARCTURUS_UMD_PSTATE_GFXCLK_LEVEL].value; in arcturus_populate_umd_state_clk()
606 single_dpm_table = &(dpm_table->gfx_table); in arcturus_print_clk_levels()
705 single_dpm_table = &(dpm_table->gfx_table); in arcturus_upload_dpm_level()
768 single_dpm_table = &(dpm_table->gfx_table); in arcturus_force_clk_levels()
1194 soft_level = arcturus_find_highest_dpm_level(&(dpm_table->gfx_table)); in arcturus_force_dpm_limit_value()
1196 soft_level = arcturus_find_lowest_dpm_level(&(dpm_table->gfx_table)); in arcturus_force_dpm_limit_value()
1198 dpm_table->gfx_table.dpm_state.soft_min_level = in arcturus_force_dpm_limit_value()
1199 dpm_table->gfx_table.dpm_state.soft_max_level = in arcturus_force_dpm_limit_value()
1200 dpm_table->gfx_table.dpm_levels[soft_level].value; in arcturus_force_dpm_limit_value()
1247 soft_min_level = arcturus_find_lowest_dpm_level(&(dpm_table->gfx_table)); in arcturus_unforce_dpm_levels()
1248 soft_max_level = arcturus_find_highest_dpm_level(&(dpm_table->gfx_table)); in arcturus_unforce_dpm_levels()
1249 dpm_table->gfx_table.dpm_state.soft_min_level = in arcturus_unforce_dpm_levels()
1250 dpm_table->gfx_table.dpm_levels[soft_min_level].value; in arcturus_unforce_dpm_levels()
1251 dpm_table->gfx_table.dpm_state.soft_max_level = in arcturus_unforce_dpm_levels()
1252 dpm_table->gfx_table.dpm_levels[soft_max_level].value; in arcturus_unforce_dpm_levels()
1258 dpm_table->gfx_table.dpm_levels[soft_min_level].value; in arcturus_unforce_dpm_levels()
1260 dpm_table->gfx_table.dpm_levels[soft_max_level].value; in arcturus_unforce_dpm_levels()
1301 gfx_dpm_table = &dpm_table->gfx_table; in arcturus_get_profiling_clk_mask()