summaryrefslogtreecommitdiff
path: root/bin/nv_wifunc.h
diff options
context:
space:
mode:
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 2ae519228..19df090d8 100644
--- a/bin/nv_wifunc.h
+++ b/bin/nv_wifunc.h
@@ -42,5 +42,5 @@ nv_wfb(struct nvif_device *device, u64 offset, CAST data)
}
#define WRITE(o,v) nv_wfb(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"