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