drm/nouveau/mc/gp100: 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 51012a39ec
commit be61c54cbe
4 changed files with 106 additions and 0 deletions

View File

@@ -2151,6 +2151,7 @@ nv12b_chipset = {
static const struct nvkm_device_chip
nv130_chipset = {
.name = "GP100",
.mc = gp100_mc_new,
.top = gk104_top_new,
};