panfrost: Add GPU variant of G57 to the set of known ids
authorCarsten Haitzler <carsten.haitzler@foss.arm.com>
Mon, 4 Sep 2023 09:05:03 +0000 (10:05 +0100)
committerMarge Bot <emma+marge@anholt.net>
Wed, 4 Oct 2023 16:32:05 +0000 (16:32 +0000)
There already is a G57 ID, but this is for a MTK variant that is not
actually the original design. The original design is 0x9091 not
0x9093.

Signed-off-by: Carsten Haitzler <carsten.haitzler@foss.arm.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25026>

src/panfrost/lib/pan_props.c

index 46d61c9..890f97a 100644 (file)
@@ -69,6 +69,7 @@ const struct panfrost_model panfrost_model_list[] = {
         MODEL(0x7211, "G76",    "TNOx", HAS_ANISO,         16384, {}),
         MODEL(0x7212, "G52",    "TGOx", HAS_ANISO,         16384, {}),
         MODEL(0x7402, "G52 r1", "TGOx", HAS_ANISO,         16384, {}),
+        MODEL(0x9091, "G57",    "TNAx", HAS_ANISO,         16384, {}),
         MODEL(0x9093, "G57",    "TNAx", HAS_ANISO,         16384, {}),
 };
 /* clang-format on */