drm/nouveau/pmu: 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 4 additions, 0 deletionsdrivers/gpu/drm/nouveau/include/nvkm/core/os.h
- drivers/gpu/drm/nouveau/include/nvkm/subdev/pmu.h 26 additions, 30 deletionsdrivers/gpu/drm/nouveau/include/nvkm/subdev/pmu.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 4 additions, 4 deletionsdrivers/gpu/drm/nouveau/nvkm/engine/device/nv50.c
- drivers/gpu/drm/nouveau/nvkm/engine/device/nvc0.c 8 additions, 8 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/fb/ramgf100.c 1 addition, 0 deletionsdrivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgf100.c
- drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgk104.c 1 addition, 0 deletionsdrivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgk104.c
- drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgt215.c 1 addition, 0 deletionsdrivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgt215.c
- drivers/gpu/drm/nouveau/nvkm/subdev/pmu/Kbuild 4 additions, 4 deletionsdrivers/gpu/drm/nouveau/nvkm/subdev/pmu/Kbuild
- drivers/gpu/drm/nouveau/nvkm/subdev/pmu/base.c 30 additions, 34 deletionsdrivers/gpu/drm/nouveau/nvkm/subdev/pmu/base.c
- drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/gf100.fuc3 2 additions, 2 deletionsdrivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/gf100.fuc3
- drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/gf100.fuc3.h 2 additions, 2 deletionsdrivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/gf100.fuc3.h
- drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/gf110.fuc4 2 additions, 2 deletionsdrivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/gf110.fuc4
- drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/gf110.fuc4.h 2 additions, 2 deletionsdrivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/gf110.fuc4.h
- drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/gk208.fuc5 2 additions, 2 deletionsdrivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/gk208.fuc5
- drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/gk208.fuc5.h 2 additions, 2 deletionsdrivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/gk208.fuc5.h
- drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/gt215.fuc3 2 additions, 2 deletionsdrivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/gt215.fuc3
- drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/gt215.fuc3.h 2 additions, 2 deletionsdrivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/gt215.fuc3.h
- drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gf100.c 12 additions, 13 deletionsdrivers/gpu/drm/nouveau/nvkm/subdev/pmu/gf100.c
Loading
Please register or sign in to comment