Appears to be compatible with TU102 code.
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
static const struct nvkm_device_chip
nv170_chipset = {
.name = "GA100",
+ .bar = tu102_bar_new,
.bios = nvkm_bios_new,
.devinit = ga100_devinit_new,
.fb = ga100_fb_new,
static const struct nvkm_device_chip
nv172_chipset = {
.name = "GA102",
+ .bar = tu102_bar_new,
.bios = nvkm_bios_new,
.devinit = ga100_devinit_new,
.fb = ga102_fb_new,
static const struct nvkm_device_chip
nv174_chipset = {
.name = "GA104",
+ .bar = tu102_bar_new,
.bios = nvkm_bios_new,
.devinit = ga100_devinit_new,
.fb = ga102_fb_new,