Home
last modified time | relevance | path

Searched refs:pstate_mclk (Results 1 – 9 of 9) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/amd/pm/swsmu/inc/
Damdgpu_smu.h537 uint32_t pstate_mclk; member
/linux-6.12.1/drivers/gpu/drm/amd/pm/powerplay/inc/
Dhwmgr.h802 uint32_t pstate_mclk; member
/linux-6.12.1/drivers/gpu/drm/amd/pm/powerplay/
Damd_powerplay.c824 *((uint32_t *)value) = hwmgr->pstate_mclk * 100; in pp_dpm_read_sensor()
/linux-6.12.1/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dsmu10_hwmgr.c381 hwmgr->pstate_mclk = SMU10_UMD_PSTATE_FCLK; in smu10_populate_umdpstate_clocks()
Dsmu7_hwmgr.c1511 hwmgr->pstate_mclk = golden_dpm_table->mclk_table.dpm_levels[0].value; in smu7_populate_umdpstate_clocks()
1515 …hwmgr->pstate_mclk = golden_dpm_table->mclk_table.dpm_levels[golden_dpm_table->mclk_table.count - … in smu7_populate_umdpstate_clocks()
1518 tmp_sclk = hwmgr->pstate_mclk * percentage / 100; in smu7_populate_umdpstate_clocks()
1559 hwmgr->pstate_mclk /= 100; in smu7_populate_umdpstate_clocks()
Dvega12_hwmgr.c1047 hwmgr->pstate_mclk = mem_dpm_table->dpm_levels[VEGA12_UMD_PSTATE_MCLK_LEVEL].value; in vega12_populate_umdpstate_clocks()
1050 hwmgr->pstate_mclk = mem_dpm_table->dpm_levels[0].value; in vega12_populate_umdpstate_clocks()
Dvega10_hwmgr.c3034 hwmgr->pstate_mclk = table_info->vdd_dep_on_mclk->entries[VEGA10_UMD_PSTATE_MCLK_LEVEL].clk; in vega10_populate_umdpstate_clocks()
3037 hwmgr->pstate_mclk = table_info->vdd_dep_on_mclk->entries[0].clk; in vega10_populate_umdpstate_clocks()
3045 hwmgr->pstate_mclk /= 100; in vega10_populate_umdpstate_clocks()
Dsmu8_hwmgr.c1034 hwmgr->pstate_mclk = 0; in smu8_populate_umdpstate_clocks()
Dvega20_hwmgr.c1577 hwmgr->pstate_mclk = mem_table->dpm_levels[VEGA20_UMD_PSTATE_MCLK_LEVEL].value; in vega20_populate_umdpstate_clocks()
1580 hwmgr->pstate_mclk = mem_table->dpm_levels[0].value; in vega20_populate_umdpstate_clocks()