Mesa (main): docs: Document Mali-G57 conformance

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


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

Author: Alyssa Rosenzweig <alyssa at collabora.com>
Date:   Sat Jun  4 08:52:24 2022 -0400

docs: Document Mali-G57 conformance

Update the Panfrost driver documentation and the Mesa 22.2 release notes to
advertise the new Valhall support.

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

---

 docs/drivers/panfrost.rst      | 6 ++++--
 docs/relnotes/new_features.txt | 1 +
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/docs/drivers/panfrost.rst b/docs/drivers/panfrost.rst
index daaad307dcd..3a1d44246b6 100644
--- a/docs/drivers/panfrost.rst
+++ b/docs/drivers/panfrost.rst
@@ -3,8 +3,8 @@ Panfrost
 
 The Panfrost driver stack includes an OpenGL ES implementation for Arm Mali
 GPUs based on the Midgard and Bifrost microarchitectures. It is **conformant**
-on Mali G52 but **non-conformant** on other GPUs. The following hardware is
-currently supported:
+on Mali-G52 and Mali-G57 but **non-conformant** on other GPUs. The following
+hardware is currently supported:
 
 =========  ============ ============ =======
 Product    Architecture OpenGL ES    OpenGL
@@ -20,6 +20,7 @@ Mali G31   Bifrost (v7) 3.1          3.1
 Mali G51   Bifrost (v7) 3.1          3.1
 Mali G52   Bifrost (v7) 3.1          3.1
 Mali G76   Bifrost (v7) 3.1          3.1
+Mali G57   Valhall (v9) 3.1          3.1
 =========  ============ ============ =======
 
 Other Midgard and Bifrost chips (T604, T628, G71) are not yet supported.
@@ -88,6 +89,7 @@ Mali-T720  Midgard (v4) 720
 Mali-T860  Midgard (v5) 860
 Mali-G72   Bifrost (v6) 6221
 Mali-G52   Bifrost (v7) 7212
+Mali-G57   Valhall (v9) 9093
 =========  ============ =======
 
 Additional GPU IDs are enumerated in the ``panfrost_model_list`` list in
diff --git a/docs/relnotes/new_features.txt b/docs/relnotes/new_features.txt
index 42b757822c0..2c247967627 100644
--- a/docs/relnotes/new_features.txt
+++ b/docs/relnotes/new_features.txt
@@ -4,3 +4,4 @@ VK_EXT_robustness2 for lavapipe
 VK_EXT_image_2d_view_of_3d on RADV
 zink GL_EXT_memory_object_win32 and GL_EXT_semaphore_win32 support
 vertexAttributeInstanceRateZeroDivisor support for lavapipe
+panfrost Valhall support (conformant OpenGL ES 3.1 on Mali-G57)



More information about the mesa-commit mailing list