Searched refs:asic_setup (Results 1 – 8 of 8) sorted by relevance
48 if (NULL != hwmgr->hwmgr_func->asic_setup) in phm_setup_asic()49 return hwmgr->hwmgr_func->asic_setup(hwmgr); in phm_setup_asic()
1335 .asic_setup = NULL,1363 .asic_setup = smu10_setup_asic_task,
1995 .asic_setup = smu8_setup_asic_task,
2674 .asic_setup = vega12_setup_asic_task,
4204 .asic_setup = vega20_setup_asic_task,
5117 .asic_setup = &smu7_setup_asic_task,
5396 .asic_setup = vega10_setup_asic_task,
239 int (*asic_setup)(struct pp_hwmgr *hw_mgr); member