summaryrefslogtreecommitdiff
path: root/bin/nv_wvfunc.h
diff options
context:
space:
mode:
Diffstat (limited to 'bin/nv_wvfunc.h')
-rw-r--r--bin/nv_wvfunc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/nv_wvfunc.h b/bin/nv_wvfunc.h
index ea631fa50..7ff26ec54 100644
--- a/bin/nv_wvfunc.h
+++ b/bin/nv_wvfunc.h
@@ -6,7 +6,7 @@ static void
nv_wvram(struct nvif_device *device, u64 addr, CAST data)
{
if (device->info.family >= NV_DEVICE_INFO_V0_TESLA &&
- device->info.family <= NV_DEVICE_INFO_V0_MAXWELL) {
+ device->info.family <= NV_DEVICE_INFO_V0_PASCAL) {
u32 pmem = nvif_rd32(&device->object, 0x001700);
nvif_wr32(&device->object, 0x001700, 0x00000000 | (addr >> 16));
WVRAM(&device->object, 0x700000 + (addr & 0xffffULL), data);