drm/nouveau/mmu: rename from vmmgr (no binary change)
Switch to NVIDIA's name for the device.
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/nvif/device.h 2 additions, 2 deletionsdrivers/gpu/drm/nouveau/include/nvif/device.h
- drivers/gpu/drm/nouveau/include/nvkm/core/device.h 1 addition, 1 deletiondrivers/gpu/drm/nouveau/include/nvkm/core/device.h
- drivers/gpu/drm/nouveau/include/nvkm/core/engctx.h 1 addition, 1 deletiondrivers/gpu/drm/nouveau/include/nvkm/core/engctx.h
- drivers/gpu/drm/nouveau/include/nvkm/subdev/fb.h 1 addition, 1 deletiondrivers/gpu/drm/nouveau/include/nvkm/subdev/fb.h
- drivers/gpu/drm/nouveau/include/nvkm/subdev/mmu.h 23 additions, 23 deletionsdrivers/gpu/drm/nouveau/include/nvkm/subdev/mmu.h
- drivers/gpu/drm/nouveau/nouveau_bo.c 4 additions, 4 deletionsdrivers/gpu/drm/nouveau/nouveau_bo.c
- drivers/gpu/drm/nouveau/nouveau_chan.c 7 additions, 7 deletionsdrivers/gpu/drm/nouveau/nouveau_chan.c
- drivers/gpu/drm/nouveau/nouveau_display.h 1 addition, 1 deletiondrivers/gpu/drm/nouveau/nouveau_display.h
- drivers/gpu/drm/nouveau/nouveau_ttm.c 5 additions, 5 deletionsdrivers/gpu/drm/nouveau/nouveau_ttm.c
- drivers/gpu/drm/nouveau/nvkm/core/engctx.c 1 addition, 1 deletiondrivers/gpu/drm/nouveau/nvkm/core/engctx.c
- drivers/gpu/drm/nouveau/nvkm/core/gpuobj.c 1 addition, 1 deletiondrivers/gpu/drm/nouveau/nvkm/core/gpuobj.c
- drivers/gpu/drm/nouveau/nvkm/engine/copy/nva3.c 1 addition, 1 deletiondrivers/gpu/drm/nouveau/nvkm/engine/copy/nva3.c
- drivers/gpu/drm/nouveau/nvkm/engine/device/base.c 1 addition, 1 deletiondrivers/gpu/drm/nouveau/nvkm/engine/device/base.c
- drivers/gpu/drm/nouveau/nvkm/engine/device/gm100.c 3 additions, 3 deletionsdrivers/gpu/drm/nouveau/nvkm/engine/device/gm100.c
- drivers/gpu/drm/nouveau/nvkm/engine/device/nv04.c 3 additions, 3 deletionsdrivers/gpu/drm/nouveau/nvkm/engine/device/nv04.c
- drivers/gpu/drm/nouveau/nvkm/engine/device/nv10.c 9 additions, 9 deletionsdrivers/gpu/drm/nouveau/nvkm/engine/device/nv10.c
- drivers/gpu/drm/nouveau/nvkm/engine/device/nv20.c 5 additions, 5 deletionsdrivers/gpu/drm/nouveau/nvkm/engine/device/nv20.c
- drivers/gpu/drm/nouveau/nvkm/engine/device/nv30.c 6 additions, 6 deletionsdrivers/gpu/drm/nouveau/nvkm/engine/device/nv30.c
- drivers/gpu/drm/nouveau/nvkm/engine/device/nv40.c 18 additions, 18 deletionsdrivers/gpu/drm/nouveau/nvkm/engine/device/nv40.c
- drivers/gpu/drm/nouveau/nvkm/engine/device/nv50.c 15 additions, 15 deletionsdrivers/gpu/drm/nouveau/nvkm/engine/device/nv50.c
Loading
Please register or sign in to comment