commit | 1747f9fdd076997698266951407bba3ecca308d0 | [log] [tgz] |
---|---|---|
author | Jonathan Marek <jonathan@marek.ca> | Wed Jun 17 23:42:48 2020 -0400 |
committer | Marge Bot <eric+marge@anholt.net> | Fri Jul 24 13:44:42 2020 +0000 |
tree | 846e8ae96b9d6ad1aaed28db099f9510289efcb4 | |
parent | 8534f49bf930dc5911fc0d5a23c2c397d63e2489 [diff] |
turnip: remove extra gmem alignment Now that we clear the PITCHALIGN" field when filling GMEM input attachment descriptors, we can get rid of the extra tile width alignment on a630/a640. With the "block_align_shift" value change, this brings down the default gmem_align from 16k to 4k on a630/a640 and down from 24k to 12k on a650, to match the gallium driver. Signed-off-by: Jonathan Marek <jonathan@marek.ca> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5528>