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@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16890>
This commit is contained in:
Alyssa Rosenzweig 2022-06-04 08:52:24 -04:00 committed by Marge Bot
parent feb9020039
commit 01fd789ad5
2 changed files with 5 additions and 2 deletions

View 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

View 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)