summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/nvkm/subdev/fb/gp102.c
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2018-07-20 10:27:41 +1000
committerDave Airlie <airlied@redhat.com>2018-07-20 10:27:53 +1000
commit02e546eacceaaad4494e2ea8fb5014f00f9c4bef (patch)
treeeca0ba84f59c545bc78b329a2ec211b36094ce1a /drivers/gpu/drm/nouveau/nvkm/subdev/fb/gp102.c
parentb83ce39b929ad55808e6a4b71579b05201f59335 (diff)
parent2f958e8240be28acee26085ba1686b4321ba4306 (diff)
Merge branch 'linux-4.18' of git://github.com/skeggsb/linux into drm-fixesdrm-fixes-2018-07-20
- fix problem with pascal and large memory systems - fix a bunch of MST problems - fix a runtime PM interaction with MST Signed-off-by: Dave Airlie <airlied@redhat.com> Link: https://patchwork.freedesktop.org/patch/msgid/CACAvsv79O8deSts2fxJ_oS6=q8yA+OgwBSEpp5R=BQBmWa+oyg@mail.gmail.com
Diffstat (limited to 'drivers/gpu/drm/nouveau/nvkm/subdev/fb/gp102.c')
-rw-r--r--drivers/gpu/drm/nouveau/nvkm/subdev/fb/gp102.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/nvkm/subdev/fb/gp102.c b/drivers/gpu/drm/nouveau/nvkm/subdev/fb/gp102.c
index b84b9861ef26..b4d74e815674 100644
--- a/drivers/gpu/drm/nouveau/nvkm/subdev/fb/gp102.c
+++ b/drivers/gpu/drm/nouveau/nvkm/subdev/fb/gp102.c
@@ -31,6 +31,7 @@ gp102_fb = {
.dtor = gf100_fb_dtor,
.oneinit = gf100_fb_oneinit,
.init = gp100_fb_init,
+ .init_remapper = gp100_fb_init_remapper,
.init_page = gm200_fb_init_page,
.ram_new = gp100_ram_new,
};