Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dhardwaremanager.c122 if (hwmgr->hwmgr_func->force_dpm_level != NULL) in phm_force_dpm_levels()
123 ret = hwmgr->hwmgr_func->force_dpm_level(hwmgr, level); in phm_force_dpm_levels()
H A Dsmu10_hwmgr.c1442 .force_dpm_level = smu10_dpm_force_dpm_level,
H A Dsmu8_hwmgr.c2013 .force_dpm_level = smu8_dpm_force_dpm_level,
H A Dvega12_hwmgr.c2903 .force_dpm_level = vega12_dpm_force_dpm_level,
H A Dvega20_hwmgr.c4387 .force_dpm_level = vega20_dpm_force_dpm_level,
H A Dvega10_hwmgr.c5531 .force_dpm_level = vega10_dpm_force_dpm_level,
H A Dsmu7_hwmgr.c5288 .force_dpm_level = &smu7_force_dpm_level,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/inc/
H A Dhwmgr.h247 int (*force_dpm_level)(struct pp_hwmgr *hw_mgr, member