Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/
Damdgpu_psp.h101 int (*xgmi_get_hive_id)(struct psp_context *psp, uint64_t *hive_id); member
245 ((psp)->funcs->xgmi_get_hive_id ? (psp)->funcs->xgmi_get_hive_id((psp), (hive_id)) : -EINVAL)
Dpsp_v11_0.c906 .xgmi_get_hive_id = psp_v11_0_xgmi_get_hive_id,