From b3e0a7090860eea442f080cfbc4d53c3ea1fd0f4 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Thu, 20 Oct 2022 10:49:22 +0200 Subject: [PATCH] docs: radeon -> Radeon Let's also do radeonsi -> RadeonSI while we're at it. Reviewed-by: David Heidelberg Part-of: --- docs/amber.rst | 2 +- docs/envvars.rst | 2 +- docs/gallium/distro.rst | 2 +- docs/sourcetree.rst | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/amber.rst b/docs/amber.rst index f6935d4d1e5..2ca95212d04 100644 --- a/docs/amber.rst +++ b/docs/amber.rst @@ -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 diff --git a/docs/envvars.rst b/docs/envvars.rst index 2c1ace8e9c7..e48324af446 100644 --- a/docs/envvars.rst +++ b/docs/envvars.rst @@ -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` diff --git a/docs/gallium/distro.rst b/docs/gallium/distro.rst index e60ee179ffb..d406f49613f 100644 --- a/docs/gallium/distro.rst +++ b/docs/gallium/distro.rst @@ -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. diff --git a/docs/sourcetree.rst b/docs/sourcetree.rst index 09c0ba53d9d..b9a340ad790 100644 --- a/docs/sourcetree.rst +++ b/docs/sourcetree.rst @@ -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).