commit | c517ec5939c988ffcac9d0b21a648b9cd4f9cf4a | [log] [tgz] |
---|---|---|
author | Alyssa Rosenzweig <alyssa@collabora.com> | Fri Jun 24 17:37:30 2022 -0400 |
committer | Marge Bot <emma+marge@anholt.net> | Fri Jul 08 01:14:55 2022 +0000 |
tree | c03f0727f7c4660a0d30b51cefffdce2183df4cc | |
parent | fbe430fae98ea3b5dbba064bbf8709390d4ff8e5 [diff] |
panfrost: Fix PIPE_COMPUTE_CAP_MAX_COMPUTE_UNITS This maps to CL_DEVICE_MAX_COMPUTE_UNITS, which is defined as: The number of parallel compute cores on the OpenCL device. Since all supported Malis are unified shader cores, the number of parallel compute cores is simply the number of shader cores. Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17265>