Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/amd/amdgpu/
Damdgpu_xgmi.h31 uint64_t hive_id; member
70 adev->gmc.xgmi.hive_id && in amdgpu_xgmi_same_hive()
71 adev->gmc.xgmi.hive_id == bo_adev->gmc.xgmi.hive_id); in amdgpu_xgmi_same_hive()
Damdgpu_xgmi.c219 return snprintf(buf, PAGE_SIZE, "%llu\n", hive->hive_id); in amdgpu_xgmi_show_attrs()
360 if (!adev->gmc.xgmi.hive_id) in amdgpu_get_xgmi_hive()
371 if (hive->hive_id == adev->gmc.xgmi.hive_id) in amdgpu_get_xgmi_hive()
394 hive->hive_id = adev->gmc.xgmi.hive_id; in amdgpu_get_xgmi_hive()
466 request_adev->gmc.xgmi.hive_id, ret); in amdgpu_xgmi_set_pstate()
495 adev->gmc.xgmi.hive_id, ret); in amdgpu_xgmi_update_topology()
579 ret = psp_xgmi_get_hive_id(&adev->psp, &adev->gmc.xgmi.hive_id); in amdgpu_xgmi_add_device()
593 adev->gmc.xgmi.hive_id = 16; in amdgpu_xgmi_add_device()
602 adev->gmc.xgmi.node_id, adev->gmc.xgmi.hive_id); in amdgpu_xgmi_add_device()
640 tmp_adev->gmc.xgmi.hive_id, ret); in amdgpu_xgmi_add_device()
[all …]
Dta_xgmi_if.h93 uint64_t hive_id; member
Damdgpu_gmc.h149 u64 hive_id; member
Damdgpu_ib.c384 } else if (adev->gmc.xgmi.hive_id) { in amdgpu_ib_ring_tests()
Damdgpu_psp.h412 int psp_xgmi_get_hive_id(struct psp_context *psp, uint64_t *hive_id);
Damdgpu_amdkfd.c542 return adev->gmc.xgmi.hive_id; in amdgpu_amdkfd_get_hive_id()
Damdgpu_psp.c1078 int psp_xgmi_get_hive_id(struct psp_context *psp, uint64_t *hive_id) in psp_xgmi_get_hive_id() argument
1093 *hive_id = xgmi_cmd->xgmi_out_message.get_hive_id.hive_id; in psp_xgmi_get_hive_id()
Damdgpu_device.c4966 job ? job->base.id : -1, hive->hive_id); in amdgpu_device_gpu_recover()
/Linux-v5.15/drivers/gpu/drm/amd/amdkfd/
Dkfd_topology.h61 uint64_t hive_id; member
Dkfd_topology.c494 dev->node_props.hive_id); in node_show()
1381 dev->node_props.hive_id = gpu->hive_id; in kfd_topology_add_device()
Dkfd_crat.c2219 if (kdev->hive_id) { in kfd_create_vcrat_image_gpu()
2224 if (peer_dev->gpu->hive_id != kdev->hive_id) in kfd_create_vcrat_image_gpu()
Dkfd_priv.h301 uint64_t hive_id; member
Dkfd_device.c891 kfd->hive_id = amdgpu_amdkfd_get_hive_id(kfd->kgd); in kgd2kfd_device_init()