Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/
Damdgpu_xgmi.h31 uint64_t hive_id; member
74 adev->gmc.xgmi.hive_id && in amdgpu_xgmi_same_hive()
75 adev->gmc.xgmi.hive_id == bo_adev->gmc.xgmi.hive_id); in amdgpu_xgmi_same_hive()
Damdgpu_xgmi.c337 return snprintf(buf, PAGE_SIZE, "%llu\n", hive->hive_id); in amdgpu_xgmi_show_attrs()
599 if (!adev->gmc.xgmi.hive_id) in amdgpu_get_xgmi_hive()
610 if (hive->hive_id == adev->gmc.xgmi.hive_id) in amdgpu_get_xgmi_hive()
662 hive->hive_id = adev->gmc.xgmi.hive_id; in amdgpu_get_xgmi_hive()
734 request_adev->gmc.xgmi.hive_id, ret); in amdgpu_xgmi_set_pstate()
766 adev->gmc.xgmi.hive_id, ret); in amdgpu_xgmi_update_topology()
872 ret = psp_xgmi_get_hive_id(&adev->psp, &adev->gmc.xgmi.hive_id); in amdgpu_xgmi_add_device()
886 adev->gmc.xgmi.hive_id = 16; in amdgpu_xgmi_add_device()
895 adev->gmc.xgmi.node_id, adev->gmc.xgmi.hive_id); in amdgpu_xgmi_add_device()
934 adev->gmc.xgmi.hive_id, ret); in amdgpu_xgmi_add_device()
[all …]
Dta_xgmi_if.h115 uint64_t hive_id; member
Damdgpu_ib.c400 } else if (adev->gmc.xgmi.hive_id) { in amdgpu_ib_ring_tests()
Damdgpu_gmc.h173 u64 hive_id; member
Damdgpu_psp.h504 int psp_xgmi_get_hive_id(struct psp_context *psp, uint64_t *hive_id);
Damdgpu_psp.c1316 int psp_xgmi_get_hive_id(struct psp_context *psp, uint64_t *hive_id) in psp_xgmi_get_hive_id() argument
1331 *hive_id = xgmi_cmd->xgmi_out_message.get_hive_id.hive_id; in psp_xgmi_get_hive_id()
/linux-6.12.1/drivers/gpu/drm/amd/amdkfd/
Dkfd_topology.c503 dev->node_props.hive_id); in node_show()
1343 if (!dev->node_props.hive_id) in kfd_fill_iolink_non_crat_info()
1344 dev->node_props.hive_id = pci_dev_id(dev->gpu->adev->pdev); in kfd_fill_iolink_non_crat_info()
1345 peer_dev->node_props.hive_id = dev->node_props.hive_id; in kfd_fill_iolink_non_crat_info()
1595 (dev->gpu->kfd->hive_id && in kfd_dev_create_p2p_links()
1596 dev->gpu->kfd->hive_id == new_dev->gpu->kfd->hive_id)) in kfd_dev_create_p2p_links()
2096 dev->node_props.hive_id = gpu->kfd->hive_id; in kfd_topology_add_device()
Dkfd_topology.h43 uint64_t hive_id; member
Dkfd_device.c801 kfd->hive_id = kfd->adev->gmc.xgmi.hive_id; in kgd2kfd_device_init()
808 if (!kfd->hive_id && in kgd2kfd_device_init()
812 kfd->hive_id = pci_dev_id(kfd->adev->pdev); in kgd2kfd_device_init()
Dkfd_crat.c2325 if (kdev->kfd->hive_id) { in kfd_create_vcrat_image_gpu()
2330 if (peer_dev->gpu->kfd->hive_id != kdev->kfd->hive_id) in kfd_create_vcrat_image_gpu()
Dkfd_priv.h354 uint64_t hive_id; member