docs: Document Mali-G57 conformance
authorAlyssa Rosenzweig <alyssa@collabora.com>
Sat, 4 Jun 2022 12:52:24 +0000 (08:52 -0400)
committerMarge Bot <emma+marge@anholt.net>
Mon, 6 Jun 2022 19:30:15 +0000 (19:30 +0000)
Update the Panfrost driver documentation and the Mesa 22.2 release notes to
advertise the new Valhall support.

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

docs/drivers/panfrost.rst
docs/relnotes/new_features.txt

index daaad30..3a1d442 100644 (file)
@@ -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
index 42b7578..2c24796 100644 (file)
@@ -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)