]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - drivers/gpu/drm/nouveau/include/nvkm/core/client.h
drm/nouveau/mmu: remove old vmm frontend
[mirror_ubuntu-bionic-kernel.git] / drivers / gpu / drm / nouveau / include / nvkm / core / client.h
index e876634da10a18a377c3565046f7ddd75295d8ca..79624f6d0a2b30b5de2bec5380ad6baf5b8f8c6d 100644 (file)
@@ -16,7 +16,8 @@ struct nvkm_client {
        void *data;
        int (*ntfy)(const void *, u32, const void *, u32);
 
-       struct nvkm_vm *vm;
+       struct list_head umem;
+       spinlock_t lock;
 };
 
 int  nvkm_client_new(const char *name, u64 device, const char *cfg,