Searched refs:gfx_dpm_table (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dvega12_hwmgr.c1031 struct vega12_single_dpm_table *gfx_dpm_table = &(data->dpm_table.gfx_table); local
1034 if (gfx_dpm_table->count > VEGA12_UMD_PSTATE_GFXCLK_LEVEL &&
1036 hwmgr->pstate_sclk = gfx_dpm_table->dpm_levels[VEGA12_UMD_PSTATE_GFXCLK_LEVEL].value;
1039 hwmgr->pstate_sclk = gfx_dpm_table->dpm_levels[0].value;
1043 hwmgr->pstate_sclk_peak = gfx_dpm_table->dpm_levels[gfx_dpm_table->count].value;
1721 struct vega12_single_dpm_table *gfx_dpm_table = &(data->dpm_table.gfx_table); local
1729 if (gfx_dpm_table->count > VEGA12_UMD_PSTATE_GFXCLK_LEVEL &&
1742 *sclk_mask = gfx_dpm_table->count - 1;
H A Dvega10_hwmgr.c5411 struct vega10_single_dpm_table *gfx_dpm_table = local
5426 gfx_dpm_table->dpm_levels[gfx_dpm_table->count - 1].value)
5428 gfx_dpm_table->dpm_levels[gfx_dpm_table->count - 1].value;
5448 gfx_dpm_table->dpm_levels[gfx_dpm_table->count - 1].value)
5450 gfx_dpm_table->dpm_levels[gfx_dpm_table->count - 1].value;
H A Dvega20_hwmgr.c2526 struct vega20_single_dpm_table *gfx_dpm_table = &(data->dpm_table.gfx_table); local
2534 if (gfx_dpm_table->count > VEGA20_UMD_PSTATE_GFXCLK_LEVEL &&
2547 *sclk_mask = gfx_dpm_table->count - 1;

Completed in 209 milliseconds