diff --git a/.pick_status.json b/.pick_status.json index 46e6889d316..7ea4e310dac 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -103,7 +103,7 @@ "description": "freedreno: fix wrong tile aligment for 3 CCU gpu", "nominated": true, "nomination_type": 1, - "resolution": 0, + "resolution": 1, "main_sha": null, "because_sha": "78c8a8af80d5b0ccd68dd85ff7ecbb699be31f7d" }, diff --git a/src/freedreno/common/freedreno_devices.py b/src/freedreno/common/freedreno_devices.py index 856fa8cf652..7f24b44a96e 100644 --- a/src/freedreno/common/freedreno_devices.py +++ b/src/freedreno/common/freedreno_devices.py @@ -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()