HomeSort by: relevance | last modified time | path
    Searched refs:soc_dpm_table (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
amdgpu_vega10_hwmgr.c 5108 struct vega10_single_dpm_table *soc_dpm_table = local in function:vega10_odn_update_power_state
5126 soc_dpm_table->dpm_levels[soc_dpm_table->count - 1].value)
5128 soc_dpm_table->dpm_levels[soc_dpm_table->count - 1].value;
5148 soc_dpm_table->dpm_levels[soc_dpm_table->count - 1].value)
5150 soc_dpm_table->dpm_levels[soc_dpm_table->count - 1].value;
amdgpu_vega12_hwmgr.c 1593 struct vega12_single_dpm_table *soc_dpm_table = &(data->dpm_table.soc_table); local in function:vega12_get_profiling_clk_mask
1601 soc_dpm_table->count > VEGA12_UMD_PSTATE_SOCCLK_LEVEL) {
1614 *soc_mask = soc_dpm_table->count - 1;
amdgpu_vega20_hwmgr.c 2489 struct vega20_single_dpm_table *soc_dpm_table = &(data->dpm_table.soc_table); local in function:vega20_get_profiling_clk_mask
2497 soc_dpm_table->count > VEGA20_UMD_PSTATE_SOCCLK_LEVEL) {
2510 *soc_mask = soc_dpm_table->count - 1;
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/
amdgpu_arcturus_ppt.c 1252 struct arcturus_single_dpm_table *soc_dpm_table; local in function:arcturus_get_profiling_clk_mask
1259 soc_dpm_table = &dpm_table->soc_table;
1267 soc_dpm_table->count > ARCTURUS_UMD_PSTATE_SOCCLK_LEVEL) {
1280 *soc_mask = soc_dpm_table->count - 1;
amdgpu_vega20_ppt.c 1982 struct vega20_single_dpm_table *soc_dpm_table; local in function:vega20_get_profiling_clk_mask
1989 soc_dpm_table = &dpm_table->soc_table;
1997 soc_dpm_table->count > VEGA20_UMD_PSTATE_SOCCLK_LEVEL) {
2010 *soc_mask = soc_dpm_table->count - 1;

Completed in 144 milliseconds