This series starts by splitting the amdgpu/index file to make some room for additional contents, but I'm not really happy with the result, we can certainly do better. The rest is basically bringing Alex' descriptions of the hardware and driver internals into the doc. Yann Dirson (3): Documentation/gpu: split amdgpu/index for readability Documentation/gpu: include description of AMDGPU hardware structure Documentation/gpu: include description of some of the GC microcontrollers Documentation/gpu/amdgpu/driver-core.rst | 181 +++++++++++ Documentation/gpu/amdgpu/driver-misc.rst | 112 +++++++ Documentation/gpu/amdgpu/index.rst | 298 +----------------- .../gpu/amdgpu/module-parameters.rst | 7 + Documentation/gpu/amdgpu/ras.rst | 62 ++++ Documentation/gpu/amdgpu/thermal.rst | 65 ++++ 6 files changed, 440 insertions(+), 285 deletions(-) create mode 100644 Documentation/gpu/amdgpu/driver-core.rst create mode 100644 Documentation/gpu/amdgpu/driver-misc.rst create mode 100644 Documentation/gpu/amdgpu/module-parameters.rst create mode 100644 Documentation/gpu/amdgpu/ras.rst create mode 100644 Documentation/gpu/amdgpu/thermal.rst -- 2.31.1