summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/include/nvif/ifc00d.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:26 +1000
commit8e39abff45888a54b3d9dc20434940dabeda077f (patch)
treed6d8875035befe93e45f416a2a3506513251dfed /drivers/gpu/drm/nouveau/include/nvif/ifc00d.h
parent5f300fed645597689f1e6fed8800fc7e3d01e212 (diff)
drm/nouveau/mmu/gp100,gp10b: implement vmm on top of new base
Adds support for: - Selection of old/new-style page table layout (GP100MmuLayout=0/1). - System-memory PDs. New layout disabled by default for the moment, as we don't have a backend that can handle it yet. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/include/nvif/ifc00d.h')
-rw-r--r--drivers/gpu/drm/nouveau/include/nvif/ifc00d.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/include/nvif/ifc00d.h b/drivers/gpu/drm/nouveau/include/nvif/ifc00d.h
new file mode 100644
index 000000000000..39be62ca7339
--- /dev/null
+++ b/drivers/gpu/drm/nouveau/include/nvif/ifc00d.h
@@ -0,0 +1,8 @@
+#ifndef __NVIF_IFC00D_H__
+#define __NVIF_IFC00D_H__
+#include "if000c.h"
+
+struct gp100_vmm_vn {
+ /* nvif_vmm_vX ... */
+};
+#endif