| commit | fbe430fae98ea3b5dbba064bbf8709390d4ff8e5 | [log] [tgz] |
|---|---|---|
| author | Alyssa Rosenzweig <alyssa@collabora.com> | Mon Jul 04 16:43:59 2022 -0400 |
| committer | Marge Bot <emma+marge@anholt.net> | Fri Jul 08 01:14:55 2022 +0000 |
| tree | 6cec93f72e0e79d0c2ab877f90cc21e06cf97707 | |
| parent | 6f3eea5ddb0dba31f9ca9bc4e830cc8cd78b93f2 [diff] |
panfrost: Move bifrost_lanes_per_warp to common Whereas the compiler needs to know the warp size for lowering divergent indirects, the driver needs to know it to report the subgroup size. Move the Bifrost-specific helper to common and add the trivial implementation for Midgard. Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17265>