docs: freedreno -> Freedreno

Reviewed-by: David Heidelberg <david.heidelberg@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19191>
This commit is contained in:
Erik Faye-Lund
2022-10-20 11:28:39 +02:00
committed by Marge Bot
parent 956cc5459a
commit af00076741
4 changed files with 4 additions and 4 deletions

View 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

View 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:

View 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.

View 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
~~~~~~~~~~~~~~~~~~~