Home
last modified time | relevance | path

Searched refs:drm_debugfs_crtc_remove (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/
Ddrm_internal.h127 void drm_debugfs_crtc_remove(struct drm_crtc *crtc);
153 static inline void drm_debugfs_crtc_remove(struct drm_crtc *crtc) in drm_debugfs_crtc_remove() function
Ddrm_debugfs.c419 drm_debugfs_crtc_remove(crtc); in drm_debugfs_crtc_add()
423 void drm_debugfs_crtc_remove(struct drm_crtc *crtc) in drm_debugfs_crtc_remove() function
Ddrm_crtc.c183 drm_debugfs_crtc_remove(crtc); in drm_crtc_unregister_all()