Searched refs:reserve_generic_plane (Results 1 – 11 of 11) sorted by relevance
21 Plane* reserve_generic_plane(Crtc* crtc, PixelFormat format = PixelFormat::Undefined);
15 p = res.reserve_generic_plane(crtc)
25 plane = res.reserve_generic_plane(crtc)
11 plane = res.reserve_generic_plane(crtc, pykms.PixelFormat.UYVY)
43 plane = res.reserve_generic_plane(crtc1)
74 plane = res.reserve_generic_plane(crtc)
334 Plane* root_plane = resman.reserve_generic_plane(crtc); in main_gbm()340 plane = resman.reserve_generic_plane(crtc); in main_gbm()
33 .def("reserve_generic_plane", &ResourceManager::reserve_generic_plane, in init_pykmstest()
176 Plane* ResourceManager::reserve_generic_plane(Crtc* crtc, PixelFormat format) in reserve_generic_plane() function in ResourceManager
324 auto src_plane = resman.reserve_generic_plane(src_crtc, pixfmt); in main()
675 p.plane = resman.reserve_generic_plane(o.crtc, p.fbs[0]->format()); in setups_to_outputs()