drm_helper_crtc_in_use
EXPORT_SYMBOL(drm_helper_crtc_in_use);
crtc->enabled = drm_helper_crtc_in_use(crtc);
crtc->enabled = drm_helper_crtc_in_use(crtc);
set->crtc->enabled = drm_helper_crtc_in_use(set->crtc);
extern bool drm_helper_crtc_in_use(struct drm_crtc *crtc);