drm/nouveau/mspdec: 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/engine/mspdec.h 4 additions, 3 deletionsdrivers/gpu/drm/nouveau/include/nvkm/engine/mspdec.h
- drivers/gpu/drm/nouveau/nvkm/engine/device/gm100.c 2 additions, 2 deletionsdrivers/gpu/drm/nouveau/nvkm/engine/device/gm100.c
- drivers/gpu/drm/nouveau/nvkm/engine/device/nv50.c 7 additions, 7 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 7 additions, 7 deletionsdrivers/gpu/drm/nouveau/nvkm/engine/device/nve0.c
- drivers/gpu/drm/nouveau/nvkm/engine/mspdec/Kbuild 3 additions, 3 deletionsdrivers/gpu/drm/nouveau/nvkm/engine/mspdec/Kbuild
- drivers/gpu/drm/nouveau/nvkm/engine/mspdec/g98.c 36 additions, 37 deletionsdrivers/gpu/drm/nouveau/nvkm/engine/mspdec/g98.c
- drivers/gpu/drm/nouveau/nvkm/engine/mspdec/gf100.c 36 additions, 37 deletionsdrivers/gpu/drm/nouveau/nvkm/engine/mspdec/gf100.c
- drivers/gpu/drm/nouveau/nvkm/engine/mspdec/gk104.c 36 additions, 37 deletionsdrivers/gpu/drm/nouveau/nvkm/engine/mspdec/gk104.c
Loading
Please register or sign in to comment