From 642c42d7c93ed26a0d709530a98a375b3e0c3991 Mon Sep 17 00:00:00 2001 From: Ben Skeggs Date: Wed, 14 Jan 2015 12:11:28 +1000 Subject: 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 --- bin/nv_perfmon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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) -- cgit v1.2.1