]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm/nouveau/fifo: namespace + nvidia gpu names (no binary change)
authorBen Skeggs <bskeggs@redhat.com>
Wed, 14 Jan 2015 05:28:47 +0000 (15:28 +1000)
committerBen Skeggs <bskeggs@redhat.com>
Thu, 22 Jan 2015 02:18:02 +0000 (12:18 +1000)
commit05c7145dae17a53b030238f477bf28211a21b736
tree11fdcf3012cf4e9b650e6312cbbeb20e8e9d45c4
parent5b85057acc411ee146ee4b230c773272ccee464d
drm/nouveau/fifo: 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>
22 files changed:
drivers/gpu/drm/nouveau/include/nvkm/core/os.h
drivers/gpu/drm/nouveau/include/nvkm/engine/fifo.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/engine/fifo/Kbuild
drivers/gpu/drm/nouveau/nvkm/engine/fifo/base.c
drivers/gpu/drm/nouveau/nvkm/engine/fifo/g84.c [moved from drivers/gpu/drm/nouveau/nvkm/engine/fifo/nv84.c with 61% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/fifo/gf100.c [moved from drivers/gpu/drm/nouveau/nvkm/engine/fifo/nvc0.c with 64% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/fifo/gk104.c [moved from drivers/gpu/drm/nouveau/nvkm/engine/fifo/nve0.c with 67% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/fifo/gk104.h [new file with mode: 0644]
drivers/gpu/drm/nouveau/nvkm/engine/fifo/gk208.c [moved from drivers/gpu/drm/nouveau/nvkm/engine/fifo/nv108.c with 83% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/fifo/gk20a.c
drivers/gpu/drm/nouveau/nvkm/engine/fifo/nv04.c
drivers/gpu/drm/nouveau/nvkm/engine/fifo/nv04.h
drivers/gpu/drm/nouveau/nvkm/engine/fifo/nv10.c
drivers/gpu/drm/nouveau/nvkm/engine/fifo/nv17.c
drivers/gpu/drm/nouveau/nvkm/engine/fifo/nv40.c
drivers/gpu/drm/nouveau/nvkm/engine/fifo/nv50.c
drivers/gpu/drm/nouveau/nvkm/engine/fifo/nv50.h
drivers/gpu/drm/nouveau/nvkm/engine/fifo/nve0.h [deleted file]