docs: radeon -> Radeon

Let's also do radeonsi -> RadeonSI while we're at it.

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 10:49:22 +02:00 committed by Marge Bot
parent 8e09975562
commit b3e0a70908
4 changed files with 6 additions and 6 deletions

View File

@ -7,7 +7,7 @@ but only on the 21.3.x branch, and only for critical fixes.
These drivers include:
- radeon
- Radeon
- r200
- i915
- i965

View File

@ -870,7 +870,7 @@ RADV driver environment variables
``liveinfo``
print liveness and register demand information before scheduling
radeonsi driver environment variables
RadeonSI driver environment variables
-------------------------------------
:envvar:`radeonsi_no_infinite_interp`

View File

@ -48,7 +48,7 @@ ATI/AMD r600
Driver for the ATI/AMD r600, r700, Evergreen and Northern Islands families of GPUs.
AMD radeonsi
AMD RadeonSI
^^^^^^^^^^^^
Driver for the AMD Southern Islands family of GPUs.

View File

@ -11,9 +11,9 @@ each directory.
- **amd** - AMD-specific sources
- **addrlib** - common sources for creating images
- **common** - common code between RADV, radeonsi and ACO
- **common** - common code between RADV, RadeonSI and ACO
- **compiler** - ACO shader compiler
- **llvm** - common code between RADV and radeonsi for compiling
- **llvm** - common code between RADV and RadeonSI for compiling
shaders using LLVM
- **registers** - register definitions
- **vulkan** - RADV Vulkan implementation for AMD Southern Island
@ -87,7 +87,7 @@ each directory.
- **nouveau** - Driver for NVIDIA GPUs.
- **panfrost** - Driver for ARM Mali Txxx (Midgard) and
Gxx (Bifrost) GPUs.
- **radeon** - Shared module for the r600 and radeonsi
- **radeon** - Shared module for the r600 and RadeonSI
drivers.
- **r300** - Driver for ATI R300 - R500.
- **r600** - Driver for ATI/AMD R600 - Northern Island (Terascale).