mirror of https://gitee.com/openkylin/linux.git
drm/nouveau/bus/gp100: initial support
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
parent
77d813d149
commit
0e98bd3457
|
@ -2153,6 +2153,7 @@ nv130_chipset = {
|
|||
.name = "GP100",
|
||||
.bar = gf100_bar_new,
|
||||
.bios = nvkm_bios_new,
|
||||
.bus = gf100_bus_new,
|
||||
.devinit = gm200_devinit_new,
|
||||
.fb = gp100_fb_new,
|
||||
.imem = nv50_instmem_new,
|
||||
|
|
Loading…
Reference in New Issue