Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/powerplay/hwmgr/
Dhardwaremanager.c119 if (hwmgr->hwmgr_func->force_dpm_level != NULL) in phm_force_dpm_levels()
120 ret = hwmgr->hwmgr_func->force_dpm_level(hwmgr, level); in phm_force_dpm_levels()
Dsmu10_hwmgr.c1326 .force_dpm_level = smu10_dpm_force_dpm_level,
Dsmu8_hwmgr.c1966 .force_dpm_level = smu8_dpm_force_dpm_level,
Dvega12_hwmgr.c2677 .force_dpm_level = vega12_dpm_force_dpm_level,
Dvega20_hwmgr.c4184 .force_dpm_level = vega20_dpm_force_dpm_level,
Dsmu7_hwmgr.c5110 .force_dpm_level = &smu7_force_dpm_level,
Dvega10_hwmgr.c5285 .force_dpm_level = vega10_dpm_force_dpm_level,
/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/
Damdgpu_virt.h61 int (*force_dpm_level)(struct amdgpu_device *adev, u32 level); member
Dmxgpu_ai.c459 .force_dpm_level = xgpu_ai_force_dpm_level,
Damdgpu_pm.c354 adev->virt.ops->force_dpm_level) { in amdgpu_set_dpm_forced_performance_level()
356 adev->virt.ops->force_dpm_level(adev, level); in amdgpu_set_dpm_forced_performance_level()
/Linux-v5.4/drivers/gpu/drm/amd/powerplay/inc/
Dhwmgr.h246 int (*force_dpm_level)(struct pp_hwmgr *hw_mgr, member