Home
last modified time | relevance | path

Searched refs:pptable_func (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dhwmgr.c230 if (!hwmgr->pptable_func || in hwmgr_hw_init()
231 !hwmgr->pptable_func->pptable_init || in hwmgr_hw_init()
238 ret = hwmgr->pptable_func->pptable_init(hwmgr); in hwmgr_hw_init()
277 if (hwmgr->pptable_func->pptable_fini) in hwmgr_hw_init()
278 hwmgr->pptable_func->pptable_fini(hwmgr); in hwmgr_hw_init()
296 if (hwmgr->pptable_func->pptable_fini) in hwmgr_hw_fini()
297 hwmgr->pptable_func->pptable_fini(hwmgr); in hwmgr_hw_fini()
H A Dsmu10_hwmgr.c1489 hwmgr->pptable_func = &pptable_funcs; in smu10_init_function_pointers()
H A Dsmu8_hwmgr.c2047 hwmgr->pptable_func = &pptable_funcs; in smu8_init_function_pointers()
H A Dsmu7_hwmgr.c5367 hwmgr->pptable_func = &pptable_funcs; in smu7_init_function_pointers()
5369 hwmgr->pptable_func = &pptable_v1_0_funcs; in smu7_init_function_pointers()
H A Dvega12_hwmgr.c2955 hwmgr->pptable_func = &vega12_pptable_funcs; in vega12_hwmgr_init()
H A Dvega20_hwmgr.c4438 hwmgr->pptable_func = &vega20_pptable_funcs; in vega20_hwmgr_init()
H A Dvega10_hwmgr.c5590 hwmgr->pptable_func = &vega10_pptable_funcs; in vega10_hwmgr_init()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A 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()
H A Dsmu10_hwmgr.c1672 hwmgr->pptable_func = &pptable_funcs; in smu10_init_function_pointers()
H A Dsmu8_hwmgr.c2067 hwmgr->pptable_func = &pptable_funcs; in smu8_init_function_pointers()
H A Dvega12_hwmgr.c2981 hwmgr->pptable_func = &vega12_pptable_funcs; in vega12_hwmgr_init()
H A Dsmu7_hwmgr.c5821 hwmgr->pptable_func = &pptable_funcs; in smu7_init_function_pointers()
5823 hwmgr->pptable_func = &pptable_v1_0_funcs; in smu7_init_function_pointers()
H A Dvega20_hwmgr.c4438 hwmgr->pptable_func = &vega20_pptable_funcs; in vega20_hwmgr_init()
H A Dvega10_hwmgr.c5775 hwmgr->pptable_func = &vega10_pptable_funcs; in vega10_hwmgr_init()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/inc/
H A Dhwmgr.h781 const struct pp_table_func *pptable_func; member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/inc/
H A Dhwmgr.h779 const struct pp_table_func *pptable_func; member

Completed in 57 milliseconds