drm/nouveau/bios/tu104: initial support

No real surprises here so far.

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
Ben Skeggs 2018-12-11 14:50:02 +10:00
parent 2d7ca8cb19
commit acbe55a5d4
1 changed files with 1 additions and 0 deletions

View File

@ -2437,6 +2437,7 @@ nv140_chipset = {
static const struct nvkm_device_chip
nv164_chipset = {
.name = "TU104",
.bios = nvkm_bios_new,
.pci = gp100_pci_new,
};