summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_drm.c
diff options
context:
space:
mode:
authorKarol Herbst <nouveau@karolherbst.de>2015-07-31 00:35:42 +0200
committerBen Skeggs <bskeggs@redhat.com>2016-01-11 11:28:24 +1000
commit56c101af401f3c1f0c97bc98ad6f32e4d4a6b05a (patch)
tree95081bbfbc0fbfdf2bcfb0d277c1ab4b1acea439 /drivers/gpu/drm/nouveau/nouveau_drm.c
parent1b7ab1a1c3807523417fe4c20876546caf936242 (diff)
downloadop-kernel-dev-56c101af401f3c1f0c97bc98ad6f32e4d4a6b05a.zip
op-kernel-dev-56c101af401f3c1f0c97bc98ad6f32e4d4a6b05a.tar.gz
drm/nouveau/debugfs: rename functions to indicate they are used inside drm
We will need our own debugfs_init and cleanup functions, because nouveau_drm isn't ready while the DRM ones are called by DRM. Signed-off-by: Karol Herbst <nouveau@karolherbst.de> Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nouveau_drm.c')
-rw-r--r--drivers/gpu/drm/nouveau/nouveau_drm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_drm.c b/drivers/gpu/drm/nouveau/nouveau_drm.c
index 5f038bb..f751111 100644
--- a/drivers/gpu/drm/nouveau/nouveau_drm.c
+++ b/drivers/gpu/drm/nouveau/nouveau_drm.c
@@ -933,8 +933,8 @@ driver_stub = {
.lastclose = nouveau_vga_lastclose,
#if defined(CONFIG_DEBUG_FS)
- .debugfs_init = nouveau_debugfs_init,
- .debugfs_cleanup = nouveau_debugfs_takedown,
+ .debugfs_init = nouveau_drm_debugfs_init,
+ .debugfs_cleanup = nouveau_drm_debugfs_cleanup,
#endif
.get_vblank_counter = drm_vblank_no_hw_counter,
OpenPOWER on IntegriCloud