summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2015-01-14 12:11:28 +1000
committerBen Skeggs <bskeggs@redhat.com>2015-01-19 14:23:00 +1000
commit642c42d7c93ed26a0d709530a98a375b3e0c3991 (patch)
treeec79d8409a4173bba0cea2f216923e2b97c92352 /bin
parent1101cefd77c6942b9ca8132c95d9e759b84e4ac4 (diff)
downloadnouveau-642c42d7c93ed26a0d709530a98a375b3e0c3991.tar.gz
pm: rename from perfmon (no binary change)
Switch to NVIDIA's name for the device. The namespace of NVKM is being changed to nvkm_ instead of nouveau_, which will be used for the DRM part of the driver. This is being done in order to make it very clear as to what part of the driver a given symbol belongs to, and as a minor step towards splitting the DRM driver out to be able to stand on its own (for virt). Because there's already a large amount of churn here anyway, this is as good a time as any to also switch to NVIDIA's device and chipset naming to ease collaboration with them. A comparison of objdump disassemblies proves no code changes. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'bin')
-rw-r--r--bin/nv_perfmon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/nv_perfmon.c b/bin/nv_perfmon.c
index 23308c2d8..a8c583810 100644
--- a/bin/nv_perfmon.c
+++ b/bin/nv_perfmon.c
@@ -632,7 +632,7 @@ main(int argc, char **argv)
NV_DEVICE_V0_DISABLE_CORE |
NV_DEVICE_V0_DISABLE_IDENTIFY),
.debug0 = ~((1ULL << NVDEV_SUBDEV_TIMER) |
- (1ULL << NVDEV_ENGINE_PERFMON)),
+ (1ULL << NVDEV_ENGINE_PM)),
}, sizeof(struct nv_device_v0), &device);
nvif_client_ref(NULL, &client);
if (ret)