OSDN Git Service

drm/nouveau/pmu: namespace + nvidia gpu names (no binary change)
authorBen Skeggs <bskeggs@redhat.com>
Wed, 14 Jan 2015 05:10:40 +0000 (15:10 +1000)
committerBen Skeggs <bskeggs@redhat.com>
Thu, 22 Jan 2015 02:17:57 +0000 (12:17 +1000)
commit21b137916ec25a507dbf7b6fe8b353fe9dc723c0
tree4aa7f6194178e4a9ee6f2e174d775dce627b5ab1
parent42594600095f03244a674fecdd2b5f6da2441180
drm/nouveau/pmu: namespace + nvidia gpu names (no binary change)

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>
27 files changed:
drivers/gpu/drm/nouveau/include/nvkm/core/os.h
drivers/gpu/drm/nouveau/include/nvkm/subdev/pmu.h
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/subdev/fb/ramgf100.c
drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgk104.c
drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgt215.c
drivers/gpu/drm/nouveau/nvkm/subdev/pmu/Kbuild
drivers/gpu/drm/nouveau/nvkm/subdev/pmu/base.c
drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/gf100.fuc3 [moved from drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/nvc0.fuc3 with 97% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/gf100.fuc3.h [moved from drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/nvc0.fuc3.h with 99% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/gf110.fuc4 [moved from drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/nvd0.fuc4 with 97% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/gf110.fuc4.h [moved from drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/nvd0.fuc4.h with 99% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/gk208.fuc5 [moved from drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/nv108.fuc5 with 97% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/gk208.fuc5.h [moved from drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/nv108.fuc5.h with 99% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/gt215.fuc3 [moved from drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/nva3.fuc3 with 97% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/gt215.fuc3.h [moved from drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/nva3.fuc3.h with 99% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gf100.c [moved from drivers/gpu/drm/nouveau/nvkm/subdev/pmu/nvc0.c with 75% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gf110.c [moved from drivers/gpu/drm/nouveau/nvkm/subdev/pmu/nvd0.c with 75% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gk104.c
drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gk208.c [moved from drivers/gpu/drm/nouveau/nvkm/subdev/pmu/nv108.c with 75% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gk20a.c
drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gt215.c [moved from drivers/gpu/drm/nouveau/nvkm/subdev/pmu/nva3.c with 72% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/pmu/memx.c
drivers/gpu/drm/nouveau/nvkm/subdev/pmu/priv.h