mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-05 21:38:23 +02:00
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:
parent
f002b34576
commit
ee4a8548a2
1 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue