]> git.karo-electronics.de Git - linux-beck.git/commit
drm/nouveau/disp: namespace + nvidia gpu names (no binary change)
authorBen Skeggs <bskeggs@redhat.com>
Wed, 14 Jan 2015 05:24:57 +0000 (15:24 +1000)
committerBen Skeggs <bskeggs@redhat.com>
Thu, 22 Jan 2015 02:18:01 +0000 (12:18 +1000)
commit878da15adb5ddce57339b87685d8b4630e60085f
treec73584d6df66dfefaf3911fa1958416973ed6dc2
parentccdfdf21899924ac43b47850147af572a8dfcaa6
drm/nouveau/disp: 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>
42 files changed:
drivers/gpu/drm/nouveau/include/nvkm/core/os.h
drivers/gpu/drm/nouveau/include/nvkm/engine/disp.h
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/disp/Kbuild
drivers/gpu/drm/nouveau/nvkm/engine/disp/base.c
drivers/gpu/drm/nouveau/nvkm/engine/disp/conn.c
drivers/gpu/drm/nouveau/nvkm/engine/disp/conn.h
drivers/gpu/drm/nouveau/nvkm/engine/disp/dacnv50.c
drivers/gpu/drm/nouveau/nvkm/engine/disp/dport.c
drivers/gpu/drm/nouveau/nvkm/engine/disp/dport.h
drivers/gpu/drm/nouveau/nvkm/engine/disp/g84.c [moved from drivers/gpu/drm/nouveau/nvkm/engine/disp/nv84.c with 82% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/disp/g94.c [moved from drivers/gpu/drm/nouveau/nvkm/engine/disp/nv94.c with 72% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/disp/gf110.c [moved from drivers/gpu/drm/nouveau/nvkm/engine/disp/nvd0.c with 83% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/disp/gk104.c [moved from drivers/gpu/drm/nouveau/nvkm/engine/disp/nve0.c with 74% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/disp/gk110.c [moved from drivers/gpu/drm/nouveau/nvkm/engine/disp/nvf0.c with 56% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/disp/gm107.c
drivers/gpu/drm/nouveau/nvkm/engine/disp/gm204.c
drivers/gpu/drm/nouveau/nvkm/engine/disp/gt200.c [moved from drivers/gpu/drm/nouveau/nvkm/engine/disp/nva0.c with 78% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/disp/gt215.c [moved from drivers/gpu/drm/nouveau/nvkm/engine/disp/nva3.c with 73% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/disp/hdagf110.c [moved from drivers/gpu/drm/nouveau/nvkm/engine/disp/hdanvd0.c with 95% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/disp/hdagt215.c [moved from drivers/gpu/drm/nouveau/nvkm/engine/disp/hdanva3.c with 97% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/disp/hdmig84.c [moved from drivers/gpu/drm/nouveau/nvkm/engine/disp/hdminv84.c with 98% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/disp/hdmigf110.c [moved from drivers/gpu/drm/nouveau/nvkm/engine/disp/hdminvd0.c with 98% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/disp/hdmigk104.c [moved from drivers/gpu/drm/nouveau/nvkm/engine/disp/hdminve0.c with 98% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/disp/hdmigt215.c [moved from drivers/gpu/drm/nouveau/nvkm/engine/disp/hdminva3.c with 98% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/disp/nv04.c
drivers/gpu/drm/nouveau/nvkm/engine/disp/nv50.c
drivers/gpu/drm/nouveau/nvkm/engine/disp/nv50.h
drivers/gpu/drm/nouveau/nvkm/engine/disp/outp.c
drivers/gpu/drm/nouveau/nvkm/engine/disp/outp.h
drivers/gpu/drm/nouveau/nvkm/engine/disp/outpdp.c
drivers/gpu/drm/nouveau/nvkm/engine/disp/outpdp.h
drivers/gpu/drm/nouveau/nvkm/engine/disp/piornv50.c
drivers/gpu/drm/nouveau/nvkm/engine/disp/priv.h
drivers/gpu/drm/nouveau/nvkm/engine/disp/sorg94.c [moved from drivers/gpu/drm/nouveau/nvkm/engine/disp/sornv94.c with 65% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/disp/sorgf110.c [moved from drivers/gpu/drm/nouveau/nvkm/engine/disp/sornvd0.c with 66% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/disp/sorgm204.c
drivers/gpu/drm/nouveau/nvkm/engine/disp/sornv50.c
drivers/gpu/drm/nouveau/nvkm/engine/disp/vga.c
drivers/gpu/drm/nouveau/nvkm/engine/sw/nv50.c