Searched refs:force_dpm_level (Results 1 – 11 of 11) sorted by relevance
| /Linux-v5.4/drivers/gpu/drm/amd/powerplay/hwmgr/ |
| D | hardwaremanager.c | 119 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()
|
| D | smu10_hwmgr.c | 1326 .force_dpm_level = smu10_dpm_force_dpm_level,
|
| D | smu8_hwmgr.c | 1966 .force_dpm_level = smu8_dpm_force_dpm_level,
|
| D | vega12_hwmgr.c | 2677 .force_dpm_level = vega12_dpm_force_dpm_level,
|
| D | vega20_hwmgr.c | 4184 .force_dpm_level = vega20_dpm_force_dpm_level,
|
| D | smu7_hwmgr.c | 5110 .force_dpm_level = &smu7_force_dpm_level,
|
| D | vega10_hwmgr.c | 5285 .force_dpm_level = vega10_dpm_force_dpm_level,
|
| /Linux-v5.4/drivers/gpu/drm/amd/amdgpu/ |
| D | amdgpu_virt.h | 61 int (*force_dpm_level)(struct amdgpu_device *adev, u32 level); member
|
| D | mxgpu_ai.c | 459 .force_dpm_level = xgpu_ai_force_dpm_level,
|
| D | amdgpu_pm.c | 354 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/ |
| D | hwmgr.h | 246 int (*force_dpm_level)(struct pp_hwmgr *hw_mgr, member
|