Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dvega10_hwmgr.c5232 struct vega10_single_dpm_table *gfx_dpm_table = in vega10_odn_update_power_state() local
5247 gfx_dpm_table->dpm_levels[gfx_dpm_table->count - 1].value) in vega10_odn_update_power_state()
5249 gfx_dpm_table->dpm_levels[gfx_dpm_table->count - 1].value; in vega10_odn_update_power_state()
5269 gfx_dpm_table->dpm_levels[gfx_dpm_table->count - 1].value) in vega10_odn_update_power_state()
5271 gfx_dpm_table->dpm_levels[gfx_dpm_table->count - 1].value; in vega10_odn_update_power_state()
Dvega12_hwmgr.c1700 struct vega12_single_dpm_table *gfx_dpm_table = &(data->dpm_table.gfx_table); in vega12_get_profiling_clk_mask() local
1708 if (gfx_dpm_table->count > VEGA12_UMD_PSTATE_GFXCLK_LEVEL && in vega12_get_profiling_clk_mask()
1721 *sclk_mask = gfx_dpm_table->count - 1; in vega12_get_profiling_clk_mask()
Dvega20_hwmgr.c2525 struct vega20_single_dpm_table *gfx_dpm_table = &(data->dpm_table.gfx_table); in vega20_get_profiling_clk_mask() local
2533 if (gfx_dpm_table->count > VEGA20_UMD_PSTATE_GFXCLK_LEVEL && in vega20_get_profiling_clk_mask()
2546 *sclk_mask = gfx_dpm_table->count - 1; in vega20_get_profiling_clk_mask()