Home
last modified time | relevance | path

Searched refs:knode (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/sys/dev/pci/drm/amd/amdkfd/
Dkfd_device.c637 struct kfd_node *knode; in kfd_cleanup_nodes() local
641 knode = kfd->nodes[i]; in kfd_cleanup_nodes()
642 device_queue_manager_uninit(knode->dqm); in kfd_cleanup_nodes()
643 kfd_interrupt_exit(knode); in kfd_cleanup_nodes()
644 kfd_topology_remove_device(knode); in kfd_cleanup_nodes()
645 if (knode->gws) in kfd_cleanup_nodes()
646 amdgpu_amdkfd_free_gws(knode->adev, knode->gws); in kfd_cleanup_nodes()
647 kfree(knode); in kfd_cleanup_nodes()
Dkfd_packet_manager_v9.c95 struct kfd_node *knode = pm->dqm->dev; in pm_map_process_aldebaran() local
105 if (adev->enforce_isolation[knode->node_id]) in pm_map_process_aldebaran()
Dkfd_topology.c1684 struct kfd_node *knode) in fill_in_l2_l3_pcache() argument
1689 int num_xcc = NUM_XCC(knode->xcc_mask); in fill_in_l2_l3_pcache()
1692 struct amdgpu_device *adev = knode->adev; in fill_in_l2_l3_pcache()
1694 start = ffs(knode->xcc_mask) - 1; in fill_in_l2_l3_pcache()
1716 if (KFD_GC_VERSION(knode) == IP_VERSION(9, 4, 3) || in fill_in_l2_l3_pcache()
1717 KFD_GC_VERSION(knode) == IP_VERSION(9, 4, 4)) in fill_in_l2_l3_pcache()
Dkfd_priv.h1335 int kfd_dqm_suspend_bad_queue_mes(struct kfd_node *knode, u32 pasid, u32 doorbell_id);
Dkfd_device_queue_manager.c2950 int kfd_dqm_suspend_bad_queue_mes(struct kfd_node *knode, u32 pasid, u32 doorbell_id) in kfd_dqm_suspend_bad_queue_mes() argument
2954 struct device_queue_manager *dqm = knode->dqm; in kfd_dqm_suspend_bad_queue_mes()