commit | 95e472da1094dfe41b7d1d3fb2d04486cf863a42 | [log] [tgz] |
---|---|---|
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | Fri Jun 08 16:39:27 2018 +0300 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Mon Sep 03 16:13:30 2018 +0300 |
tree | cd56c2e2465afa9fe5095a1d20a1eae18828ddd8 | |
parent | 7d39e59be51bddbd5cd487274d48969a39a3bcd1 [diff] |
drm/omap: hdmi: Constify video mode and related pointers Constify many pointers to struct videomode, as well as pointers to container structures, to ensure the video mode isn't modified after the .check_timings() operation. 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>