mirror of https://gitee.com/openkylin/linux.git
drm/nouveau/pci/tu104: initial support
Appears to be compatible with GP100. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
parent
344d9c8f35
commit
2d7ca8cb19
|
@ -2437,6 +2437,7 @@ nv140_chipset = {
|
|||
static const struct nvkm_device_chip
|
||||
nv164_chipset = {
|
||||
.name = "TU104",
|
||||
.pci = gp100_pci_new,
|
||||
};
|
||||
|
||||
static int
|
||||
|
|
Loading…
Reference in New Issue