Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/radeon/
Dradeon.h2124 struct si_asic { struct
2125 unsigned max_shader_engines;
2126 unsigned max_tile_pipes;
2127 unsigned max_cu_per_sh;
2128 unsigned max_sh_per_se;
2129 unsigned max_backends_per_se;
2130 unsigned max_texture_channel_caches;
2131 unsigned max_gprs;
2132 unsigned max_gs_threads;
2133 unsigned max_hw_contexts;
[all …]
Dradeon_asic.c1916 static struct radeon_asic si_asic = { variable