drm/nouveau/pmu: rename from pwr (no binary change)
authorBen Skeggs <bskeggs@redhat.com>
Tue, 13 Jan 2015 14:04:21 +0000 (00:04 +1000)
committerBen Skeggs <bskeggs@redhat.com>
Thu, 22 Jan 2015 02:17:43 +0000 (12:17 +1000)
commitebb58dc2ef8c62d1affa28160f57faa7b0e1dc02
tree9611cc71197328f8c9887bce0fafd0ed4633c012
parentf3867f439fd610db0cbcf1bb739001e95b7b25c6
drm/nouveau/pmu: rename from pwr (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>
44 files changed:
drivers/gpu/drm/nouveau/include/nvkm/core/device.h
drivers/gpu/drm/nouveau/include/nvkm/subdev/pmu.h [moved from drivers/gpu/drm/nouveau/include/nvkm/subdev/pwr.h with 51% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/device/base.c
drivers/gpu/drm/nouveau/nvkm/engine/device/gm100.c
drivers/gpu/drm/nouveau/nvkm/engine/device/nv50.c
drivers/gpu/drm/nouveau/nvkm/engine/device/nvc0.c
drivers/gpu/drm/nouveau/nvkm/engine/device/nve0.c
drivers/gpu/drm/nouveau/nvkm/engine/graph/nve4.c
drivers/gpu/drm/nouveau/nvkm/subdev/Kbuild
drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramfuc.h
drivers/gpu/drm/nouveau/nvkm/subdev/mc/nv98.c
drivers/gpu/drm/nouveau/nvkm/subdev/mc/nvc0.c
drivers/gpu/drm/nouveau/nvkm/subdev/pmu/Kbuild [new file with mode: 0644]
drivers/gpu/drm/nouveau/nvkm/subdev/pmu/base.c [new file with mode: 0644]
drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/arith.fuc [moved from drivers/gpu/drm/nouveau/nvkm/subdev/pwr/fuc/arith.fuc with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/host.fuc [moved from drivers/gpu/drm/nouveau/nvkm/subdev/pwr/fuc/host.fuc with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/i2c_.fuc [moved from drivers/gpu/drm/nouveau/nvkm/subdev/pwr/fuc/i2c_.fuc with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/idle.fuc [moved from drivers/gpu/drm/nouveau/nvkm/subdev/pwr/fuc/idle.fuc with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/kernel.fuc [moved from drivers/gpu/drm/nouveau/nvkm/subdev/pwr/fuc/kernel.fuc with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/macros.fuc [moved from drivers/gpu/drm/nouveau/nvkm/subdev/pwr/fuc/macros.fuc with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/memx.fuc [moved from drivers/gpu/drm/nouveau/nvkm/subdev/pwr/fuc/memx.fuc with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/nv108.fuc5 [moved from drivers/gpu/drm/nouveau/nvkm/subdev/pwr/fuc/nv108.fuc5 with 97% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/nv108.fuc5.h [moved from drivers/gpu/drm/nouveau/nvkm/subdev/pwr/fuc/nv108.fuc5.h with 99% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/nva3.fuc3 [moved from drivers/gpu/drm/nouveau/nvkm/subdev/pwr/fuc/nva3.fuc3 with 97% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/nva3.fuc3.h [moved from drivers/gpu/drm/nouveau/nvkm/subdev/pwr/fuc/nva3.fuc3.h with 99% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/nvc0.fuc3 [moved from drivers/gpu/drm/nouveau/nvkm/subdev/pwr/fuc/nvc0.fuc3 with 97% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/nvc0.fuc3.h [moved from drivers/gpu/drm/nouveau/nvkm/subdev/pwr/fuc/nvc0.fuc3.h with 99% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/nvd0.fuc4 [moved from drivers/gpu/drm/nouveau/nvkm/subdev/pwr/fuc/nvd0.fuc4 with 97% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/nvd0.fuc4.h [moved from drivers/gpu/drm/nouveau/nvkm/subdev/pwr/fuc/nvd0.fuc4.h with 99% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/os.h [moved from drivers/gpu/drm/nouveau/nvkm/subdev/pwr/fuc/os.h with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/perf.fuc [moved from drivers/gpu/drm/nouveau/nvkm/subdev/pwr/fuc/perf.fuc with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/test.fuc [moved from drivers/gpu/drm/nouveau/nvkm/subdev/pwr/fuc/test.fuc with 100% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gk104.c [moved from drivers/gpu/drm/nouveau/nvkm/subdev/pwr/gk104.c with 54% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gk20a.c [moved from drivers/gpu/drm/nouveau/nvkm/subdev/pwr/gk20a.c with 64% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/pmu/memx.c [moved from drivers/gpu/drm/nouveau/nvkm/subdev/pwr/memx.c with 64% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/pmu/nv108.c [moved from drivers/gpu/drm/nouveau/nvkm/subdev/pwr/nv108.c with 79% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/pmu/nva3.c [moved from drivers/gpu/drm/nouveau/nvkm/subdev/pwr/nva3.c with 70% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/pmu/nvc0.c [moved from drivers/gpu/drm/nouveau/nvkm/subdev/pwr/nvc0.c with 79% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/pmu/nvd0.c [moved from drivers/gpu/drm/nouveau/nvkm/subdev/pwr/nvd0.c with 79% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/pmu/priv.h [new file with mode: 0644]
drivers/gpu/drm/nouveau/nvkm/subdev/pwr/Kbuild [deleted file]
drivers/gpu/drm/nouveau/nvkm/subdev/pwr/base.c [deleted file]
drivers/gpu/drm/nouveau/nvkm/subdev/pwr/priv.h [deleted file]
drivers/gpu/drm/nouveau/nvkm/subdev/therm/base.c