diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2016-07-09 02:41:01 +0200 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2016-07-14 03:53:25 +0200 |
commit | 4cb53a5ed1d0e662e9aab73fbf2097ead5cad563 (patch) | |
tree | 4d72d7760313dc17381663a062b617e569f2185e /drivers/gpu/drm/nouveau | |
parent | drm/nouveau/fb/gp100: initial support (diff) | |
download | linux-4cb53a5ed1d0e662e9aab73fbf2097ead5cad563.tar.xz linux-4cb53a5ed1d0e662e9aab73fbf2097ead5cad563.zip |
drm/nouveau/mmu/gp100: initial support
GP100 still supports the previous generations' page table layout, which
we will temporarily make use of here.
Proper support for the new MMU layout requires some rework to the common
MMU code, which is in progress.
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau')
-rw-r--r-- | drivers/gpu/drm/nouveau/nvkm/engine/device/base.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c b/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c index b09818507946..9660dfc8edc0 100644 --- a/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c +++ b/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c @@ -2156,6 +2156,7 @@ nv130_chipset = { .fb = gp100_fb_new, .imem = nv50_instmem_new, .mc = gp100_mc_new, + .mmu = gf100_mmu_new, .pci = gp100_pci_new, .timer = gk20a_timer_new, .top = gk104_top_new, |