Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_topology.c132 struct kfd_cache_properties *cache; in kfd_release_topology_device()
148 struct kfd_cache_properties, list); in kfd_release_topology_device()
345 struct kfd_cache_properties *cache; in kfd_cache_show()
349 cache = container_of(attr, struct kfd_cache_properties, attr); in kfd_cache_show()
571 struct kfd_cache_properties *cache; in kfd_remove_sysfs_node_entry()
647 struct kfd_cache_properties *cache; in kfd_build_sysfs_node_entry()
1129 struct kfd_cache_properties *cache; in kfd_assign_gpu()
1538 static int fill_in_l1_pcache(struct kfd_cache_properties **props_ext, in fill_in_l1_pcache()
1546 struct kfd_cache_properties *pcache = NULL; in fill_in_l1_pcache()
1562 memset(pcache, 0, sizeof(struct kfd_cache_properties)); in fill_in_l1_pcache()
[all …]
H A Dkfd_topology.h94 struct kfd_cache_properties { struct
H A Dkfd_crat.c1074 struct kfd_cache_properties *props; in kfd_parse_subtype_cache()