docs: freedreno -> Freedreno

Reviewed-by: Yonggang Luo <luoyonggang@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19297>
This commit is contained in:
Erik Faye-Lund
2022-10-20 11:28:39 +02:00
committed by Marge Bot
parent 2170b4ad18
commit f90f194cff
2 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ The CI runs a number of tests, from trivial build-testing to complex GPU renderi
- Build testing for a number of build systems, configurations and platforms - Build testing for a number of build systems, configurations and platforms
- Sanity checks (``meson test``) - Sanity checks (``meson test``)
- Some drivers (softpipe, llvmpipe, freedreno and panfrost) are also tested - Some drivers (softpipe, llvmpipe, Freedreno and panfrost) are also tested
using `VK-GL-CTS <https://github.com/KhronosGroup/VK-GL-CTS>`__ using `VK-GL-CTS <https://github.com/KhronosGroup/VK-GL-CTS>`__
- Replay of application traces - Replay of application traces

View File

@@ -107,9 +107,9 @@ Bare-metal custom kernels
Some CI jobs have support to plug in a custom kernel by simply changing a variable. Some CI jobs have support to plug in a custom kernel by simply changing a variable.
This is great, since rebuilding the kernel and rootfs may takes dozens of minutes. This is great, since rebuilding the kernel and rootfs may takes dozens of minutes.
For example, freedreno jobs `gitlab.yml` manifest support a variable named For example, Freedreno jobs `gitlab.yml` manifest support a variable named
`BM_KERNEL`. If one puts a gz-compressed kernel URL there, the job will use that `BM_KERNEL`. If one puts a gz-compressed kernel URL there, the job will use that
kernel to boot the freedreno bare-metal devices. The same works for `BM_DTB` in kernel to boot the Freedreno bare-metal devices. The same works for `BM_DTB` in
the case of device tree binaries. the case of device tree binaries.
Careful reading of the job logs Careful reading of the job logs