summaryrefslogtreecommitdiff
path: root/bin/nv_rsfunc.h
diff options
context:
space:
mode:
Diffstat (limited to 'bin/nv_rsfunc.h')
-rw-r--r--bin/nv_rsfunc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/nv_rsfunc.h b/bin/nv_rsfunc.h
index e5cff49e1..2a36cd128 100644
--- a/bin/nv_rsfunc.h
+++ b/bin/nv_rsfunc.h
@@ -20,5 +20,5 @@ nv_rsys(struct nvif_device *device, u64 addr)
}
#define READ(o) nv_rsys(device, (o))
-#define ENABLE (NV_DEVICE_V0_DISABLE_MMIO | NV_DEVICE_V0_DISABLE_IDENTIFY)
+#define DETECT true
#include "nv_rdfunc.h"