summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/gm200.c
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:31 +1000
commit51645eb71485dd3d72d9fe2acd0298057afdf437 (patch)
tree425a3b72924ee3ebb2d93cb70a422c150bb3ad12 /drivers/gpu/drm/nouveau/nvkm/subdev/mmu/gm200.c
parent3a314f747ba5b4cca22a36603768c176d1761afd (diff)
downloadblackbird-obmc-linux-51645eb71485dd3d72d9fe2acd0298057afdf437.tar.gz
blackbird-obmc-linux-51645eb71485dd3d72d9fe2acd0298057afdf437.zip
drm/nouveau/mmu: build up information on available memory types
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nvkm/subdev/mmu/gm200.c')
-rw-r--r--drivers/gpu/drm/nouveau/nvkm/subdev/mmu/gm200.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/gm200.c b/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/gm200.c
index a9628baf5372..f961f782ac9b 100644
--- a/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/gm200.c
+++ b/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/gm200.c
@@ -74,6 +74,7 @@ gm200_mmu = {
.lpg_shift = 17,
.vmm = {{ -1, 0, NVIF_CLASS_VMM_GM200}, gm200_vmm_new },
.kind = gm200_mmu_kind,
+ .kind_sys = true,
};
static const struct nvkm_mmu_func
@@ -83,6 +84,7 @@ gm200_mmu_fixed = {
.lpg_shift = 17,
.vmm = {{ -1, -1, NVIF_CLASS_VMM_GM200}, gm200_vmm_new_fixed },
.kind = gm200_mmu_kind,
+ .kind_sys = true,
};
int
OpenPOWER on IntegriCloud