commit | 96fc64c775370b18bbf53732ad5130a6662cf1a2 | [log] [tgz] |
---|---|---|
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | Fri Jun 08 15:59:31 2018 +0300 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Mon Sep 03 16:13:30 2018 +0300 |
tree | 4399f8ca98e9e93e618d3fe237d35688e8a73b30 | |
parent | 95e472da1094dfe41b7d1d3fb2d04486cf863a42 [diff] |
drm/omap: sdi: Fixup video mode in .check_timings() operation The SDI encoder modifies the pixel clock of the requested video mode to take the limitations of the PLL into account in the .enable() operation. This should be performed in the .check_timings() operation instead. Move the fixup. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>