freedreno: fix wrong tile aligment for 3 CCU gpu

Fixes: 78c8a8af80 "freedreno: Generate device-info tables at build time"
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/5060

Signed-off-by: Danylo Piliaiev <dpiliaiev@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11928>
This commit is contained in:
Danylo Piliaiev
2021-07-16 16:01:14 +03:00
committed by Marge Bot
parent 60c5abf685
commit 53d4485a02
+1 -1
View File
@@ -109,7 +109,7 @@ class A6xxGPUInfo(GPUInfo):
# 96 tile alignment seems correlated to 3 CCU
if num_ccu == 3:
self.tile_align_h = 96
self.tile_align_w = 96
self.a6xx = Struct()
self.a6xx.magic = Struct()