drm/nouveau/ltc: 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/subdev/ltc.h 18 additions, 21 deletionsdrivers/gpu/drm/nouveau/include/nvkm/subdev/ltc.h
- drivers/gpu/drm/nouveau/nvkm/engine/gr/nvc0.h 2 additions, 2 deletionsdrivers/gpu/drm/nouveau/nvkm/engine/gr/nvc0.h
- drivers/gpu/drm/nouveau/nvkm/subdev/ltc/base.c 14 additions, 16 deletionsdrivers/gpu/drm/nouveau/nvkm/subdev/ltc/base.c
- drivers/gpu/drm/nouveau/nvkm/subdev/ltc/gf100.c 20 additions, 20 deletionsdrivers/gpu/drm/nouveau/nvkm/subdev/ltc/gf100.c
- drivers/gpu/drm/nouveau/nvkm/subdev/ltc/gk104.c 3 additions, 4 deletionsdrivers/gpu/drm/nouveau/nvkm/subdev/ltc/gk104.c
- drivers/gpu/drm/nouveau/nvkm/subdev/ltc/gm107.c 9 additions, 10 deletionsdrivers/gpu/drm/nouveau/nvkm/subdev/ltc/gm107.c
- drivers/gpu/drm/nouveau/nvkm/subdev/ltc/priv.h 22 additions, 24 deletionsdrivers/gpu/drm/nouveau/nvkm/subdev/ltc/priv.h
Loading
Please register or sign in to comment