commit | 19849a6501e9f613b3a20a148e83fc38a0913c28 | [log] [tgz] |
---|---|---|
author | Boris Brezillon <boris.brezillon@collabora.com> | Wed Apr 21 10:24:37 2021 +0200 |
committer | Boris Brezillon <boris.brezillon@collabora.com> | Wed Apr 21 15:46:01 2021 +0200 |
tree | b8b53aec9c7ff5be10690161f805f3c2585f91b4 | |
parent | ebc07f4b2f33b7730c9729094692f8aa2ee9ccf2 [diff] |
panfrost: Fix indirect draws Use panfrost_batch_reserve_tls() to reserve the TSD. Cc: mesa-stable Fixes: ff3eada7eb4e ("panfrost: Use the generic preload and FB helpers in the gallium driver") Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com> Reviewed-by: Alyssa Rosenzweig <alyssa@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10369>