Commit 77d813d1 authored by Ben Skeggs's avatar Ben Skeggs

drm/nouveau/bar/gp100: initial support

Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent 4cb53a5e
...@@ -2151,6 +2151,7 @@ nv12b_chipset = { ...@@ -2151,6 +2151,7 @@ nv12b_chipset = {
static const struct nvkm_device_chip static const struct nvkm_device_chip
nv130_chipset = { nv130_chipset = {
.name = "GP100", .name = "GP100",
.bar = gf100_bar_new,
.bios = nvkm_bios_new, .bios = nvkm_bios_new,
.devinit = gm200_devinit_new, .devinit = gm200_devinit_new,
.fb = gp100_fb_new, .fb = gp100_fb_new,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment