Home
last modified time | relevance | path

Searched defs:psp_funcs (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_psp.h113 struct psp_funcs { struct
114 int (*init_microcode)(struct psp_context *psp);
115 int (*wait_for_bootloader)(struct psp_context *psp);
126 int (*ring_create)(struct psp_context *psp,
128 int (*ring_stop)(struct psp_context *psp,
130 int (*ring_destroy)(struct psp_context *psp,
132 bool (*smu_reload_quirk)(struct psp_context *psp);
133 int (*mode1_reset)(struct psp_context *psp);
135 uint32_t (*ring_get_wptr)(struct psp_context *psp);
140 int (*vbflash_stat)(struct psp_context *psp);
[all …]