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

/openbsd-current/sys/dev/pci/drm/amd/pm/powerplay/hwmgr/
H A Dvega12_hwmgr.c1032 struct vega12_single_dpm_table *mem_dpm_table = &(data->dpm_table.mem_table); local
1035 mem_dpm_table->count > VEGA12_UMD_PSTATE_MCLK_LEVEL) {
1037 hwmgr->pstate_mclk = mem_dpm_table->dpm_levels[VEGA12_UMD_PSTATE_MCLK_LEVEL].value;
1040 hwmgr->pstate_mclk = mem_dpm_table->dpm_levels[0].value;
1044 hwmgr->pstate_mclk_peak = mem_dpm_table->dpm_levels[mem_dpm_table->count].value;
1722 struct vega12_single_dpm_table *mem_dpm_table = &(data->dpm_table.mem_table); local
1730 mem_dpm_table->count > VEGA12_UMD_PSTATE_MCLK_LEVEL &&
1743 *mclk_mask = mem_dpm_table->count - 1;
H A Dvega10_hwmgr.c5415 struct vega10_single_dpm_table *mem_dpm_table = local
5436 mem_dpm_table->dpm_levels[mem_dpm_table->count - 1].value)
5438 mem_dpm_table->dpm_levels[mem_dpm_table->count - 1].value;
5458 mem_dpm_table->dpm_levels[mem_dpm_table->count - 1].value)
5460 mem_dpm_table->dpm_levels[mem_dpm_table->count - 1].value;
H A Dvega20_hwmgr.c2527 struct vega20_single_dpm_table *mem_dpm_table = &(data->dpm_table.mem_table); local
2535 mem_dpm_table->count > VEGA20_UMD_PSTATE_MCLK_LEVEL &&
2548 *mclk_mask = mem_dpm_table->count - 1;

Completed in 102 milliseconds