diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2015-01-14 15:24:57 +1000 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2015-01-19 15:42:02 +1000 |
commit | 3172a2af599c87511b0bd1ed9bee1ad2c24faeb4 (patch) | |
tree | d519c10918d6bce7aed1d5c0d84fdb425a3e0835 /drm/nouveau/nvkm/engine/sw | |
parent | 79a618a9425b44046abb12f257fcff519bff796a (diff) | |
download | nouveau-3172a2af599c87511b0bd1ed9bee1ad2c24faeb4.tar.gz |
disp: 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 'drm/nouveau/nvkm/engine/sw')
-rw-r--r-- | drm/nouveau/nvkm/engine/sw/nv50.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drm/nouveau/nvkm/engine/sw/nv50.c b/drm/nouveau/nvkm/engine/sw/nv50.c index a214a4deb..6833e0082 100644 --- a/drm/nouveau/nvkm/engine/sw/nv50.c +++ b/drm/nouveau/nvkm/engine/sw/nv50.c @@ -23,6 +23,7 @@ */ #include <core/os.h> +#include <core/device.h> #include <core/engctx.h> #include <core/namedb.h> #include <core/handle.h> |