Module: Mesa
Branch: main
Commit: dbd6031c067a91a7024b84c34687bb8f33f64055
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=dbd6031c067a91a7024b84c34687bb8f33f64055

Author: Emma Anholt <[email protected]>
Date:   Tue Jan 10 10:36:46 2023 -0800

docs/perfetto: Fix the name of the i915 render stages data sources.

Fixes: ef27399bca95 ("docs: update perfetto with the latest status")
Reviewed-by: Lionel Landwerlin <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20658>

---

 docs/perfetto.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/perfetto.rst b/docs/perfetto.rst
index e9ae8afa89e..eef9699a63d 100644
--- a/docs/perfetto.rst
+++ b/docs/perfetto.rst
@@ -39,7 +39,7 @@ The exact supported features vary per driver:
      - ``gpu.renderstages.msm``
    * - Intel
      - ``gpu.counters.i915``
-     - ``gpu.renderstages.i915``
+     - ``gpu.renderstages.intel``
    * - Panfrost
      - ``gpu.counters.panfrost``
      -

Reply via email to