Home
last modified time | relevance | path

Searched refs:allow_modeset (Results 1 – 10 of 10) sorted by relevance

/external/libkmsxx/kms++/src/
Datomicreq.cpp88 int AtomicReq::test(bool allow_modeset) in test() argument
92 if (allow_modeset) in test()
98 int AtomicReq::commit(void* data, bool allow_modeset) in commit() argument
102 if (allow_modeset) in commit()
108 int AtomicReq::commit_sync(bool allow_modeset) in commit_sync() argument
112 if (allow_modeset) in commit_sync()
/external/libkmsxx/kms++/inc/kms++/
Datomicreq.h30 int test(bool allow_modeset = false);
31 int commit(void* data, bool allow_modeset = false);
32 int commit_sync(bool allow_modeset = false);
/external/libkmsxx/py/tests/
Dplane_hog.py58 r = req.commit_sync(allow_modeset = True)
97 r = req.commit_sync(allow_modeset = True)
112 r = req.commit_sync(allow_modeset = True)
129 r = req.commit_sync(allow_modeset = True)
Drottest.py44 req.commit_sync(allow_modeset = True)
91 req.commit_sync(allow_modeset = True)
Dtest.py63 req.commit_sync(allow_modeset = True)
Dmodeset_event.py70 req.commit(0, allow_modeset = True)
Dplane_csc.py25 r = req.commit_sync(allow_modeset = True)
Dcam.py24 req.commit_sync(allow_modeset = True)
Dsync.py198 ret = req.commit(flip_handler, allow_modeset = True)
Dbig_fb.py94 req.commit_sync(allow_modeset = True)