panfrost: Enable Mali-G57

Everything required for conformant OpenGL ES 3.1 support on Valhall (v9) is now
upstream -- all that's left is to enable implementations! Add the GPU ID for the
Mali-G57 implemented in the MediaTek MT8192 system-on-chip.

Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16890>
This commit is contained in:
Alyssa Rosenzweig 2022-01-28 12:00:37 -05:00 committed by Marge Bot
parent 40db52488b
commit feb9020039
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@ const struct panfrost_model panfrost_model_list[] = {
MODEL(0x7211, "G76", "TNOx", HAS_ANISO, {}),
MODEL(0x7212, "G52", "TGOx", HAS_ANISO, {}),
MODEL(0x7402, "G52 r1", "TGOx", HAS_ANISO, {}),
MODEL(0x9093, "G57", "TNAx", HAS_ANISO, {}),
};
#undef NO_ANISO