Searched refs:hive_id (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_xgmi.h31 uint64_t hive_id; member in struct:amdgpu_hive_info
58 adev->gmc.xgmi.hive_id &&
59 adev->gmc.xgmi.hive_id == bo_adev->gmc.xgmi.hive_id);
H A Damdgpu_xgmi.c83 return snprintf(buf, PAGE_SIZE, "%llu\n", hive->hive_id);
245 if (!adev->gmc.xgmi.hive_id)
252 if (tmp->hive_id == adev->gmc.xgmi.hive_id) {
273 tmp->hive_id = adev->gmc.xgmi.hive_id;
312 adev->gmc.xgmi.hive_id, ret);
350 adev->gmc.xgmi.hive_id, ret);
381 ret = psp_xgmi_get_hive_id(&adev->psp, &adev->gmc.xgmi.hive_id);
395 adev->gmc.xgmi.hive_id
[all...]
H A Dta_xgmi_if.h89 uint64_t hive_id; member in struct:ta_xgmi_cmd_get_hive_id_output
H A Damdgpu_psp.h104 int (*xgmi_get_hive_id)(struct psp_context *psp, uint64_t *hive_id);
325 #define psp_xgmi_get_hive_id(psp, hive_id) \
326 ((psp)->funcs->xgmi_get_hive_id ? (psp)->funcs->xgmi_get_hive_id((psp), (hive_id)) : -EINVAL)
H A Damdgpu_ib.c358 } else if (adev->gmc.xgmi.hive_id) {
H A Damdgpu_gmc.h122 u64 hive_id; member in struct:amdgpu_xgmi
H A Damdgpu_psp_v11_0.c738 * For now, return success and hack the hive_id so high level code can
814 static int psp_v11_0_xgmi_get_hive_id(struct psp_context *psp, uint64_t *hive_id) argument
829 *hive_id = xgmi_cmd->xgmi_out_message.get_hive_id.hive_id;
H A Damdgpu_amdkfd.c535 return adev->gmc.xgmi.hive_id;
H A Damdgpu_device.c4262 job ? job->base.id : -1, hive->hive_id);
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
H A Dkfd_topology.h58 uint64_t hive_id; member in struct:kfd_node_properties
H A Dkfd_crat.c1306 if (kdev->hive_id) {
1311 if (peer_dev->gpu->hive_id != kdev->hive_id)
H A Dkfd_topology.c488 sysfs_show_64bit_prop(buffer, "hive_id",
489 dev->node_props.hive_id);
1317 dev->node_props.hive_id = gpu->hive_id;
H A Dkfd_priv.h297 uint64_t hive_id; member in struct:kfd_dev
H A Dkfd_device.c654 kfd->hive_id = kfd->kfd2kgd->get_hive_id(kfd->kgd);

Completed in 144 milliseconds