drm/nouveau/sec: separate from cipher (formerly crypt)
authorBen Skeggs <bskeggs@redhat.com>
Wed, 14 Jan 2015 00:46:55 +0000 (10:46 +1000)
committerBen Skeggs <bskeggs@redhat.com>
Thu, 22 Jan 2015 02:17:44 +0000 (12:17 +1000)
commit93d90ad708b8da6efc0e487b66111aa9db7f70c7
treeeefe8591a415bb1f90cb0fdca50cb2154de37fb8
parenteccf7e8ad28e64401519e49f56abc7c799f809b5
drm/nouveau/sec: separate from cipher (formerly crypt)

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.

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
22 files changed:
drivers/gpu/drm/nouveau/include/nvif/class.h
drivers/gpu/drm/nouveau/include/nvkm/core/device.h
drivers/gpu/drm/nouveau/include/nvkm/engine/cipher.h [new file with mode: 0644]
drivers/gpu/drm/nouveau/include/nvkm/engine/crypt.h [deleted file]
drivers/gpu/drm/nouveau/include/nvkm/engine/sec.h [new file with mode: 0644]
drivers/gpu/drm/nouveau/nvkm/engine/Kbuild
drivers/gpu/drm/nouveau/nvkm/engine/cipher/Kbuild [new file with mode: 0644]
drivers/gpu/drm/nouveau/nvkm/engine/cipher/nv84.c [moved from drivers/gpu/drm/nouveau/nvkm/engine/crypt/nv84.c with 80% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/crypt/Kbuild [deleted file]
drivers/gpu/drm/nouveau/nvkm/engine/device/base.c
drivers/gpu/drm/nouveau/nvkm/engine/device/nv50.c
drivers/gpu/drm/nouveau/nvkm/engine/fifo/nv84.c
drivers/gpu/drm/nouveau/nvkm/engine/sec/Kbuild [new file with mode: 0644]
drivers/gpu/drm/nouveau/nvkm/engine/sec/fuc/nv98.fuc0s [moved from drivers/gpu/drm/nouveau/nvkm/engine/crypt/fuc/nv98.fuc0s with 88% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/sec/fuc/nv98.fuc0s.h [moved from drivers/gpu/drm/nouveau/nvkm/engine/crypt/fuc/nv98.fuc0s.h with 90% similarity]
drivers/gpu/drm/nouveau/nvkm/engine/sec/nv98.c [moved from drivers/gpu/drm/nouveau/nvkm/engine/crypt/nv98.c with 80% similarity]
drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv84.c
drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv98.c
drivers/gpu/drm/nouveau/nvkm/subdev/fb/nv50.c
drivers/gpu/drm/nouveau/nvkm/subdev/mc/nv50.c
drivers/gpu/drm/nouveau/nvkm/subdev/mc/nv98.c
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/nv50.c