This series is basically bringing Alex' descriptions of the hardware and driver internals into the doc. Changes in v3: * camel case in titles (Rodrigo Siqueira) * link DCN description to DC doc (Rodrigo Siqueira) * links to email archive in commit messages (Rodrigo Siqueira) * acronym expansion in intro (Rodrigo Siqueira) * new commits for kerneldoc content fixes Changes in v2: * fix typos (Harry Wentland) * get rid of double headings Yann Dirson (4): Documentation/gpu: include description of AMDGPU hardware structure Documentation/gpu: include description of some of the GC microcontrollers amdgpu: fix some kernel-doc markup amdgpu: fix some comment typos Documentation/gpu/amdgpu/display/index.rst | 2 + Documentation/gpu/amdgpu/driver-core.rst | 117 ++++++++++++++++++ drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 6 +- drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 2 +- drivers/gpu/drm/amd/amdgpu/soc15.c | 2 +- .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 2 +- .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h | 4 +- include/uapi/drm/amdgpu_drm.h | 2 +- 8 files changed, 128 insertions(+), 9 deletions(-) -- 2.31.1