Mesa (main): panfrost: Add Mali-G51 support

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Jan 28 18:03:03 UTC 2022


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

Author: Alyssa Rosenzweig <alyssa at collabora.com>
Date:   Tue Jan 25 20:06:55 2022 -0500

panfrost: Add Mali-G51 support

Just to prove it can be done in one line now :-)

Thanks to Robin Murphy for breaking out the ol' FPGA.

Signed-off-by: Alyssa Rosenzweig <alyssa at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14726>

---

 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 898f990eb8a..b5ef6bdb9d3 100644
--- a/src/panfrost/lib/pan_props.c
+++ b/src/panfrost/lib/pan_props.c
@@ -62,6 +62,7 @@ const struct panfrost_model panfrost_model_list[] = {
 
         MODEL(0x6000, "G71", "TMIx", NO_ANISO, {}),
         MODEL(0x6221, "G72", "THEx", 0x0030 /* r0p3 */, {}),
+        MODEL(0x7090, "G51", "TSIx", 0x1010 /* r1p1 */, {}),
         MODEL(0x7093, "G31", "TDVx", HAS_ANISO, {}),
         MODEL(0x7211, "G76", "TNOx", HAS_ANISO, {}),
         MODEL(0x7212, "G52", "TGOx", HAS_ANISO, {}),



More information about the mesa-commit mailing list