author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | |
Thu, 7 Dec 2017 16:06:40 +0000 (18:06 +0200) | ||
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | |
Fri, 8 Dec 2017 06:48:03 +0000 (08:48 +0200) | ||
commit | 74a4a777627029dc51d4b1df89bedda501dc7543 | |
tree | ea1e9054d4150c3ea7c510082b12bf964b938714 | tree | snapshot (tar.xz tar.gz zip) |
parent | c13047e3f7674a5a05b107ef3fd97d9ff4165639 | commit | diff |
Fix Python bindings for Connector::get_possible_crtcs() method
The method returns an std::vector of DRMObject, which isn't supported by
the latest pybind11 as explained in commit 706a44abb3aa. Fix it by
wrapping the method manually.
Fixes: 706a44abb3aa ("Update to latest pybind11")
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
The method returns an std::vector of DRMObject, which isn't supported by
the latest pybind11 as explained in commit 706a44abb3aa. Fix it by
wrapping the method manually.
Fixes: 706a44abb3aa ("Update to latest pybind11")
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
py/pykms/pykmsbase.cpp | diff | blob | history |