drm/nouveau/gpio: namespace + nvidia gpu names (no binary change)
authorBen Skeggs <bskeggs@redhat.com>
Wed, 14 Jan 2015 05:02:59 +0000 (15:02 +1000)
committerBen Skeggs <bskeggs@redhat.com>
Thu, 22 Jan 2015 02:17:53 +0000 (12:17 +1000)
commit4e7659fc5b54925964142988a2f6888cd35c893e
tree9bc82d511b07639f4a3118c5f55ab92bc0be04ca
parent630ec6c0d31e0d3b2d8aa641f252e83dfa4a9345
drm/nouveau/gpio: 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>
16 files changed:
drivers/gpu/drm/nouveau/include/nvkm/subdev/gpio.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/gpio/Kbuild
drivers/gpu/drm/nouveau/nvkm/subdev/gpio/base.c
drivers/gpu/drm/nouveau/nvkm/subdev/gpio/g94.c [new file with mode: 0644]
drivers/gpu/drm/nouveau/nvkm/subdev/gpio/gf110.c [new file with mode: 0644]
drivers/gpu/drm/nouveau/nvkm/subdev/gpio/gk104.c [new file with mode: 0644]
drivers/gpu/drm/nouveau/nvkm/subdev/gpio/nv10.c
drivers/gpu/drm/nouveau/nvkm/subdev/gpio/nv50.c
drivers/gpu/drm/nouveau/nvkm/subdev/gpio/nv94.c [deleted file]
drivers/gpu/drm/nouveau/nvkm/subdev/gpio/nvd0.c [deleted file]
drivers/gpu/drm/nouveau/nvkm/subdev/gpio/nve0.c [deleted file]
drivers/gpu/drm/nouveau/nvkm/subdev/gpio/priv.h
This page took 0.026024 seconds and 5 git commands to generate.