Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/powerplay/hwmgr/
Dhwmgr.c220 if (!hwmgr->pptable_func || in hwmgr_hw_init()
221 !hwmgr->pptable_func->pptable_init || in hwmgr_hw_init()
228 ret = hwmgr->pptable_func->pptable_init(hwmgr); in hwmgr_hw_init()
267 if (hwmgr->pptable_func->pptable_fini) in hwmgr_hw_init()
268 hwmgr->pptable_func->pptable_fini(hwmgr); in hwmgr_hw_init()
286 if (hwmgr->pptable_func->pptable_fini) in hwmgr_hw_fini()
287 hwmgr->pptable_func->pptable_fini(hwmgr); in hwmgr_hw_fini()
Dsmu10_hwmgr.c1196 hwmgr->pptable_func = &pptable_funcs; in smu10_init_function_pointers()
Dsmu8_hwmgr.c1981 hwmgr->pptable_func = &pptable_funcs; in smu8_init_function_pointers()
Dsmu7_hwmgr.c5092 hwmgr->pptable_func = &pptable_funcs; in smu7_init_function_pointers()
5094 hwmgr->pptable_func = &pptable_v1_0_funcs; in smu7_init_function_pointers()
Dvega12_hwmgr.c2410 hwmgr->pptable_func = &vega12_pptable_funcs; in vega12_hwmgr_init()
Dvega10_hwmgr.c4931 hwmgr->pptable_func = &vega10_pptable_funcs; in vega10_hwmgr_init()
/Linux-v4.19/drivers/gpu/drm/amd/powerplay/inc/
Dhwmgr.h739 const struct pp_table_func *pptable_func; member