aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/include/nvkm/engine/sec.h
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2015-01-14 15:31:24 +1000
committerBen Skeggs <bskeggs@redhat.com>2015-01-22 12:18:05 +1000
commit25a6402557d3903e5082fc1afb2f97706abd9a6c (patch)
tree37e3947355ace6e70dcaa97980c79c5ef90c6184 /drivers/gpu/drm/nouveau/include/nvkm/engine/sec.h
parentdrm/nouveau/pm: namespace + nvidia gpu names (no binary change) (diff)
downloadlinux-25a6402557d3903e5082fc1afb2f97706abd9a6c.tar.gz
linux-25a6402557d3903e5082fc1afb2f97706abd9a6c.zip
drm/nouveau/sec: 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/include/nvkm/engine/sec.h')
-rw-r--r--drivers/gpu/drm/nouveau/include/nvkm/engine/sec.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/include/nvkm/engine/sec.h b/drivers/gpu/drm/nouveau/include/nvkm/engine/sec.h
index 32cd4cb0744c..44590a2a479d 100644
--- a/drivers/gpu/drm/nouveau/include/nvkm/engine/sec.h
+++ b/drivers/gpu/drm/nouveau/include/nvkm/engine/sec.h
@@ -1,4 +1,5 @@
#ifndef __NVKM_SEC_H__
#define __NVKM_SEC_H__
-extern struct nouveau_oclass nv98_sec_oclass;
+#include <core/engine.h>
+extern struct nvkm_oclass g98_sec_oclass;
#endif