Searched defs:DrmCompositionPlane (Results 1 – 1 of 1) sorted by relevance
49 struct DrmCompositionPlane { struct50 const static size_t kSourceNone = SIZE_MAX;51 const static size_t kSourcePreComp = kSourceNone - 1;52 const static size_t kSourceSquash = kSourcePreComp - 1;53 const static size_t kSourceLayerMax = kSourceSquash - 1;54 DrmPlane *plane;55 DrmCrtc *crtc;56 size_t source_layer;