mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-04 03:50:31 +01:00
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:
parent
40db52488b
commit
feb9020039
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue