Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-05 | py: drop the fancy event handling | Tomi Valkeinen | |
Unfortunately the nice event handler added previously doesn't work: we may get multiple page-flip events, which would lead to unref'ing the passed python object multiple times, leading to memory corruption. I guess it's only possible to pass a plain int as user data to commit() and page_flip(). | |||
2017-03-17 | Add modeset_event.py | Jyri Sarha | |
modeset_event.py tests committing a full mode set asynchronously and receiving a flip event about it. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com> |