mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2026-08-09 06:14:34 +02:00
The main GPU documentation toctree has no limit to the toctree depth, which means the main GPU index page recursively includes all the headings in all of GPU documentation in the single table of contents. This makes getting any kind of overview of the documentation really difficult. Limit the main toctree depth to 2 i.e. show at most two levels of headings. Acked-by: Randy Dunlap <rdunlap@infradead.org> Tested-by: Randy Dunlap <rdunlap@infradead.org> Reviewed-by: Randy Dunlap <rdunlap@infradead.org> Link: https://patch.msgid.link/cddd2d11c104132801510e3ab4e4b9ef3ea9cb6d.1778238671.git.jani.nikula@intel.com Signed-off-by: Jani Nikula <jani.nikula@intel.com>
27 lines
404 B
ReStructuredText
27 lines
404 B
ReStructuredText
============================
|
|
GPU Driver Developer's Guide
|
|
============================
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
introduction
|
|
drm-internals
|
|
drm-mm
|
|
drm-kms
|
|
drm-kms-helpers
|
|
drm-ras
|
|
drm-uapi
|
|
drm-usage-stats
|
|
driver-uapi
|
|
drm-client
|
|
drm-compute
|
|
drivers
|
|
backlight
|
|
vga-switcheroo
|
|
vgaarbiter
|
|
automated_testing
|
|
implementation_guidelines
|
|
todo
|
|
rfc/index
|