mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-16 03:37:05 +00:00
This nvclass exposes the replayable fault buffer, which will be used by SVM to manage GPU page faults. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
5 lines
178 B
Makefile
5 lines
178 B
Makefile
nvkm-y += nvkm/subdev/fault/base.o
|
|
nvkm-y += nvkm/subdev/fault/user.o
|
|
nvkm-y += nvkm/subdev/fault/gp100.o
|
|
nvkm-y += nvkm/subdev/fault/gv100.o
|
|
nvkm-y += nvkm/subdev/fault/tu102.o
|