summaryrefslogtreecommitdiff
path: root/bin/nv_wifunc.h
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2016-07-09 10:41:01 +1000
committerBen Skeggs <bskeggs@redhat.com>2016-07-14 11:51:56 +1000
commitadb475429c1197d215f13ce48a86662f96b46053 (patch)
tree1b84e49e17250ada33d16e34e22fcd32e28772ed /bin/nv_wifunc.h
parent9149e65fb7974127caf10d385d441efcc0477f71 (diff)
downloadnouveau-adb475429c1197d215f13ce48a86662f96b46053.tar.gz
core: recognise GP100 chipset
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'bin/nv_wifunc.h')
-rw-r--r--bin/nv_wifunc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/nv_wifunc.h b/bin/nv_wifunc.h
index aaa597c2d..50c67a654 100644
--- a/bin/nv_wifunc.h
+++ b/bin/nv_wifunc.h
@@ -13,7 +13,7 @@ nv_wfb(struct nvif_device *device, u64 offset, CAST data)
u64 addr = (offset & (PAGE_SIZE - 1));
if (device->info.family < NV_DEVICE_INFO_V0_CURIE ||
- device->info.family > NV_DEVICE_INFO_V0_MAXWELL) {
+ device->info.family > NV_DEVICE_INFO_V0_PASCAL) {
printk("unsupported chipset\n");
exit(1);
}