<dec f='src/src/sys/external/bsd/drm2/dist/include/drm/drm_crtc.h' l='843' type='void drm_crtc_cleanup(struct drm_crtc * crtc)'/>
<def f='src/src/sys/external/bsd/drm2/dist/drm/drm_crtc.c' l='761' ll='775' type='void drm_crtc_cleanup(struct drm_crtc * crtc)'/>
<doc f='src/src/sys/external/bsd/drm2/dist/drm/drm_crtc.c' l='753'>/**
 * drm_crtc_cleanup - Clean up the core crtc usage
 * @crtc: CRTC to cleanup
 *
 * This function cleans up @crtc and removes it from the DRM mode setting
 * core. Note that the function does *not* free the crtc structure itself,
 * this is the responsibility of the caller.
 */</doc>
<use f='src/src/sys/external/bsd/drm2/dist/drm/i915/intel_display.c' l='8557' u='c' c='intel_crtc_destroy'/>
<use f='src/src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/nouveau_dispnv04_crtc.c' l='758' u='c' c='nv_crtc_destroy'/>
<use f='src/src/sys/external/bsd/drm2/dist/drm/nouveau/nouveau_nv50_display.c' l='1404' u='c' c='nv50_crtc_destroy'/>
<use f='src/src/sys/external/bsd/drm2/dist/drm/radeon/radeon_display.c' l='276' u='c' c='radeon_crtc_destroy'/>
