Name
drm_atomic_connectors_for_crtc — 
     count number of connected outputs
 
Synopsis
| int drm_atomic_connectors_for_crtc ( | struct drm_atomic_state * state, | 
|  | struct drm_crtc * crtc ); | 
 
Arguments
- state
- 
     atomic state
     
- crtc
- 
     DRM crtc
     
Description
   This function counts all connectors which will be connected to crtc
   according to state. Useful to recompute the enable state for crtc.