Re: [PATCH 14/29] drm/omap: Add a dss device operation flag for .get_modes()

2018-12-10 Thread Sebastian Reichel
On Wed, Dec 05, 2018 at 05:00:07PM +0200, Laurent Pinchart wrote: > Instead of manually iterating over the dss devices in the pipeline to > find the first one that implements the .get_modes() operation, add a new > operation flag for .get_modes() and use the omap_connector_find_device() > helper fu

[PATCH 14/29] drm/omap: Add a dss device operation flag for .get_modes()

2018-12-05 Thread Laurent Pinchart
Instead of manually iterating over the dss devices in the pipeline to find the first one that implements the .get_modes() operation, add a new operation flag for .get_modes() and use the omap_connector_find_device() helper function to locate the right dss device. Signed-off-by: Laurent Pinchart -