summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nvif/Kbuild
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2016-05-22 20:35:16 +1000
committerBen Skeggs <bskeggs@redhat.com>2017-02-17 15:15:00 +1000
commit04b8867758a4e1fca9d349f4a279fff8855db58c (patch)
treeed6ce57d32f045d60f834942e5232ac9967caa93 /drivers/gpu/drm/nouveau/nvif/Kbuild
parent7c413feb7f9907c72aad7ea8f43af8ca8893c2bc (diff)
downloadlinux-04b8867758a4e1fca9d349f4a279fff8855db58c.tar.bz2
drm/nouveau/core/client: allow creation of subclients
We want a supervisor client of NVKM (such as the DRM) to be able to allow sharing of resources (such as memory objects) between clients. To allow this, the supervisor creates all its clients as children of itself, and will use an upcoming ioctl to permit sharing. Currently it's not possible for indirect clients to use subclients. Supporting this will require an additional field in the main ioctl. This isn't important currently, but will need to be fixed for virt. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nvif/Kbuild')
-rw-r--r--drivers/gpu/drm/nouveau/nvif/Kbuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/nvif/Kbuild b/drivers/gpu/drm/nouveau/nvif/Kbuild
index ff8ed3a04d06..067b5e9f5ec1 100644
--- a/drivers/gpu/drm/nouveau/nvif/Kbuild
+++ b/drivers/gpu/drm/nouveau/nvif/Kbuild
@@ -1,4 +1,5 @@
nvif-y := nvif/object.o
nvif-y += nvif/client.o
nvif-y += nvif/device.o
+nvif-y += nvif/driver.o
nvif-y += nvif/notify.o