diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2015-01-14 15:30:22 +1000 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2015-01-22 12:18:03 +1000 |
commit | 87a876579abd1df8479ad90974492ec0a145d165 (patch) | |
tree | 7cb30fa4f2f9c1e696c52876c27c16d23c6a2cf9 /drivers/gpu/drm/nouveau/nvkm/engine/msppp/Kbuild | |
parent | e3332c20e016224f10e7ae3ccbaa630588c9004c (diff) | |
download | blackbird-op-linux-87a876579abd1df8479ad90974492ec0a145d165.tar.gz blackbird-op-linux-87a876579abd1df8479ad90974492ec0a145d165.zip |
drm/nouveau/msppp: 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>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nvkm/engine/msppp/Kbuild')
-rw-r--r-- | drivers/gpu/drm/nouveau/nvkm/engine/msppp/Kbuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/nouveau/nvkm/engine/msppp/Kbuild b/drivers/gpu/drm/nouveau/nvkm/engine/msppp/Kbuild index 9b90ce948425..4576a9eee39d 100644 --- a/drivers/gpu/drm/nouveau/nvkm/engine/msppp/Kbuild +++ b/drivers/gpu/drm/nouveau/nvkm/engine/msppp/Kbuild @@ -1,2 +1,2 @@ -nvkm-y += nvkm/engine/msppp/nv98.o -nvkm-y += nvkm/engine/msppp/nvc0.o +nvkm-y += nvkm/engine/msppp/g98.o +nvkm-y += nvkm/engine/msppp/gf100.o |