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