Home
last modified time | relevance | path

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

/linux-5.10/drivers/gpu/drm/radeon/
Dradeon.h2094 struct cayman_asic { struct
2095 unsigned max_shader_engines;
2096 unsigned max_pipes_per_simd;
2097 unsigned max_tile_pipes;
2098 unsigned max_simds_per_se;
2099 unsigned max_backends_per_se;
2100 unsigned max_texture_channel_caches;
2101 unsigned max_gprs;
2102 unsigned max_threads;
2103 unsigned max_gs_threads;
[all …]
Dradeon_asic.c1660 static struct radeon_asic cayman_asic = { variable