Home
last modified time | relevance | path

Searched refs:cache_props (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_topology.h143 struct list_head cache_props; member
H A Dkfd_topology.c146 while (dev->cache_props.next != &dev->cache_props) { in kfd_release_topology_device()
147 cache = container_of(dev->cache_props.next, in kfd_release_topology_device()
206 INIT_LIST_HEAD(&dev->cache_props); in kfd_create_topology_device()
600 list_for_each_entry(cache, &dev->cache_props, list) in kfd_remove_sysfs_node_entry()
735 list_for_each_entry(cache, &dev->cache_props, list) { in kfd_build_sysfs_node_entry()
1146 list_for_each_entry(cache, &dev->cache_props, list) in kfd_assign_gpu()
1731 list_add_tail(&props_ext->list, &dev->cache_props); in kfd_fill_cache_non_crat_info()
1753 list_add_tail(&props_ext->list, &dev->cache_props); in kfd_fill_cache_non_crat_info()
H A Dkfd_crat.c1128 list_add_tail(&props->list, &dev->cache_props); in kfd_parse_subtype_cache()