drm/omap: sdi: Fixup video mode in .check_timings() operation
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Fri, 8 Jun 2018 12:59:31 +0000 (15:59 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Mon, 3 Sep 2018 13:13:30 +0000 (16:13 +0300)
commit96fc64c775370b18bbf53732ad5130a6662cf1a2
tree4399f8ca98e9e93e618d3fe237d35688e8a73b30
parent95e472da1094dfe41b7d1d3fb2d04486cf863a42
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>
drivers/gpu/drm/omapdrm/dss/sdi.c