drm/nouveau/mc: 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>
Showing
- drivers/gpu/drm/nouveau/include/nvkm/core/os.h 1 addition, 0 deletionsdrivers/gpu/drm/nouveau/include/nvkm/core/os.h
- drivers/gpu/drm/nouveau/include/nvkm/subdev/ltc.h 0 additions, 1 deletiondrivers/gpu/drm/nouveau/include/nvkm/subdev/ltc.h
- drivers/gpu/drm/nouveau/include/nvkm/subdev/mc.h 18 additions, 21 deletionsdrivers/gpu/drm/nouveau/include/nvkm/subdev/mc.h
- drivers/gpu/drm/nouveau/nvkm/engine/device/nv50.c 10 additions, 10 deletionsdrivers/gpu/drm/nouveau/nvkm/engine/device/nv50.c
- drivers/gpu/drm/nouveau/nvkm/engine/device/nvc0.c 9 additions, 9 deletionsdrivers/gpu/drm/nouveau/nvkm/engine/device/nvc0.c
- drivers/gpu/drm/nouveau/nvkm/engine/device/nve0.c 5 additions, 5 deletionsdrivers/gpu/drm/nouveau/nvkm/engine/device/nve0.c
- drivers/gpu/drm/nouveau/nvkm/subdev/mc/Kbuild 4 additions, 4 deletionsdrivers/gpu/drm/nouveau/nvkm/subdev/mc/Kbuild
- drivers/gpu/drm/nouveau/nvkm/subdev/mc/base.c 34 additions, 35 deletionsdrivers/gpu/drm/nouveau/nvkm/subdev/mc/base.c
- drivers/gpu/drm/nouveau/nvkm/subdev/mc/g94.c 5 additions, 6 deletionsdrivers/gpu/drm/nouveau/nvkm/subdev/mc/g94.c
- drivers/gpu/drm/nouveau/nvkm/subdev/mc/g98.c 8 additions, 9 deletionsdrivers/gpu/drm/nouveau/nvkm/subdev/mc/g98.c
- drivers/gpu/drm/nouveau/nvkm/subdev/mc/gf100.c 12 additions, 13 deletionsdrivers/gpu/drm/nouveau/nvkm/subdev/mc/gf100.c
- drivers/gpu/drm/nouveau/nvkm/subdev/mc/gf106.c 7 additions, 8 deletionsdrivers/gpu/drm/nouveau/nvkm/subdev/mc/gf106.c
- drivers/gpu/drm/nouveau/nvkm/subdev/mc/gk20a.c 6 additions, 7 deletionsdrivers/gpu/drm/nouveau/nvkm/subdev/mc/gk20a.c
- drivers/gpu/drm/nouveau/nvkm/subdev/mc/nv04.c 12 additions, 13 deletionsdrivers/gpu/drm/nouveau/nvkm/subdev/mc/nv04.c
- drivers/gpu/drm/nouveau/nvkm/subdev/mc/nv04.h 11 additions, 13 deletionsdrivers/gpu/drm/nouveau/nvkm/subdev/mc/nv04.h
- drivers/gpu/drm/nouveau/nvkm/subdev/mc/nv40.c 6 additions, 7 deletionsdrivers/gpu/drm/nouveau/nvkm/subdev/mc/nv40.c
- drivers/gpu/drm/nouveau/nvkm/subdev/mc/nv44.c 7 additions, 8 deletionsdrivers/gpu/drm/nouveau/nvkm/subdev/mc/nv44.c
- drivers/gpu/drm/nouveau/nvkm/subdev/mc/nv4c.c 5 additions, 6 deletionsdrivers/gpu/drm/nouveau/nvkm/subdev/mc/nv4c.c
- drivers/gpu/drm/nouveau/nvkm/subdev/mc/nv50.c 12 additions, 11 deletionsdrivers/gpu/drm/nouveau/nvkm/subdev/mc/nv50.c
- drivers/gpu/drm/nouveau/nvkm/subdev/mc/priv.h 20 additions, 22 deletionsdrivers/gpu/drm/nouveau/nvkm/subdev/mc/priv.h
Loading
Please register or sign in to comment