Home
last modified time | relevance | path

Searched refs:fn_ta_terminate (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/drivers/gpu/drm/amd/amdgpu/
Damdgpu_psp_ta.h30 #define psp_fn_ta_terminate(psp) ((psp)->ta_funcs->fn_ta_terminate((psp)))
Damdgpu_psp_ta.c69 .fn_ta_terminate = psp_ras_terminate
182 if (!psp->ta_funcs || !psp->ta_funcs->fn_ta_terminate) { in ta_if_load_debugfs_write()
271 if (!psp->ta_funcs || !psp->ta_funcs->fn_ta_terminate) { in ta_if_unload_debugfs_write()
Damdgpu_psp.h142 int (*fn_ta_terminate)(struct psp_context *psp); member