Searched refs:reserve_overlay_plane (Results 1 – 9 of 9) sorted by relevance
23 Plane* reserve_overlay_plane(Crtc* crtc, PixelFormat format = PixelFormat::Undefined);
11 plane = res.reserve_overlay_plane(crtc)
15 plane = res.reserve_overlay_plane(crtc, fmt)
16 plane = res.reserve_overlay_plane(crtc, pykms.PixelFormat.NV12)
39 .def("reserve_overlay_plane", &ResourceManager::reserve_overlay_plane, in init_pykmstest()
92 auto plane = res.reserve_overlay_plane(crtc, pixfmt); in main()
332 auto dst_plane = resman.reserve_overlay_plane(dst_crtc, pixfmt); in main()
677 p.plane = resman.reserve_overlay_plane(o.crtc, p.fbs[0]->format()); in setups_to_outputs()
203 Plane* ResourceManager::reserve_overlay_plane(Crtc* crtc, PixelFormat format) in reserve_overlay_plane() function in ResourceManager