Home
last modified time | relevance | path

Searched refs:pstate_mclk_peak (Results 1 – 8 of 8) sorted by relevance

/Linux-v6.6/drivers/gpu/drm/amd/pm/powerplay/inc/
Dhwmgr.h811 uint32_t pstate_mclk_peak; member
/Linux-v6.6/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dsmu10_hwmgr.c386 hwmgr->pstate_mclk_peak = SMU10_UMD_PSTATE_PEAK_FCLK; in smu10_populate_umdpstate_clocks()
Dsmu8_hwmgr.c1028 hwmgr->pstate_mclk_peak = 0; in smu8_populate_umdpstate_clocks()
Dsmu7_hwmgr.c1554 hwmgr->pstate_mclk_peak = in smu7_populate_umdpstate_clocks()
1561 hwmgr->pstate_mclk_peak /= 100; in smu7_populate_umdpstate_clocks()
Dvega10_hwmgr.c3022 …hwmgr->pstate_mclk_peak = table_info->vdd_dep_on_mclk->entries[table_info->vdd_dep_on_mclk->count … in vega10_populate_umdpstate_clocks()
3028 hwmgr->pstate_mclk_peak /= 100; in vega10_populate_umdpstate_clocks()
Dvega12_hwmgr.c1044 hwmgr->pstate_mclk_peak = mem_dpm_table->dpm_levels[mem_dpm_table->count].value; in vega12_populate_umdpstate_clocks()
Dvega20_hwmgr.c1573 hwmgr->pstate_mclk_peak = mem_table->dpm_levels[mem_table->count - 1].value; in vega20_populate_umdpstate_clocks()
/Linux-v6.6/drivers/gpu/drm/amd/pm/powerplay/
Damd_powerplay.c828 *((uint32_t *)value) = hwmgr->pstate_mclk_peak * 100; in pp_dpm_read_sensor()