freedreno/a6xx: Change a618 tile_align_h back to 32
authorRob Clark <robdclark@chromium.org>
Tue, 25 Apr 2023 17:07:31 +0000 (10:07 -0700)
committerMarge Bot <emma+marge@anholt.net>
Tue, 25 Apr 2023 17:41:25 +0000 (17:41 +0000)
commit4a00e7948624895a8de7b5f05884f17952f18720
treea201ba7061cef0ac2b449919edc648d3efc8220b
parentd437e389e04bfca9276b5a1a049a7cfa5e6c1f89
freedreno/a6xx: Change a618 tile_align_h back to 32

Commit 60bc7c0e221 ("freedreno: Specify GMEM tile alignment per GPU")
changed the tile_align_h from 32 to 16 (which _should_ be the correct
value).  But this is causing failure in android 9 skqp dstreadshuffle.
(But not, seemingly, with the android 11 version of skia+skqp, which
picks the same tile size.  So this is likely papering something over.)

For now, to unblock things, revert back to the previous tile_align_h.

Signed-off-by: Rob Clark <robdclark@chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22683>
src/freedreno/common/freedreno_devices.py