Home
last modified time | relevance | path

Searched refs:pptable_func (Results 1 – 8 of 8) sorted by relevance

/linux-5.19.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dhwmgr.c226 if (!hwmgr->pptable_func || in hwmgr_hw_init()
227 !hwmgr->pptable_func->pptable_init || in hwmgr_hw_init()
234 ret = hwmgr->pptable_func->pptable_init(hwmgr); in hwmgr_hw_init()
273 if (hwmgr->pptable_func->pptable_fini) in hwmgr_hw_init()
274 hwmgr->pptable_func->pptable_fini(hwmgr); in hwmgr_hw_init()
292 if (hwmgr->pptable_func->pptable_fini) in hwmgr_hw_fini()
293 hwmgr->pptable_func->pptable_fini(hwmgr); in hwmgr_hw_fini()
Dsmu10_hwmgr.c1662 hwmgr->pptable_func = &pptable_funcs; in smu10_init_function_pointers()
Dsmu8_hwmgr.c2055 hwmgr->pptable_func = &pptable_funcs; in smu8_init_function_pointers()
Dvega12_hwmgr.c2956 hwmgr->pptable_func = &vega12_pptable_funcs; in vega12_hwmgr_init()
Dsmu7_hwmgr.c5761 hwmgr->pptable_func = &pptable_funcs; in smu7_init_function_pointers()
5763 hwmgr->pptable_func = &pptable_v1_0_funcs; in smu7_init_function_pointers()
Dvega20_hwmgr.c4432 hwmgr->pptable_func = &vega20_pptable_funcs; in vega20_hwmgr_init()
Dvega10_hwmgr.c5748 hwmgr->pptable_func = &vega10_pptable_funcs; in vega10_hwmgr_init()
/linux-5.19.10/drivers/gpu/drm/amd/pm/powerplay/inc/
Dhwmgr.h781 const struct pp_table_func *pptable_func; member