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 2832f168d..668278ace 100644
--- a/bin/nv_wvfunc.h
+++ b/bin/nv_wvfunc.h
@@ -18,5 +18,5 @@ nv_wvram(struct nvif_device *device, u64 addr, CAST data)
}
#define WRITE(o,v) nv_wvram(device, (o), (v))
-#define ENABLE (NV_DEVICE_DISABLE_MMIO | NV_DEVICE_DISABLE_IDENTIFY)
+#define ENABLE (NV_DEVICE_V0_DISABLE_MMIO | NV_DEVICE_V0_DISABLE_IDENTIFY)
#include "nv_wrfunc.h"