Home
last modified time | relevance | path

Searched refs:update_spirom (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_psp.h134 int (*update_spirom)(struct psp_context *psp, uint64_t fw_pri_mc_addr); member
443 ((psp)->funcs->update_spirom ? \
444 (psp)->funcs->update_spirom((psp), fw_pri_mc_addr) : -EINVAL)
H A Dpsp_v13_0.c774 .update_spirom = psp_v13_0_update_spirom,