Searched refs:powerdown_uvd (Results 1 – 5 of 5) sorted by relevance
155 if (hwmgr->hwmgr_func->powerdown_uvd != NULL) in phm_powerdown_uvd()156 return hwmgr->hwmgr_func->powerdown_uvd(hwmgr); in phm_powerdown_uvd()
1444 .powerdown_uvd = NULL,
2015 .powerdown_uvd = smu8_dpm_powerdown_uvd,
5296 .powerdown_uvd = smu7_powerdown_uvd,
261 int (*powerdown_uvd)(struct pp_hwmgr *hwmgr); member