summaryrefslogtreecommitdiff
path: root/bin/nv_wffunc.h
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2015-08-20 14:54:15 +1000
committerBen Skeggs <bskeggs@redhat.com>2015-08-28 12:37:36 +1000
commit558d9ac4b06b61f087c2411117096372124c2575 (patch)
tree2c74dce96d944ec2977096a9900653a6b71cc7dc /bin/nv_wffunc.h
parentb9b0ad3ef8a6c5354c88a2571da6f5a7e790fdbb (diff)
downloadnouveau-558d9ac4b06b61f087c2411117096372124c2575.tar.gz
bin: punt client/device argument handling into a common helper
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'bin/nv_wffunc.h')
-rw-r--r--bin/nv_wffunc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/nv_wffunc.h b/bin/nv_wffunc.h
index dcb8fe50d..6efa67e2f 100644
--- a/bin/nv_wffunc.h
+++ b/bin/nv_wffunc.h
@@ -35,5 +35,5 @@ nv_wfb(struct nvif_device *device, u64 offset, CAST data)
}
#define WRITE(o,v) nv_wfb(device, (o), (v))
-#define ENABLE (NV_DEVICE_V0_DISABLE_MMIO | NV_DEVICE_V0_DISABLE_IDENTIFY)
+#define DETECT true
#include "nv_wrfunc.h"