This series shows what drm.tmpl would look like if renamed to gpu.tmpl and amended by the vga_switcheroo documentation. The DocBook would thus become the "Linux GPU Driver Developer's Guide", covering not only DRM but also other components in drivers/gpu/.
There are two unsorted lists in the vga_switcheroo documentation which for optimal rendering require markdown support. One may either apply the series to drm-next (on top of the markdown patches), or to drm-intel-nightly (which already has the markdown patches).
The series is also available on GitHub (the commits required for markdown are apparent from this branch as it's based on drm-next): https://github.com/l1k/linux/commits/gpu_docs
Best regards,
Lukas
Daniel Vetter (1): drm/doc: Rename docbook to gpu.tmpl
Lukas Wunner (4): drm/doc: Remove TODO about drm_vblank_pre/post_modeset() gpu/doc: Fix up remaining occurrences of old document title gpu/doc: Add vga_switcheroo documentation gpu/doc: Convert to markdown harder
Documentation/DocBook/Makefile | 4 +- Documentation/DocBook/drm.tmpl | 4191 --------------------------------------- Documentation/DocBook/gpu.tmpl | 4257 ++++++++++++++++++++++++++++++++++++++++ include/drm/drm_vma_manager.h | 2 +- 4 files changed, 4260 insertions(+), 4194 deletions(-) delete mode 100644 Documentation/DocBook/drm.tmpl create mode 100644 Documentation/DocBook/gpu.tmpl