Mesa (main): panfrost: Enable Mali-G57

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Jun 6 19:48:26 UTC 2022


Module: Mesa
Branch: main
Commit: feb90200393464550bcbcde34600feb3f5fe4d38
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=feb90200393464550bcbcde34600feb3f5fe4d38

Author: Alyssa Rosenzweig <alyssa at collabora.com>
Date:   Fri Jan 28 12:00:37 2022 -0500

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 at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16890>

---

 src/panfrost/lib/pan_props.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/panfrost/lib/pan_props.c b/src/panfrost/lib/pan_props.c
index 5884a826b8e..8ec6049427f 100644
--- a/src/panfrost/lib/pan_props.c
+++ b/src/panfrost/lib/pan_props.c
@@ -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



More information about the mesa-commit mailing list