drm/nouveau/clk: namespace + nvidia gpu names (no binary change)
authorBen Skeggs <bskeggs@redhat.com>
Wed, 14 Jan 2015 04:47:24 +0000 (14:47 +1000)
committerBen Skeggs <bskeggs@redhat.com>
Thu, 22 Jan 2015 02:17:51 +0000 (12:17 +1000)
commit7632b30e4b8be39270b098948c5b2f05fae8b691
treee00e1406f9eee275a4660ba37bb19e7f46e66c1a
parent5f8824de8a50150c7c2e514e6d51ed7bcb5f4faa
drm/nouveau/clk: 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>
31 files changed:
drivers/gpu/drm/nouveau/include/nvkm/core/os.h
drivers/gpu/drm/nouveau/include/nvkm/subdev/clk.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/clk/Kbuild
drivers/gpu/drm/nouveau/nvkm/subdev/clk/base.c
drivers/gpu/drm/nouveau/nvkm/subdev/clk/g84.c [new file with mode: 0644]
drivers/gpu/drm/nouveau/nvkm/subdev/clk/gf100.c [new file with mode: 0644]
drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk104.c [new file with mode: 0644]
drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk20a.c
drivers/gpu/drm/nouveau/nvkm/subdev/clk/gt215.c [new file with mode: 0644]
drivers/gpu/drm/nouveau/nvkm/subdev/clk/gt215.h [new file with mode: 0644]
drivers/gpu/drm/nouveau/nvkm/subdev/clk/mcp77.c [new file with mode: 0644]
drivers/gpu/drm/nouveau/nvkm/subdev/clk/nv04.c
drivers/gpu/drm/nouveau/nvkm/subdev/clk/nv40.c
drivers/gpu/drm/nouveau/nvkm/subdev/clk/nv50.c
drivers/gpu/drm/nouveau/nvkm/subdev/clk/nv50.h
drivers/gpu/drm/nouveau/nvkm/subdev/clk/nv84.c [deleted file]
drivers/gpu/drm/nouveau/nvkm/subdev/clk/nva3.c [deleted file]
drivers/gpu/drm/nouveau/nvkm/subdev/clk/nva3.h [deleted file]
drivers/gpu/drm/nouveau/nvkm/subdev/clk/nvaa.c [deleted file]
drivers/gpu/drm/nouveau/nvkm/subdev/clk/nvc0.c [deleted file]
drivers/gpu/drm/nouveau/nvkm/subdev/clk/nve0.c [deleted file]
drivers/gpu/drm/nouveau/nvkm/subdev/clk/pll.h
drivers/gpu/drm/nouveau/nvkm/subdev/clk/pllgt215.c [new file with mode: 0644]
drivers/gpu/drm/nouveau/nvkm/subdev/clk/pllnv04.c
drivers/gpu/drm/nouveau/nvkm/subdev/clk/pllnva3.c [deleted file]
drivers/gpu/drm/nouveau/nvkm/subdev/clk/seq.h
drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnva3.c
This page took 0.031571 seconds and 5 git commands to generate.