docs/panfrost: fix outdated path to complete GPUs list

The list in the documentation still doesn’t go higher than v10, and it
isn’t clear from that list of GPU IDs which one actually corresponds to
the newer generations, but at least users can test them.

Acked-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39564>
This commit is contained in:
Link Mauve 2026-01-27 18:51:29 +00:00 committed by Marge Bot
parent f002b34576
commit ee4a8548a2

View file

@ -33,8 +33,8 @@ Mali-G57 Valhall (v9) 9093
Mali-G610 Valhall (v10) a867
========= ============= =======
Additional GPU IDs are enumerated in the ``panfrost_model_list`` list in
``src/panfrost/lib/pan_props.c``.
Additional GPU IDs are enumerated in the ``pan_model_list`` list in
``src/panfrost/model/pan_model.c``.
As an example: assuming Mesa is installed to a local path ``~/lib`` and Mesa's
build directory is ``~/mesa/build``, a shader can be compiled for Mali-G52 as: