Lines Matching refs:kfd_dev
99 struct kfd_dev *kfd_device_by_id(uint32_t gpu_id) in kfd_device_by_id()
110 struct kfd_dev *kfd_device_by_pci_dev(const struct pci_dev *pdev) in kfd_device_by_pci_dev()
113 struct kfd_dev *device = NULL; in kfd_device_by_pci_dev()
128 struct kfd_dev *kfd_device_by_adev(const struct amdgpu_device *adev) in kfd_device_by_adev()
131 struct kfd_dev *device = NULL; in kfd_device_by_adev()
1160 static uint32_t kfd_generate_gpu_id(struct kfd_dev *gpu) in kfd_generate_gpu_id()
1192 static struct kfd_topology_device *kfd_assign_gpu(struct kfd_dev *gpu) in kfd_assign_gpu()
1596 int kfd_topology_add_device(struct kfd_dev *gpu) in kfd_topology_add_device()
1855 int kfd_topology_remove_device(struct kfd_dev *gpu) in kfd_topology_remove_device()
1895 int kfd_topology_enum_kfd_devices(uint8_t idx, struct kfd_dev **kdev) in kfd_topology_enum_kfd_devices()
1949 void kfd_double_confirm_iommu_support(struct kfd_dev *gpu) in kfd_double_confirm_iommu_support()