drm/nouveau/bar/gp100: initial support
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
Родитель
4cb53a5ed1
Коммит
77d813d149
|
@ -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,
|
||||||
|
|
Загрузка…
Ссылка в новой задаче