HomeSort by: relevance | last modified time | path
    Searched refs:hive_id (Results 1 - 14 of 14) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_xgmi.h 31 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);
amdgpu_xgmi.c 83 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 = 16
    [all...]
ta_xgmi_if.h 89 uint64_t hive_id; member in struct:ta_xgmi_cmd_get_hive_id_output
amdgpu_psp.h 104 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)
amdgpu_gmc.h 122 u64 hive_id; member in struct:amdgpu_xgmi
amdgpu_ib.c 358 } else if (adev->gmc.xgmi.hive_id) {
amdgpu_psp_v11_0.c 738 * 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)
829 *hive_id = xgmi_cmd->xgmi_out_message.get_hive_id.hive_id;
amdgpu_amdkfd.c 535 return adev->gmc.xgmi.hive_id;
amdgpu_device.c 4262 job ? job->base.id : -1, hive->hive_id);
  /src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_topology.h 58 uint64_t hive_id; member in struct:kfd_node_properties
kfd_crat.c 1306 if (kdev->hive_id) {
1311 if (peer_dev->gpu->hive_id != kdev->hive_id)
kfd_topology.c 488 sysfs_show_64bit_prop(buffer, "hive_id",
489 dev->node_props.hive_id);
1317 dev->node_props.hive_id = gpu->hive_id;
kfd_priv.h 297 uint64_t hive_id; member in struct:kfd_dev
kfd_device.c 654 kfd->hive_id = kfd->kfd2kgd->get_hive_id(kfd->kgd);

Completed in 25 milliseconds