summaryrefslogtreecommitdiffstats
path: root/include/drm
diff options
context:
space:
mode:
authorLiviu Dudau <Liviu.Dudau@arm.com>2016-11-17 11:41:29 +0000
committerSean Paul <seanpaul@chromium.org>2016-11-21 13:22:08 -0500
commit8c0b55e22aff84cb6938a993d86c3ce02006236e (patch)
treedd707a1724fffe633a9c42924a9b92add14e3bd5 /include/drm
parentcf590b8732701778c067ed4dff579fa2d7ac251e (diff)
downloadop-kernel-dev-8c0b55e22aff84cb6938a993d86c3ce02006236e.zip
op-kernel-dev-8c0b55e22aff84cb6938a993d86c3ce02006236e.tar.gz
drm/atomic: cleanup debugfs entries on un-registering the driver.
Cleanup the debugfs entries created by commit 6559c901cb48: drm/atomic: add debugfs file to dump out atomic state when the driver's minor gets un-registered. Without it, DRM drivers compiled as modules cannot be rmmod-ed and modprobed again. Tested-by: Brian Starkey <brian.starkey@arm.com> Signed-off-by: Liviu Dudau <Liviu.Dudau@arm.com> Signed-off-by: Sean Paul <seanpaul@chromium.org> Link: http://patchwork.freedesktop.org/patch/msgid/20161117114129.2627-1-Liviu.Dudau@arm.com Fixes: 6559c901cb48 ("drm/atomic: add debugfs file to dump out atomic state")
Diffstat (limited to 'include/drm')
-rw-r--r--include/drm/drm_atomic.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/drm/drm_atomic.h b/include/drm/drm_atomic.h
index c0eaec7..5d5f85d 100644
--- a/include/drm/drm_atomic.h
+++ b/include/drm/drm_atomic.h
@@ -372,6 +372,7 @@ void drm_state_dump(struct drm_device *dev, struct drm_printer *p);
#ifdef CONFIG_DEBUG_FS
struct drm_minor;
int drm_atomic_debugfs_init(struct drm_minor *minor);
+int drm_atomic_debugfs_cleanup(struct drm_minor *minor);
#endif
#define for_each_connector_in_state(__state, connector, connector_state, __i) \
OpenPOWER on IntegriCloud