drm/nouveau/dmem: device memory helpers for SVM
Device memory can be use in SVM, in which case we do not have any of the existing buffer object. This commit add infrastructure to allow use of device memory without nouveau_bo. Again this is a temporary solution until a rework of GPU memory management. Signed-off-by: Jérôme Glisse <jglisse@redhat.com>
This commit is contained in:

committed by
Ben Skeggs

parent
eeaf06ac1a
commit
5be73b6908
@@ -31,6 +31,7 @@ nouveau-y += nouveau_vga.o
|
||||
nouveau-y += nouveau_bo.o
|
||||
nouveau-y += nouveau_gem.o
|
||||
nouveau-$(CONFIG_DRM_NOUVEAU_SVM) += nouveau_svm.o
|
||||
nouveau-$(CONFIG_DRM_NOUVEAU_SVM) += nouveau_dmem.o
|
||||
nouveau-y += nouveau_mem.o
|
||||
nouveau-y += nouveau_prime.o
|
||||
nouveau-y += nouveau_sgdma.o
|
||||
|
Reference in New Issue
Block a user