Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/amd/amdkfd/
Dkfd_topology.h83 struct kfd_cache_properties { struct
84 struct list_head list;
85 uint32_t processor_id_low;
86 uint32_t cache_level;
87 uint32_t cache_size;
88 uint32_t cacheline_size;
89 uint32_t cachelines_per_tag;
90 uint32_t cache_assoc;
91 uint32_t cache_latency;
92 uint32_t cache_type;
[all …]