tu: Fix tile_align_h on a650

This matches what the blob on a650 does and fixes errors when
calculating the tile size due to tile_align_h not being a power of two.

Fixes: 60bc7c0e ("freedreno: Specify GMEM tile alignment per GPU")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22088>
This commit is contained in:
Connor Abbott 2023-03-23 16:10:59 +01:00 committed by Marge Bot
parent f5d325a8d0
commit c54b8dfe67

View file

@ -393,7 +393,7 @@ add_gpus([
a6xx_gen3,
num_ccu = 3,
tile_align_w = 96,
tile_align_h = 48,
tile_align_h = 16,
magic_regs = dict(
PC_POWER_CNTL = 2,
# this seems to be a chicken bit that fixes cubic filtering: