[go: nahoru, domu]

Searched defs:drm_helper_crtc_in_use (Results 1 - 1 of 1) sorted by relevance

/drivers/gpu/drm/
H A Ddrm_crtc_helper.c109 * drm_helper_crtc_in_use - check if a given CRTC is in a mode_config
119 bool drm_helper_crtc_in_use(struct drm_crtc *crtc) function
136 EXPORT_SYMBOL(drm_helper_crtc_in_use); variable
172 crtc->enabled = drm_helper_crtc_in_use(crtc);
261 crtc->enabled = drm_helper_crtc_in_use(crtc);
631 if (drm_helper_crtc_in_use(set->crtc)) {

Completed in 26 milliseconds