commit | 471fd78e3c5923fc371da83391d4e8b9f9fc2c8f | [log] [tgz] |
---|---|---|
author | Boris Brezillon <boris.brezillon@collabora.com> | Tue Jan 05 14:02:07 2021 +0100 |
committer | Boris Brezillon <boris.brezillon@collabora.com> | Wed Jan 06 10:12:51 2021 +0100 |
tree | d3818417e69773a179172d623b28e8999e3de9a9 | |
parent | 8a22fc95023990200eb34f6a7417818bb4198053 [diff] |
panfrost: Fix AFBC on Bifrost v6 The AFBC layout of RT/ZS-extension descriptors on Bifrost v6 matches the v7 one except for the Block Format field. Update the set_buf() functions accordingly. Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com> Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8328>