cbf3a5d6 | 21-Aug-2025 |
Rakuram Eswaran <rakuram.e96@gmail.com> |
docs: gpu: amdgpu: Fix spelling in amdgpu documentation
Fixed following typos reported by Codespell
1. propogated ==> propagated aperatures ==> apertures In Documentation/gpu/amdgpu/debugfs.rst
docs: gpu: amdgpu: Fix spelling in amdgpu documentation
Fixed following typos reported by Codespell
1. propogated ==> propagated aperatures ==> apertures In Documentation/gpu/amdgpu/debugfs.rst
2. parition ==> partition In Documentation/gpu/amdgpu/process-isolation.rst
3. conections ==> connections In Documentation/gpu/amdgpu/display/programming-model-dcn.rst
In addition to above, Fixed wrong bit-partition naming in gpu/amdgpu/process-isolation.rst from "fourth" partition to "third" partition.
Reviewed-by: Randy Dunlap <rdunlap@infradead.org> Suggested-by: Randy Dunlap <rdunlap@infradead.org> Suggested-by: Alexander Deucher <Alexander.Deucher@amd.com> Signed-off-by: Rakuram Eswaran <rakuram.e96@gmail.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
show more ...
|
8f249ba6 | 28-Jul-2025 |
Alex Deucher <alexander.deucher@amd.com> |
Documentation: add RDNA4 dGPUs
Add RDNA4 dGPUs to the dGPU table.
Link: https://www.amd.com/en/products/graphics/desktops/radeon/9000-series/amd-radeon-rx-9070xt.html Link: https://www.amd.com/en/p
Documentation: add RDNA4 dGPUs
Add RDNA4 dGPUs to the dGPU table.
Link: https://www.amd.com/en/products/graphics/desktops/radeon/9000-series/amd-radeon-rx-9070xt.html Link: https://www.amd.com/en/products/graphics/desktops/radeon/9000-series/amd-radeon-rx-9070.html Link: https://www.amd.com/en/products/graphics/desktops/radeon/9000-series/amd-radeon-rx-9060xt.html Link: https://www.amd.com/en/products/graphics/desktops/radeon/9000-series/amd-radeon-rx-9060xt-8gb.html Reviewed-by: Mario Limonciello <mario.limonciello@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
show more ...
|
9040e657 | 26-Mar-2025 |
Alex Deucher <alexander.deucher@amd.com> |
Documenation: fix typo in debugfs.rst
In reference to memory carved out for APUs, s/cave out/carve out/
Reviewed-by: shaoyun.liu <Shaoyun.liu@amd.com> Signed-off-by: Alex Deucher <alexander.deucher
Documenation: fix typo in debugfs.rst
In reference to memory carved out for APUs, s/cave out/carve out/
Reviewed-by: shaoyun.liu <Shaoyun.liu@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
show more ...
|
74f0ff36 | 25-Mar-2025 |
Rodrigo Siqueira <siqueira@igalia.com> |
Documentation/gpu: Add an intro about MES
MES is an important firmware that lacks some essential documentation. This commit introduces an overview of it and how it works.
Reviewed-by: Bagas Sanjaya
Documentation/gpu: Add an intro about MES
MES is an important firmware that lacks some essential documentation. This commit introduces an overview of it and how it works.
Reviewed-by: Bagas Sanjaya <bagasdotme@gmail.com> Signed-off-by: Rodrigo Siqueira <siqueira@igalia.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
show more ...
|
e7aaa5fb | 25-Mar-2025 |
Rodrigo Siqueira <siqueira@igalia.com> |
Documentation/gpu: Create a GC entry in the amdgpu documentation
GC is a large block that plays a vital role for amdgpu; for this reason, this commit creates one specific page for GC and adds extra
Documentation/gpu: Create a GC entry in the amdgpu documentation
GC is a large block that plays a vital role for amdgpu; for this reason, this commit creates one specific page for GC and adds extra information about the CP component.
Acked-by: Christian König <christian.koenig@amd.com> Signed-off-by: Rodrigo Siqueira <siqueira@igalia.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
show more ...
|
4ede6d20 | 25-Mar-2025 |
Rodrigo Siqueira <siqueira@igalia.com> |
Documentation/gpu: Add explanation about AMD Pipes and Queues
Pipes and Queues are two common vocabulary that pervades discussions around amdgpu core features. The definition and explanation of thos
Documentation/gpu: Add explanation about AMD Pipes and Queues
Pipes and Queues are two common vocabulary that pervades discussions around amdgpu core features. The definition and explanation of those components are spread around multiple places in the code, mailing list, and Gitlab, which sometimes leads to the wrong interpretation of these concepts. This commit attempts to centralize the definition and explanation of Pipe and Queue from amdgpu perspective in a kernel doc. Most of the information in this doc was derived from:
- https://lore.kernel.org/amd-gfx/CADnq5_Pcz2x4aJzKbVrN3jsZhD6sTydtDw=6PaN4O3m4t+Grtg@mail.gmail.com/T/#m9a670b55ab20e0f7c46c80f802a0a4be255a719d - https://gitlab.freedesktop.org/mesa/mesa/-/issues/11759
Reviewed-by: Christian König <christian.koenig@amd.com> Signed-off-by: Rodrigo Siqueira <siqueira@igalia.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
show more ...
|
c6a1c23d | 25-Mar-2025 |
Rodrigo Siqueira <siqueira@igalia.com> |
Documentation/gpu: Create a documentation entry just for hardware info
The APU and dGPU tables are hidden in the driver misc info, which makes it hard to find specific hardware info when users need
Documentation/gpu: Create a documentation entry just for hardware info
The APU and dGPU tables are hidden in the driver misc info, which makes it hard to find specific hardware info when users need it. This commit creates a single page for this information and adds it to the top of the amdgpu list to improve searchability.
Signed-off-by: Rodrigo Siqueira <siqueira@igalia.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
show more ...
|
5acd17d6 | 25-Mar-2025 |
Rodrigo Siqueira <siqueira@igalia.com> |
Documentation/gpu: Change index order to show driver core first
Since driver-core has an overview of the AMD GPU hardware structure, it makes more sense to keep it first. This commit move driver-cor
Documentation/gpu: Change index order to show driver core first
Since driver-core has an overview of the AMD GPU hardware structure, it makes more sense to keep it first. This commit move driver-core up in the index list.
Signed-off-by: Rodrigo Siqueira <siqueira@igalia.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
show more ...
|
8f1366fc | 25-Mar-2025 |
Rodrigo Siqueira <siqueira@igalia.com> |
Documentation/gpu: Add new acronyms
This commit introduces some new acronyms extracted from the source code and found on some web pages around the internet (most of them came from ArchLinux, Gentoo,
Documentation/gpu: Add new acronyms
This commit introduces some new acronyms extracted from the source code and found on some web pages around the internet (most of them came from ArchLinux, Gentoo, and Wikipedia links).
Reviewed-by: Christian König <christian.koenig@amd.com> Signed-off-by: Rodrigo Siqueira <siqueira@igalia.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
show more ...
|