Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
Damdgpu_gfx.h140 struct amdgpu_gfx_config { struct
141 unsigned max_shader_engines;
142 unsigned max_tile_pipes;
143 unsigned max_cu_per_sh;
144 unsigned max_sh_per_se;
145 unsigned max_backends_per_se;
146 unsigned max_texture_channel_caches;
147 unsigned max_gprs;
148 unsigned max_gs_threads;
149 unsigned max_hw_contexts;
[all …]
/kernel/linux/linux-4.19/drivers/gpu/drm/amd/amdgpu/
Damdgpu.h805 struct amdgpu_gfx_config { struct
806 unsigned max_shader_engines;
807 unsigned max_tile_pipes;
808 unsigned max_cu_per_sh;
809 unsigned max_sh_per_se;
810 unsigned max_backends_per_se;
811 unsigned max_texture_channel_caches;
812 unsigned max_gprs;
813 unsigned max_gs_threads;
814 unsigned max_hw_contexts;
[all …]