drm/nouveau/sw: 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 2 additions, 0 deletionsdrivers/gpu/drm/nouveau/include/nvkm/core/os.h
- drivers/gpu/drm/nouveau/include/nvkm/engine/sw.h 38 additions, 39 deletionsdrivers/gpu/drm/nouveau/include/nvkm/engine/sw.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/nvc0.c 9 additions, 9 deletionsdrivers/gpu/drm/nouveau/nvkm/engine/device/nvc0.c
- drivers/gpu/drm/nouveau/nvkm/engine/device/nve0.c 8 additions, 8 deletionsdrivers/gpu/drm/nouveau/nvkm/engine/device/nve0.c
- drivers/gpu/drm/nouveau/nvkm/engine/sw/Kbuild 1 addition, 1 deletiondrivers/gpu/drm/nouveau/nvkm/engine/sw/Kbuild
- drivers/gpu/drm/nouveau/nvkm/engine/sw/gf100.c 30 additions, 38 deletionsdrivers/gpu/drm/nouveau/nvkm/engine/sw/gf100.c
- drivers/gpu/drm/nouveau/nvkm/engine/sw/nv04.c 29 additions, 36 deletionsdrivers/gpu/drm/nouveau/nvkm/engine/sw/nv04.c
- drivers/gpu/drm/nouveau/nvkm/engine/sw/nv10.c 25 additions, 31 deletionsdrivers/gpu/drm/nouveau/nvkm/engine/sw/nv10.c
- drivers/gpu/drm/nouveau/nvkm/engine/sw/nv50.c 42 additions, 50 deletionsdrivers/gpu/drm/nouveau/nvkm/engine/sw/nv50.c
- drivers/gpu/drm/nouveau/nvkm/engine/sw/nv50.h 17 additions, 18 deletionsdrivers/gpu/drm/nouveau/nvkm/engine/sw/nv50.h
Loading
Please register or sign in to comment