From 9b6525809e4cf3eef810c9cf5e4d959d82aa1f55 Mon Sep 17 00:00:00 2001 From: Christian Gmeiner Date: Wed, 29 Jan 2025 13:39:32 +0100 Subject: [PATCH] docs: Update the list of drivers with CPU tracepoints MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Turnip has supported this feature for some time, and v3dv recently added support. Signed-off-by: Christian Gmeiner Reviewed-by: MaĆ­ra Canal Part-of: --- docs/perfetto.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/perfetto.rst b/docs/perfetto.rst index 77f78a5388f..b7fe30000ca 100644 --- a/docs/perfetto.rst +++ b/docs/perfetto.rst @@ -119,8 +119,10 @@ Perfetto is enabled. They use ``mesa.default`` and ``mesa.slow`` categories. Currently, only EGL and the following drivers have have CPU tracepoints. - Freedreno +- Turnip - V3D - VC4 +- V3DV Vulkan data sources ~~~~~~~~~~~~~~~~~~~