mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 06:04:44 +01:00
AMDGPU heavily relies on ring buffers to manage its components; as a result, it has an elaborate mechanism of operation with multiple details around it. This commit introduces new documentation on ring buffers, detailing their management and expanding the explanation of Enforce isolation. Finally, this commit also adds the documentation available in the amdgpu_ring.c file to it. Cc: Alex Deucher <alexander.deucher@amd.com> Cc: Christian König <christian.koenig@amd.com> Cc: Timur Kristóf <timur.kristof@gmail.com> Signed-off-by: Rodrigo Siqueira <siqueira@igalia.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
25 lines
475 B
ReStructuredText
25 lines
475 B
ReStructuredText
==========================
|
|
drm/amdgpu AMDgpu driver
|
|
==========================
|
|
|
|
The drm/amdgpu driver supports all AMD Radeon GPUs based on the Graphics Core
|
|
Next (GCN), Radeon DNA (RDNA), and Compute DNA (CDNA) architectures.
|
|
|
|
.. toctree::
|
|
|
|
driver-core
|
|
ring-buffer
|
|
amd-hardware-list-info
|
|
module-parameters
|
|
gc/index
|
|
display/index
|
|
userq
|
|
flashing
|
|
xgmi
|
|
ras
|
|
thermal
|
|
driver-misc
|
|
debugging
|
|
debugfs
|
|
process-isolation
|
|
amdgpu-glossary
|