Searched refs:possible_crtc_mask_ (Results 1 – 2 of 2) sorted by relevance
33 : drm_(drm), id_(p->plane_id), possible_crtc_mask_(p->possible_crtcs) { in DrmPlane()218 return !!((1 << crtc.pipe()) & possible_crtc_mask_); in GetCrtcSupported()
87 uint32_t possible_crtc_mask_; variable