drm/nouveau/mc/gp104: initial support

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
Ben Skeggs 2016-07-09 10:41:01 +10:00
parent 445b9c2130
commit 9179b8ec77
1 changed files with 1 additions and 0 deletions

View File

@ -2184,6 +2184,7 @@ nv130_chipset = {
static const struct nvkm_device_chip
nv134_chipset = {
.name = "GP104",
.mc = gp100_mc_new,
.top = gk104_top_new,
};