index.rst 842 B

12345678910111213141516171819202122232425262728293031323334
  1. .. SPDX-License-Identifier: (GPL-2.0+ OR MIT)
  2. =======================
  3. nova NVIDIA GPU drivers
  4. =======================
  5. The nova driver project consists out of two separate drivers nova-core and
  6. nova-drm and intends to supersede the nouveau driver for NVIDIA GPUs based on
  7. the GPU System Processor (GSP).
  8. The following documents apply to both nova-core and nova-drm.
  9. .. toctree::
  10. :titlesonly:
  11. guidelines
  12. nova-core
  13. =========
  14. The nova-core driver is the core driver for NVIDIA GPUs based on GSP. nova-core,
  15. as the 1st level driver, provides an abstraction around the GPUs hard- and
  16. firmware interfaces providing a common base for 2nd level drivers, such as the
  17. vGPU manager VFIO driver and the nova-drm driver.
  18. .. toctree::
  19. :titlesonly:
  20. core/guidelines
  21. core/todo
  22. core/vbios
  23. core/devinit
  24. core/fwsec
  25. core/falcon