docs: freedreno -> Freedreno
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Thu, 20 Oct 2022 09:28:39 +0000 (11:28 +0200)
committerMarge Bot <emma+marge@anholt.net>
Tue, 25 Oct 2022 10:06:45 +0000 (10:06 +0000)
Reviewed-by: David Heidelberg <david.heidelberg@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19191>

docs/android.rst
docs/gallium/debugging.rst
docs/gallium/distro.rst
docs/perfetto.rst

index 904cbaf..17cc260 100644 (file)
@@ -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
index 053b0cc..39e9047 100644 (file)
@@ -88,7 +88,7 @@ Number of threads that the llvmpipe driver should use.
 
 .. envvar:: FD_MESA_DEBUG <flags> (0x0)
 
-Debug :ref:`flags` for the freedreno driver.
+Debug :ref:`flags` for the Freedreno driver.
 
 
 .. _flags:
index 4d717ed..e60ee17 100644 (file)
@@ -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.
index 5981ffc..0decd5d 100644 (file)
@@ -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
 ~~~~~~~~~~~~~~~~~~~