Name
drm_for_each_plane_mask — 
     iterate over planes specified by bitmask
 
Synopsis
|  drm_for_each_plane_mask ( | plane, | 
|  | dev, | 
|  | plane_mask ); | 
 
Arguments
- plane
- 
     the loop cursor
     
- dev
- 
     the DRM device
     
- plane_mask
- 
     bitmask of plane indices
     
Description
   Iterate over all planes specified by bitmask.