Searched refs:gfx_dpm_table (Results 1 – 3 of 3) sorted by relevance
1041 struct vega12_single_dpm_table *gfx_dpm_table = &(data->dpm_table.gfx_table); in vega12_populate_umdpstate_clocks() local1044 if (gfx_dpm_table->count > VEGA12_UMD_PSTATE_GFXCLK_LEVEL && in vega12_populate_umdpstate_clocks()1046 hwmgr->pstate_sclk = gfx_dpm_table->dpm_levels[VEGA12_UMD_PSTATE_GFXCLK_LEVEL].value; in vega12_populate_umdpstate_clocks()1049 hwmgr->pstate_sclk = gfx_dpm_table->dpm_levels[0].value; in vega12_populate_umdpstate_clocks()1053 hwmgr->pstate_sclk_peak = gfx_dpm_table->dpm_levels[gfx_dpm_table->count].value; in vega12_populate_umdpstate_clocks()1731 struct vega12_single_dpm_table *gfx_dpm_table = &(data->dpm_table.gfx_table); in vega12_get_profiling_clk_mask() local1739 if (gfx_dpm_table->count > VEGA12_UMD_PSTATE_GFXCLK_LEVEL && in vega12_get_profiling_clk_mask()1752 *sclk_mask = gfx_dpm_table->count - 1; in vega12_get_profiling_clk_mask()
5462 struct vega10_single_dpm_table *gfx_dpm_table = in vega10_odn_update_power_state() local5480 gfx_dpm_table->dpm_levels[gfx_dpm_table->count - 1].value) in vega10_odn_update_power_state()5482 gfx_dpm_table->dpm_levels[gfx_dpm_table->count - 1].value; in vega10_odn_update_power_state()5505 gfx_dpm_table->dpm_levels[gfx_dpm_table->count - 1].value) in vega10_odn_update_power_state()5507 gfx_dpm_table->dpm_levels[gfx_dpm_table->count - 1].value; in vega10_odn_update_power_state()
2537 struct vega20_single_dpm_table *gfx_dpm_table = &(data->dpm_table.gfx_table); in vega20_get_profiling_clk_mask() local2545 if (gfx_dpm_table->count > VEGA20_UMD_PSTATE_GFXCLK_LEVEL && in vega20_get_profiling_clk_mask()2558 *sclk_mask = gfx_dpm_table->count - 1; in vega20_get_profiling_clk_mask()