drm/nouveau/fuse: 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/fuse.h 17 additions, 19 deletionsdrivers/gpu/drm/nouveau/include/nvkm/subdev/fuse.h
- drivers/gpu/drm/nouveau/nvkm/engine/device/nv50.c 14 additions, 14 deletionsdrivers/gpu/drm/nouveau/nvkm/engine/device/nv50.c
- drivers/gpu/drm/nouveau/nvkm/subdev/fuse/Kbuild 1 addition, 1 deletiondrivers/gpu/drm/nouveau/nvkm/subdev/fuse/Kbuild
- drivers/gpu/drm/nouveau/nvkm/subdev/fuse/base.c 11 additions, 14 deletionsdrivers/gpu/drm/nouveau/nvkm/subdev/fuse/base.c
- drivers/gpu/drm/nouveau/nvkm/subdev/fuse/gf100.c 12 additions, 17 deletionsdrivers/gpu/drm/nouveau/nvkm/subdev/fuse/gf100.c
- drivers/gpu/drm/nouveau/nvkm/subdev/fuse/gm107.c 11 additions, 13 deletionsdrivers/gpu/drm/nouveau/nvkm/subdev/fuse/gm107.c
- drivers/gpu/drm/nouveau/nvkm/subdev/fuse/nv50.c 18 additions, 23 deletionsdrivers/gpu/drm/nouveau/nvkm/subdev/fuse/nv50.c
- drivers/gpu/drm/nouveau/nvkm/subdev/fuse/priv.h 2 additions, 4 deletionsdrivers/gpu/drm/nouveau/nvkm/subdev/fuse/priv.h
Loading
Please register or sign in to comment