commit | 858cc13eb28e4b034e1ce6fb5b2d0a49f0d97534 | [log] [tgz] |
---|---|---|
author | Icecream95 <ixn@keemail.me> | Sat Jul 18 11:36:36 2020 +1200 |
committer | Marge Bot <eric+marge@anholt.net> | Sat Jul 18 01:36:59 2020 +0000 |
tree | ac3c06e92d058ff3c402bb500b034442b544c574 | |
parent | 5b380483476523f1dfa52f284c60667b78e55a2b [diff] |
panfrost: Make panfrost_bo_wait take a wait_readers bool panfrost_bo_wait is often used after panfrost_flush_batches_accessing_bo, so make them take similar arguments for consistency. Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5962>