aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nvkm/subdev/fb/gm107.c
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2016-04-14 10:39:18 +1000
committerBen Skeggs <bskeggs@redhat.com>2016-05-20 14:43:04 +1000
commit99c5917253a6c5584a7052f9ee578e2c6852253f (patch)
tree3a474ce77932a871f4d2ca52a195066571fe3116 /drivers/gpu/drm/nouveau/nvkm/subdev/fb/gm107.c
parentdrm/nouveau/fb: allow chipset-specific actions for oneinit() (diff)
downloadlinux-dev-99c5917253a6c5584a7052f9ee578e2c6852253f.tar.xz
linux-dev-99c5917253a6c5584a7052f9ee578e2c6852253f.zip
drm/nouveau/fb/gf100-: allocate mmu debug buffers
Later chipsets require setting this up both in FB and GR, so let's just move the allocation to FB. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nvkm/subdev/fb/gm107.c')
-rw-r--r--drivers/gpu/drm/nouveau/nvkm/subdev/fb/gm107.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/nvkm/subdev/fb/gm107.c b/drivers/gpu/drm/nouveau/nvkm/subdev/fb/gm107.c
index 2a91df8655dd..4869fdb753c9 100644
--- a/drivers/gpu/drm/nouveau/nvkm/subdev/fb/gm107.c
+++ b/drivers/gpu/drm/nouveau/nvkm/subdev/fb/gm107.c
@@ -27,6 +27,7 @@
static const struct nvkm_fb_func
gm107_fb = {
.dtor = gf100_fb_dtor,
+ .oneinit = gf100_fb_oneinit,
.init = gf100_fb_init,
.intr = gf100_fb_intr,
.ram_new = gm107_ram_new,