Searched refs:powerdown_uvd (Results 1 – 5 of 5) sorted by relevance
150 if (hwmgr->hwmgr_func->powerdown_uvd != NULL) in phm_powerdown_uvd()151 return hwmgr->hwmgr_func->powerdown_uvd(hwmgr); in phm_powerdown_uvd()
1165 .powerdown_uvd = NULL,
1952 .powerdown_uvd = smu8_dpm_powerdown_uvd,
5060 .powerdown_uvd = smu7_powerdown_uvd,
248 int (*powerdown_uvd)(struct pp_hwmgr *hwmgr); member