Home
last modified time | relevance | path

Searched refs:force_dpm_level (Results 1 – 7 of 7) sorted by relevance

/dragonfly/sys/dev/drm/amd/powerplay/hwmgr/
H A Dhardwaremanager.c117 if (hwmgr->hwmgr_func->force_dpm_level != NULL) in phm_force_dpm_levels()
118 ret = hwmgr->hwmgr_func->force_dpm_level(hwmgr, level); in phm_force_dpm_levels()
H A Dsmu10_hwmgr.c1163 .force_dpm_level = smu10_dpm_force_dpm_level,
H A Dsmu8_hwmgr.c1950 .force_dpm_level = smu8_dpm_force_dpm_level,
H A Dvega12_hwmgr.c2369 .force_dpm_level = vega12_dpm_force_dpm_level,
H A Dvega10_hwmgr.c4886 .force_dpm_level = vega10_dpm_force_dpm_level,
H A Dsmu7_hwmgr.c5052 .force_dpm_level = &smu7_force_dpm_level,
/dragonfly/sys/dev/drm/amd/powerplay/inc/
H A Dhwmgr.h234 int (*force_dpm_level)(struct pp_hwmgr *hw_mgr, member