Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-19 | kmstest.py: Add output_connectors() helper to skip writeback connectors | Laurent Pinchart | |
Add a generator method to the KMSTest class to enumerate all non-writeback connectors, and use it through tests. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com> | |||
2019-06-19 | tests: Add an output routing test | Laurent Pinchart | |
Add a test that moves an output connector between multiple CRTCs with a single mode set operation at each step, without going through disable and reenable cycles. This helps testing the routing configuration code paths in the commit tail handler. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com> |