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-04-21 | py: Add in fence test using swsync | Laurent Pinchart | |
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com> |