mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-26 16:41:25 +00:00
drm/radeon: fix typo in cu_per_sh on verde
Should be 5 rather than 2. Noticed by sroland and glisse on IRC. Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Cc: stable@vger.kernel.org
This commit is contained in:
parent
27b0705c68
commit
468ef1a58c
1 changed files with 1 additions and 1 deletions
|
@ -2616,7 +2616,7 @@ static void si_gpu_init(struct radeon_device *rdev)
|
|||
default:
|
||||
rdev->config.si.max_shader_engines = 1;
|
||||
rdev->config.si.max_tile_pipes = 4;
|
||||
rdev->config.si.max_cu_per_sh = 2;
|
||||
rdev->config.si.max_cu_per_sh = 5;
|
||||
rdev->config.si.max_sh_per_se = 2;
|
||||
rdev->config.si.max_backends_per_se = 4;
|
||||
rdev->config.si.max_texture_channel_caches = 4;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue