resourcemanager.cpp | 141 Plane* ResourceManager::reserve_plane(Crtc* crtc, PlaneType type, PixelFormat format) function in class:ResourceManager 163 Plane* ResourceManager::reserve_plane(Plane* plane) function in class:ResourceManager 200 return reserve_plane(crtc, PlaneType::Primary, format); 205 return reserve_plane(crtc, PlaneType::Overlay, format);
|