Searched refs:hive_id (Results 1 – 12 of 12) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/amd/amdgpu/ |
A D | amdgpu_xgmi.h | 31 uint64_t hive_id; member 73 adev->gmc.xgmi.hive_id && in amdgpu_xgmi_same_hive() 74 adev->gmc.xgmi.hive_id == bo_adev->gmc.xgmi.hive_id); in amdgpu_xgmi_same_hive()
|
A D | amdgpu_xgmi.c | 290 return snprintf(buf, PAGE_SIZE, "%llu\n", hive->hive_id); in amdgpu_xgmi_show_attrs() 439 if (!adev->gmc.xgmi.hive_id) in amdgpu_get_xgmi_hive() 450 if (hive->hive_id == adev->gmc.xgmi.hive_id) in amdgpu_get_xgmi_hive() 501 hive->hive_id = adev->gmc.xgmi.hive_id; in amdgpu_get_xgmi_hive() 573 request_adev->gmc.xgmi.hive_id, ret); in amdgpu_xgmi_set_pstate() 605 adev->gmc.xgmi.hive_id, ret); in amdgpu_xgmi_update_topology() 703 adev->gmc.xgmi.hive_id = 16; in amdgpu_xgmi_add_device() 712 adev->gmc.xgmi.node_id, adev->gmc.xgmi.hive_id); in amdgpu_xgmi_add_device() 750 tmp_adev->gmc.xgmi.hive_id, ret); in amdgpu_xgmi_add_device() 772 tmp_adev->gmc.xgmi.hive_id, ret); in amdgpu_xgmi_add_device() [all …]
|
A D | ta_xgmi_if.h | 93 uint64_t hive_id; member
|
A D | amdgpu_gmc.h | 148 u64 hive_id; member
|
A D | amdgpu_ib.c | 381 } else if (adev->gmc.xgmi.hive_id) { in amdgpu_ib_ring_tests()
|
A D | amdgpu_psp.h | 475 int psp_xgmi_get_hive_id(struct psp_context *psp, uint64_t *hive_id);
|
A D | amdgpu_psp.c | 1205 int psp_xgmi_get_hive_id(struct psp_context *psp, uint64_t *hive_id) in psp_xgmi_get_hive_id() argument 1220 *hive_id = xgmi_cmd->xgmi_out_message.get_hive_id.hive_id; in psp_xgmi_get_hive_id()
|
/linux-6.3-rc2/drivers/gpu/drm/amd/amdkfd/ |
A D | kfd_topology.c | 517 dev->node_props.hive_id); in node_show() 1326 if (!peer_dev->gpu && !peer_dev->node_props.hive_id && in kfd_fill_iolink_non_crat_info() 1327 dev->node_props.hive_id && in kfd_fill_iolink_non_crat_info() 1329 peer_dev->node_props.hive_id = dev->node_props.hive_id; in kfd_fill_iolink_non_crat_info() 1572 (dev->gpu->hive_id && in kfd_dev_create_p2p_links() 1573 dev->gpu->hive_id == new_dev->gpu->hive_id)) in kfd_dev_create_p2p_links() 1934 dev->node_props.hive_id = gpu->hive_id; in kfd_topology_add_device()
|
A D | kfd_topology.h | 35 uint64_t hive_id; member
|
A D | kfd_device.c | 590 kfd->hive_id = kfd->adev->gmc.xgmi.hive_id; in kgd2kfd_device_init()
|
A D | kfd_crat.c | 2218 if (kdev->hive_id) { in kfd_create_vcrat_image_gpu() 2223 if (peer_dev->gpu->hive_id != kdev->hive_id) in kfd_create_vcrat_image_gpu()
|
A D | kfd_priv.h | 322 uint64_t hive_id; member
|
Completed in 34 milliseconds