Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/radeon/
Dradeon.h2128 struct si_asic { struct
2129 unsigned max_shader_engines;
2130 unsigned max_tile_pipes;
2131 unsigned max_cu_per_sh;
2132 unsigned max_sh_per_se;
2133 unsigned max_backends_per_se;
2134 unsigned max_texture_channel_caches;
2135 unsigned max_gprs;
2136 unsigned max_gs_threads;
2137 unsigned max_hw_contexts;
[all …]
Dradeon_asic.c1916 static struct radeon_asic si_asic = { variable