Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/amd/pm/powerplay/inc/
Dhwmgr.h804 uint32_t pstate_mclk; member
/Linux-v6.1/drivers/gpu/drm/amd/pm/swsmu/inc/
Damdgpu_smu.h506 uint32_t pstate_mclk; member
/Linux-v6.1/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dvega20_hwmgr.c1566 hwmgr->pstate_mclk = mem_table->dpm_levels[0].value; in vega20_populate_umdpstate_clocks()
1571 hwmgr->pstate_mclk = mem_table->dpm_levels[VEGA20_UMD_PSTATE_MCLK_LEVEL].value; in vega20_populate_umdpstate_clocks()
1575 hwmgr->pstate_mclk = hwmgr->pstate_mclk * 100; in vega20_populate_umdpstate_clocks()
Dsmu10_hwmgr.c578 hwmgr->pstate_mclk = SMU10_UMD_PSTATE_FCLK * 100; in smu10_hwmgr_backend_init()
Dsmu8_hwmgr.c1171 hwmgr->pstate_mclk = 0; in smu8_phm_unforce_dpm_levels()
Dvega10_hwmgr.c4173 hwmgr->pstate_mclk = table_info->vdd_dep_on_mclk->entries[VEGA10_UMD_PSTATE_MCLK_LEVEL].clk; in vega10_get_profiling_clk_mask()
Dsmu7_hwmgr.c3185 hwmgr->pstate_mclk = tmp_mclk; in smu7_get_profiling_clk()
/Linux-v6.1/drivers/gpu/drm/amd/pm/powerplay/
Damd_powerplay.c775 *((uint32_t *)value) = hwmgr->pstate_mclk; in pp_dpm_read_sensor()