Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/amd/pm/powerplay/inc/
Dhwmgr.h810 uint32_t pstate_sclk_peak; member
/Linux-v6.6/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dsmu10_hwmgr.c385 &hwmgr->pstate_sclk_peak); in smu10_populate_umdpstate_clocks()
Dsmu7_hwmgr.c1533 hwmgr->pstate_sclk_peak = in smu7_populate_umdpstate_clocks()
1550 hwmgr->pstate_sclk_peak = in smu7_populate_umdpstate_clocks()
1560 hwmgr->pstate_sclk_peak /= 100; in smu7_populate_umdpstate_clocks()
Dsmu8_hwmgr.c1027 hwmgr->pstate_sclk_peak = table->entries[table->count - 1].clk / 100; in smu8_populate_umdpstate_clocks()
Dvega10_hwmgr.c3021 …hwmgr->pstate_sclk_peak = table_info->vdd_dep_on_sclk->entries[table_info->vdd_dep_on_sclk->count … in vega10_populate_umdpstate_clocks()
3027 hwmgr->pstate_sclk_peak /= 100; in vega10_populate_umdpstate_clocks()
Dvega12_hwmgr.c1043 hwmgr->pstate_sclk_peak = gfx_dpm_table->dpm_levels[gfx_dpm_table->count].value; in vega12_populate_umdpstate_clocks()
Dvega20_hwmgr.c1572 hwmgr->pstate_sclk_peak = gfx_table->dpm_levels[gfx_table->count - 1].value; in vega20_populate_umdpstate_clocks()
/Linux-v6.6/drivers/gpu/drm/amd/pm/powerplay/
Damd_powerplay.c825 *((uint32_t *)value) = hwmgr->pstate_sclk_peak * 100; in pp_dpm_read_sensor()