drm/nouveau/mc/gp104: initial support
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
parent
445b9c2130
commit
9179b8ec77
|
@ -2184,6 +2184,7 @@ nv130_chipset = {
|
||||||
static const struct nvkm_device_chip
|
static const struct nvkm_device_chip
|
||||||
nv134_chipset = {
|
nv134_chipset = {
|
||||||
.name = "GP104",
|
.name = "GP104",
|
||||||
|
.mc = gp100_mc_new,
|
||||||
.top = gk104_top_new,
|
.top = gk104_top_new,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue