aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/include/nvif/if900d.h
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2017-11-01 03:56:19 +1000
committerBen Skeggs <bskeggs@redhat.com>2017-11-02 13:32:25 +1000
commit540a1dde57bf4ce7acd2c5cc494bea03aa261484 (patch)
treee98bf5737f10eedd419d53c4d4af833de1599cc7 /drivers/gpu/drm/nouveau/include/nvif/if900d.h
parentdrm/nouveau/mmu/nv50,g84: implement vmm on top of new base (diff)
downloadlinux-dev-540a1dde57bf4ce7acd2c5cc494bea03aa261484.tar.xz
linux-dev-540a1dde57bf4ce7acd2c5cc494bea03aa261484.zip
drm/nouveau/mmu/gf100: implement vmm on top of new base
Adds support for: - Selection of a 64KiB big page size (NvFbBigPage=16). - System-memory PDs. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/include/nvif/if900d.h')
-rw-r--r--drivers/gpu/drm/nouveau/include/nvif/if900d.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/include/nvif/if900d.h b/drivers/gpu/drm/nouveau/include/nvif/if900d.h
new file mode 100644
index 000000000000..112716f889c6
--- /dev/null
+++ b/drivers/gpu/drm/nouveau/include/nvif/if900d.h
@@ -0,0 +1,8 @@
+#ifndef __NVIF_IF900D_H__
+#define __NVIF_IF900D_H__
+#include "if000c.h"
+
+struct gf100_vmm_vn {
+ /* nvif_vmm_vX ... */
+};
+#endif