From ee4a8548a2b93ebd8895a81b4419583eb90b5cce Mon Sep 17 00:00:00 2001 From: Link Mauve Date: Tue, 27 Jan 2026 18:51:29 +0000 Subject: [PATCH] docs/panfrost: fix outdated path to complete GPUs list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Part-of: --- docs/drivers/panfrost/drm-shim.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/drivers/panfrost/drm-shim.rst b/docs/drivers/panfrost/drm-shim.rst index 0f8d14a8c2e..489358a22fc 100644 --- a/docs/drivers/panfrost/drm-shim.rst +++ b/docs/drivers/panfrost/drm-shim.rst @@ -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: