panfrost: Enable Mali-T600

It works since !27515

Signed-off-by: Anton Bambura <jenneron@postmarketos.org>
Acked-by: Boris Brezillon <boris.brezillon@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27519>
This commit is contained in:
Anton Bambura
2024-02-08 10:01:58 +00:00
committed by Marge Bot
parent 337641cfcc
commit 0129b3ff79

View File

@@ -49,6 +49,7 @@
/* Table of supported Mali GPUs */
/* clang-format off */
const struct panfrost_model panfrost_model_list[] = {
MODEL(0x600, 0, "T600", "T60x", NO_ANISO, 8192, {}),
MODEL(0x620, 0, "T620", "T62x", NO_ANISO, 8192, {}),
MODEL(0x720, 0, "T720", "T72x", NO_ANISO, 8192, { .no_hierarchical_tiling = true }),
MODEL(0x750, 0, "T760", "T76x", NO_ANISO, 8192, {}),