Home
last modified time | relevance | path

Searched refs:kfd_topology_device (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.1/drivers/gpu/drm/amd/amdkfd/
Dkfd_topology.c52 struct kfd_topology_device *kfd_topology_device_by_proximity_domain_no_lock( in kfd_topology_device_by_proximity_domain_no_lock()
55 struct kfd_topology_device *top_dev; in kfd_topology_device_by_proximity_domain_no_lock()
56 struct kfd_topology_device *device = NULL; in kfd_topology_device_by_proximity_domain_no_lock()
67 struct kfd_topology_device *kfd_topology_device_by_proximity_domain( in kfd_topology_device_by_proximity_domain()
70 struct kfd_topology_device *device = NULL; in kfd_topology_device_by_proximity_domain()
81 struct kfd_topology_device *kfd_topology_device_by_id(uint32_t gpu_id) in kfd_topology_device_by_id()
83 struct kfd_topology_device *top_dev = NULL; in kfd_topology_device_by_id()
84 struct kfd_topology_device *ret = NULL; in kfd_topology_device_by_id()
101 struct kfd_topology_device *top_dev; in kfd_device_by_id()
112 struct kfd_topology_device *top_dev; in kfd_device_by_pci_dev()
[all …]
Dkfd_iommu.h42 int kfd_iommu_add_perf_counters(struct kfd_topology_device *kdev);
77 static inline int kfd_iommu_add_perf_counters(struct kfd_topology_device *kdev) in kfd_iommu_add_perf_counters()
Dkfd_topology.h125 struct kfd_topology_device { struct
163 struct kfd_topology_device *kfd_create_topology_device( argument
Dkfd_crat.c894 static void kfd_populated_cu_info_cpu(struct kfd_topology_device *dev, in kfd_populated_cu_info_cpu()
906 static void kfd_populated_cu_info_gpu(struct kfd_topology_device *dev, in kfd_populated_cu_info_gpu()
929 struct kfd_topology_device *dev; in kfd_parse_subtype_cu()
949 struct kfd_topology_device *dev) in find_subtype_mem()
969 struct kfd_topology_device *dev; in kfd_parse_subtype_mem()
1038 struct kfd_topology_device *dev; in kfd_parse_subtype_cache()
1104 struct kfd_topology_device *dev, *to_dev; in kfd_parse_subtype_iolink()
1236 struct kfd_topology_device *top_dev = NULL; in kfd_parse_crat_table()
2261 struct kfd_topology_device *peer_dev; in kfd_create_vcrat_image_gpu()
Dkfd_priv.h1031 struct kfd_topology_device *kfd_topology_device_by_proximity_domain(
1033 struct kfd_topology_device *kfd_topology_device_by_proximity_domain_no_lock(
1035 struct kfd_topology_device *kfd_topology_device_by_id(uint32_t gpu_id);
Dkfd_iommu.c327 int kfd_iommu_add_perf_counters(struct kfd_topology_device *kdev) in kfd_iommu_add_perf_counters()