Home
last modified time | relevance | path

Searched refs:commit_sync (Results 1 – 22 of 22) sorted by relevance

/aosp_15_r20/external/libkmsxx/py/tests/
H A Dplane_hog.py58 r = req.commit_sync(allow_modeset = True)
81 r = req.commit_sync()
97 r = req.commit_sync(allow_modeset = True)
112 r = req.commit_sync(allow_modeset = True)
129 r = req.commit_sync(allow_modeset = True)
H A Dplane_move.py82 req.commit_sync(allow_modeset = True)
93 req.commit_sync(allow_modeset = True)
104 req.commit_sync(allow_modeset = True)
115 req.commit_sync(allow_modeset = True)
124 req.commit_sync(allow_modeset = True)
H A Dplane_csc.py24 r = req.commit_sync(allow_modeset = True)
30 r = req.commit_sync()
49 req.commit_sync()
H A Dwb-m2m-crop.py35 req.commit_sync(allow_modeset = True)
55 r = req.commit_sync(allow_modeset = True)
97 req.commit_sync(allow_modeset = True)
H A Dglobal_alpha_test.py46 r = req.commit_sync(allow_modeset = True)
55 r = req.commit_sync()
H A Dscale.py11 r = req.commit_sync()
40 r = req.commit_sync(allow_modeset = True)
H A Drottest.py44 req.commit_sync(allow_modeset = True)
91 req.commit_sync(allow_modeset = True)
H A Dtestmodes.py43 req.commit_sync(allow_modeset = True)
H A Dtest.py46 req.commit_sync(allow_modeset = True)
H A Dctm_test.py71 r = req.commit_sync(allow_modeset = True)
H A Dcam.py33 req.commit_sync(allow_modeset = True)
H A Dbig_fb.py94 req.commit_sync(allow_modeset = True)
/aosp_15_r20/external/libkmsxx/py/pykms/
H A D__init__.py40 if areq.commit_sync() != 0:
53 if areq.commit_sync() != 0:
74 if areq.commit_sync() != 0:
H A Dpykmsbase.cpp279 .def("commit_sync", &AtomicReq::commit_sync, py::arg("allow_modeset") = false); in init_pykmsbase()
/aosp_15_r20/external/libkmsxx/utils/
H A Dkmscapture.cpp210 r = req.commit_sync(); in CameraPipeline()
414 req.commit_sync(); in main()
H A Dkmstouch.cpp280 int r = req.commit_sync(); in main()
H A Dkmstest.cpp847 r = disable_req.commit_sync(true); in set_crtcs_n_planes_atomic()
903 r = req.commit_sync(true); in set_crtcs_n_planes_atomic()
H A Domap-wbcap.cpp113 int r = req.commit_sync(); in WBFlipState()
/aosp_15_r20/external/libkmsxx/kms++/inc/kms++/
H A Datomicreq.h32 int commit_sync(bool allow_modeset = false);
/aosp_15_r20/external/libkmsxx/kms++/src/
H A Datomicreq.cpp124 int AtomicReq::commit_sync(bool allow_modeset) in commit_sync() function in kms::AtomicReq
H A Dcrtc.cpp74 int r = req.commit_sync(true); in set_mode()
H A Dcard.cpp427 return req.commit_sync(true); in disable_all()