drm/nouveau/therm: 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/therm.h 56 additions, 60 deletionsdrivers/gpu/drm/nouveau/include/nvkm/subdev/therm.h
- drivers/gpu/drm/nouveau/nouveau_hwmon.c 22 additions, 22 deletionsdrivers/gpu/drm/nouveau/nouveau_hwmon.c
- drivers/gpu/drm/nouveau/nvkm/engine/device/nv50.c 13 additions, 13 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/subdev/therm/Kbuild 3 additions, 3 deletionsdrivers/gpu/drm/nouveau/nvkm/subdev/therm/Kbuild
- drivers/gpu/drm/nouveau/nvkm/subdev/therm/base.c 93 additions, 100 deletionsdrivers/gpu/drm/nouveau/nvkm/subdev/therm/base.c
- drivers/gpu/drm/nouveau/nvkm/subdev/therm/fan.c 42 additions, 47 deletionsdrivers/gpu/drm/nouveau/nvkm/subdev/therm/fan.c
- drivers/gpu/drm/nouveau/nvkm/subdev/therm/fannil.c 7 additions, 8 deletionsdrivers/gpu/drm/nouveau/nvkm/subdev/therm/fannil.c
- drivers/gpu/drm/nouveau/nvkm/subdev/therm/fanpwm.c 19 additions, 20 deletionsdrivers/gpu/drm/nouveau/nvkm/subdev/therm/fanpwm.c
- drivers/gpu/drm/nouveau/nvkm/subdev/therm/fantog.c 24 additions, 28 deletionsdrivers/gpu/drm/nouveau/nvkm/subdev/therm/fantog.c
- drivers/gpu/drm/nouveau/nvkm/subdev/therm/g84.c 71 additions, 73 deletionsdrivers/gpu/drm/nouveau/nvkm/subdev/therm/g84.c
- drivers/gpu/drm/nouveau/nvkm/subdev/therm/gf110.c 31 additions, 33 deletionsdrivers/gpu/drm/nouveau/nvkm/subdev/therm/gf110.c
- drivers/gpu/drm/nouveau/nvkm/subdev/therm/gm107.c 18 additions, 20 deletionsdrivers/gpu/drm/nouveau/nvkm/subdev/therm/gm107.c
- drivers/gpu/drm/nouveau/nvkm/subdev/therm/gt215.c 24 additions, 26 deletionsdrivers/gpu/drm/nouveau/nvkm/subdev/therm/gt215.c
- drivers/gpu/drm/nouveau/nvkm/subdev/therm/ic.c 10 additions, 12 deletionsdrivers/gpu/drm/nouveau/nvkm/subdev/therm/ic.c
- drivers/gpu/drm/nouveau/nvkm/subdev/therm/nv40.c 25 additions, 26 deletionsdrivers/gpu/drm/nouveau/nvkm/subdev/therm/nv40.c
- drivers/gpu/drm/nouveau/nvkm/subdev/therm/nv50.c 23 additions, 24 deletionsdrivers/gpu/drm/nouveau/nvkm/subdev/therm/nv50.c
- drivers/gpu/drm/nouveau/nvkm/subdev/therm/priv.h 75 additions, 82 deletionsdrivers/gpu/drm/nouveau/nvkm/subdev/therm/priv.h
- drivers/gpu/drm/nouveau/nvkm/subdev/therm/temp.c 67 additions, 72 deletionsdrivers/gpu/drm/nouveau/nvkm/subdev/therm/temp.c
Loading
Please register or sign in to comment