Searched defs:kfd_topology_device (Results 1 – 1 of 1) sorted by relevance
135 struct kfd_topology_device { struct136 struct list_head list;137 uint32_t gpu_id;138 struct kfd_node_properties node_props;139 uint32_t mem_bank_count;140 struct list_head mem_props;141 uint32_t cache_count;142 struct list_head cache_props;143 uint32_t io_link_count;144 struct list_head io_link_props;[all …]