Home
last modified time | relevance | path

Searched refs:drm_helper_crtc_in_use (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/drm/
H A Ddrm_crtc_helper.c128 bool drm_helper_crtc_in_use(struct drm_crtc *crtc) in drm_helper_crtc_in_use() function
145 EXPORT_SYMBOL(drm_helper_crtc_in_use);
182 crtc->enabled = drm_helper_crtc_in_use(crtc); in __drm_helper_disable_unused_functions()
286 crtc->enabled = drm_helper_crtc_in_use(crtc); in drm_crtc_helper_set_mode()
718 if (drm_helper_crtc_in_use(set->crtc)) { in drm_crtc_helper_set_config()
/dragonfly/sys/dev/drm/include/drm/
H A Ddrm_crtc_helper.h53 bool drm_helper_crtc_in_use(struct drm_crtc *crtc);