From af00076741b0083ef0adf0d71e0ba5a1393f2733 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Thu, 20 Oct 2022 11:28:39 +0200 Subject: [PATCH] docs: freedreno -> Freedreno Reviewed-by: David Heidelberg Part-of: --- docs/android.rst | 2 +- docs/gallium/debugging.rst | 2 +- docs/gallium/distro.rst | 2 +- docs/perfetto.rst | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/android.rst b/docs/android.rst index 904cbaf4fd3..17cc2602514 100644 --- a/docs/android.rst +++ b/docs/android.rst @@ -144,7 +144,7 @@ ARC++, but it should also be possible to build using the NDK as described above. There are currently rough edges with this, for example the build will require that you have your arc-libdrm build available to the NDK, assuming you're building anything but the -freedreno Vulkan driver for KGSL. You can mostly put things in place +Freedreno Vulkan driver for KGSL. You can mostly put things in place with: .. code-block:: console diff --git a/docs/gallium/debugging.rst b/docs/gallium/debugging.rst index 053b0cccf74..39e90476534 100644 --- a/docs/gallium/debugging.rst +++ b/docs/gallium/debugging.rst @@ -88,7 +88,7 @@ Number of threads that the llvmpipe driver should use. .. envvar:: FD_MESA_DEBUG (0x0) -Debug :ref:`flags` for the freedreno driver. +Debug :ref:`flags` for the Freedreno driver. .. _flags: diff --git a/docs/gallium/distro.rst b/docs/gallium/distro.rst index 4d717ed0d73..e60ee179ffb 100644 --- a/docs/gallium/distro.rst +++ b/docs/gallium/distro.rst @@ -53,7 +53,7 @@ AMD radeonsi Driver for the AMD Southern Islands family of GPUs. -freedreno +Freedreno ^^^^^^^^^ Driver for Qualcomm Adreno a2xx, a3xx, and a4xx series of GPUs. diff --git a/docs/perfetto.rst b/docs/perfetto.rst index 5981ffcdc10..0decd5da60f 100644 --- a/docs/perfetto.rst +++ b/docs/perfetto.rst @@ -110,7 +110,7 @@ CPU Tracing Mesa's CPU tracepoints (``MESA_TRACE_*``) use Perfetto track events when Perfetto is enabled. They use ``mesa.default`` and ``mesa.slow`` categories. -Currently, only EGL and freedreno have CPU tracepoints. +Currently, only EGL and Freedreno have CPU tracepoints. Vulkan data sources ~~~~~~~~~~~~~~~~~~~