From feb90200393464550bcbcde34600feb3f5fe4d38 Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Fri, 28 Jan 2022 12:00:37 -0500 Subject: [PATCH] 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 Part-of: --- 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