Searched refs:power_off_asic (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 | 53 if (NULL != hwmgr->hwmgr_func->power_off_asic) in phm_power_down_asic() 54 return hwmgr->hwmgr_func->power_off_asic(hwmgr); in phm_power_down_asic()
|
H A D | smu10_hwmgr.c | 1467 .power_off_asic = smu10_power_off_asic,
|
H A D | smu8_hwmgr.c | 2034 .power_off_asic = smu8_power_off_asic,
|
H A D | vega12_hwmgr.c | 2928 .power_off_asic = vega12_power_off_asic,
|
H A D | smu7_hwmgr.c | 5343 .power_off_asic = smu7_power_off_asic,
|
H A D | vega20_hwmgr.c | 4367 .power_off_asic = vega20_power_off_asic,
|
H A D | vega10_hwmgr.c | 5558 .power_off_asic = vega10_power_off_asic,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
H A D | hardwaremanager.c | 53 if (NULL != hwmgr->hwmgr_func->power_off_asic) in phm_power_down_asic() 54 return hwmgr->hwmgr_func->power_off_asic(hwmgr); in phm_power_down_asic()
|
H A D | smu10_hwmgr.c | 1649 .power_off_asic = smu10_power_off_asic,
|
H A D | smu8_hwmgr.c | 2055 .power_off_asic = smu8_power_off_asic,
|
H A D | vega12_hwmgr.c | 2954 .power_off_asic = vega12_power_off_asic,
|
H A D | vega20_hwmgr.c | 4367 .power_off_asic = vega20_power_off_asic,
|
H A D | vega10_hwmgr.c | 5743 .power_off_asic = vega10_power_off_asic,
|
H A D | smu7_hwmgr.c | 5797 .power_off_asic = smu7_power_off_asic,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/inc/ |
H A D | hwmgr.h | 314 int (*power_off_asic)(struct pp_hwmgr *hwmgr); member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/inc/ |
H A D | hwmgr.h | 313 int (*power_off_asic)(struct pp_hwmgr *hwmgr); member
|
Completed in 57 milliseconds