Searched refs:mem_dpm_table (Results 1 – 2 of 2) sorted by relevance
1042 struct vega12_single_dpm_table *mem_dpm_table = &(data->dpm_table.mem_table); in vega12_populate_umdpstate_clocks() local1045 mem_dpm_table->count > VEGA12_UMD_PSTATE_MCLK_LEVEL) { in vega12_populate_umdpstate_clocks()1047 hwmgr->pstate_mclk = mem_dpm_table->dpm_levels[VEGA12_UMD_PSTATE_MCLK_LEVEL].value; in vega12_populate_umdpstate_clocks()1050 hwmgr->pstate_mclk = mem_dpm_table->dpm_levels[0].value; in vega12_populate_umdpstate_clocks()1054 hwmgr->pstate_mclk_peak = mem_dpm_table->dpm_levels[mem_dpm_table->count].value; in vega12_populate_umdpstate_clocks()1732 struct vega12_single_dpm_table *mem_dpm_table = &(data->dpm_table.mem_table); in vega12_get_profiling_clk_mask() local1740 mem_dpm_table->count > VEGA12_UMD_PSTATE_MCLK_LEVEL && in vega12_get_profiling_clk_mask()1753 *mclk_mask = mem_dpm_table->count - 1; in vega12_get_profiling_clk_mask()
2539 struct vega20_single_dpm_table *mem_dpm_table = &(data->dpm_table.mem_table); in vega20_get_profiling_clk_mask() local2547 mem_dpm_table->count > VEGA20_UMD_PSTATE_MCLK_LEVEL && in vega20_get_profiling_clk_mask()2560 *mclk_mask = mem_dpm_table->count - 1; in vega20_get_profiling_clk_mask()