Searched refs:apply_state_adjust_rules (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
H A D | hardwaremanager.c | 134 if (hwmgr->hwmgr_func->apply_state_adjust_rules != NULL) in phm_apply_state_adjust_rules() 135 return hwmgr->hwmgr_func->apply_state_adjust_rules( in phm_apply_state_adjust_rules()
|
H A D | smu10_hwmgr.c | 1441 .apply_state_adjust_rules = smu10_apply_state_adjust_rules,
|
H A D | smu8_hwmgr.c | 2012 .apply_state_adjust_rules = smu8_apply_state_adjust_rules,
|
H A D | smu7_hwmgr.c | 5287 .apply_state_adjust_rules = smu7_apply_state_adjust_rules,
|
H A D | vega10_hwmgr.c | 5525 .apply_state_adjust_rules = vega10_apply_state_adjust_rules,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
H A D | hardwaremanager.c | 135 if (hwmgr->hwmgr_func->apply_state_adjust_rules != NULL) in phm_apply_state_adjust_rules() 136 return hwmgr->hwmgr_func->apply_state_adjust_rules( in phm_apply_state_adjust_rules()
|
H A D | smu10_hwmgr.c | 1623 .apply_state_adjust_rules = smu10_apply_state_adjust_rules,
|
H A D | smu8_hwmgr.c | 2033 .apply_state_adjust_rules = smu8_apply_state_adjust_rules,
|
H A D | vega10_hwmgr.c | 5709 .apply_state_adjust_rules = vega10_apply_state_adjust_rules,
|
H A D | smu7_hwmgr.c | 5740 .apply_state_adjust_rules = smu7_apply_state_adjust_rules,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/inc/ |
H A D | hwmgr.h | 241 int (*apply_state_adjust_rules)(struct pp_hwmgr *hwmgr, member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/inc/ |
H A D | hwmgr.h | 240 int (*apply_state_adjust_rules)(struct pp_hwmgr *hwmgr, member
|
Completed in 43 milliseconds