summaryrefslogtreecommitdiff
path: root/bin/nv_rvfunc.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_rvfunc.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_rvfunc.h')
-rw-r--r--bin/nv_rvfunc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/nv_rvfunc.h b/bin/nv_rvfunc.h
index cb63f374f..ffb97dff8 100644
--- a/bin/nv_rvfunc.h
+++ b/bin/nv_rvfunc.h
@@ -20,5 +20,5 @@ nv_rvram(struct nvif_device *device, u64 addr)
}
#define READ(o) nv_rvram(device, (o))
-#define ENABLE (NV_DEVICE_V0_DISABLE_MMIO | NV_DEVICE_V0_DISABLE_IDENTIFY)
+#define DETECT true
#include "nv_rdfunc.h"