summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2015-08-20 14:54:22 +1000
committerBen Skeggs <bskeggs@redhat.com>2015-08-28 12:37:44 +1000
commited4bb4e997bd83443c9bf6766c2de60d3a2f8897 (patch)
tree631a8691e3b81f1227d63328e30d7b27887f0245 /bin
parent724b52d8519cd6ed1f8123d08f4ff09fe7a85e4c (diff)
downloadnouveau-ed4bb4e997bd83443c9bf6766c2de60d3a2f8897.tar.gz
core: remove the remainder of the previous style
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'bin')
-rw-r--r--bin/nv_aux.c4
-rw-r--r--bin/nv_i2c.c4
-rw-r--r--bin/nv_perfmon.c4
3 files changed, 6 insertions, 6 deletions
diff --git a/bin/nv_aux.c b/bin/nv_aux.c
index e3956f1bf..14e32c532 100644
--- a/bin/nv_aux.c
+++ b/bin/nv_aux.c
@@ -62,8 +62,8 @@ main(int argc, char **argv)
}
ret = u_device("lib", argv[0], "error", true, true,
- (1ULL << NVDEV_SUBDEV_VBIOS) |
- (1ULL << NVDEV_SUBDEV_I2C),
+ (1ULL << NVKM_SUBDEV_VBIOS) |
+ (1ULL << NVKM_SUBDEV_I2C),
0x00000000, &client, &device);
if (ret)
return ret;
diff --git a/bin/nv_i2c.c b/bin/nv_i2c.c
index 6fcd2f2bd..c45a2e350 100644
--- a/bin/nv_i2c.c
+++ b/bin/nv_i2c.c
@@ -90,8 +90,8 @@ main(int argc, char **argv)
}
ret = u_device("lib", argv[0], "error", true, true,
- (1ULL << NVDEV_SUBDEV_VBIOS) |
- (1ULL << NVDEV_SUBDEV_I2C),
+ (1ULL << NVKM_SUBDEV_VBIOS) |
+ (1ULL << NVKM_SUBDEV_I2C),
0x00000000, &client, &device);
if (action < 0) {
diff --git a/bin/nv_perfmon.c b/bin/nv_perfmon.c
index 9fcbd602e..05c41780a 100644
--- a/bin/nv_perfmon.c
+++ b/bin/nv_perfmon.c
@@ -831,8 +831,8 @@ main(int argc, char **argv)
}
ret = u_device(NULL, argv[0], "error", true, true,
- (1ULL << NVDEV_SUBDEV_TIMER) |
- (1ULL << NVDEV_ENGINE_PM),
+ (1ULL << NVKM_SUBDEV_TIMER) |
+ (1ULL << NVKM_ENGINE_PM),
0x00000000, &client, device);
if (ret)
return ret;