Searched refs:is_hw_avfs_present (Results 1 – 5 of 5) sorted by relevance
227 if (hwmgr->smumgr_funcs->is_hw_avfs_present) in smum_is_hw_avfs_present()228 return hwmgr->smumgr_funcs->is_hw_avfs_present(hwmgr); in smum_is_hw_avfs_present()
2298 .is_hw_avfs_present = vegam_is_hw_avfs_present,
2669 .is_hw_avfs_present = fiji_is_hw_avfs_present,
2709 .is_hw_avfs_present = polaris10_is_hw_avfs_present,
229 bool (*is_hw_avfs_present)(struct pp_hwmgr *hwmgr); member