Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/amd/amdkfd/
Dkfd_topology.h125 struct kfd_cache_properties { struct
126 struct list_head list;
127 uint32_t processor_id_low;
128 uint32_t cache_level;
129 uint32_t cache_size;
130 uint32_t cacheline_size;
131 uint32_t cachelines_per_tag;
132 uint32_t cache_assoc;
133 uint32_t cache_latency;
134 uint32_t cache_type;
[all …]