Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/radeon/
Dradeon.h2119 struct cayman_asic { struct
2120 unsigned max_shader_engines;
2121 unsigned max_pipes_per_simd;
2122 unsigned max_tile_pipes;
2123 unsigned max_simds_per_se;
2124 unsigned max_backends_per_se;
2125 unsigned max_texture_channel_caches;
2126 unsigned max_gprs;
2127 unsigned max_threads;
2128 unsigned max_gs_threads;
[all …]
Dradeon_asic.c1661 static struct radeon_asic cayman_asic = { variable