Searched refs:force_dpm_level (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
H A D | hardwaremanager.c | 122 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 D | smu10_hwmgr.c | 1442 .force_dpm_level = smu10_dpm_force_dpm_level,
|
H A D | smu8_hwmgr.c | 2013 .force_dpm_level = smu8_dpm_force_dpm_level,
|
H A D | vega12_hwmgr.c | 2903 .force_dpm_level = vega12_dpm_force_dpm_level,
|
H A D | smu7_hwmgr.c | 5288 .force_dpm_level = &smu7_force_dpm_level,
|
H A D | vega20_hwmgr.c | 4388 .force_dpm_level = vega20_dpm_force_dpm_level,
|
H A D | vega10_hwmgr.c | 5531 .force_dpm_level = vega10_dpm_force_dpm_level,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
H A D | hardwaremanager.c | 123 if (hwmgr->hwmgr_func->force_dpm_level != NULL) in phm_force_dpm_levels() 124 ret = hwmgr->hwmgr_func->force_dpm_level(hwmgr, level); in phm_force_dpm_levels()
|
H A D | smu10_hwmgr.c | 1624 .force_dpm_level = smu10_dpm_force_dpm_level,
|
H A D | smu8_hwmgr.c | 2034 .force_dpm_level = smu8_dpm_force_dpm_level,
|
H A D | vega12_hwmgr.c | 2929 .force_dpm_level = vega12_dpm_force_dpm_level,
|
H A D | vega20_hwmgr.c | 4388 .force_dpm_level = vega20_dpm_force_dpm_level,
|
H A D | vega10_hwmgr.c | 5715 .force_dpm_level = vega10_dpm_force_dpm_level,
|
H A D | smu7_hwmgr.c | 5741 .force_dpm_level = &smu7_force_dpm_level,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/inc/ |
H A D | hwmgr.h | 247 int (*force_dpm_level)(struct pp_hwmgr *hw_mgr, member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/inc/ |
H A D | hwmgr.h | 246 int (*force_dpm_level)(struct pp_hwmgr *hw_mgr, member
|
Completed in 62 milliseconds