Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/gpu/drm/amd/amdkfd/
Dkfd_topology.h98 struct kfd_cache_properties { struct
99 struct list_head list;
100 uint32_t processor_id_low;
101 uint32_t cache_level;
102 uint32_t cache_size;
103 uint32_t cacheline_size;
104 uint32_t cachelines_per_tag;
105 uint32_t cache_assoc;
106 uint32_t cache_latency;
107 uint32_t cache_type;
[all …]