commit | 8fe1d36100c84ab1b501771252755d75ddcb6bff | [log] [tgz] |
---|---|---|
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | Mon Jun 04 18:29:01 2018 +0300 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Mon Sep 03 16:13:29 2018 +0300 |
tree | cdd5ce4ac70ed42efdadc78830685139c0a2fc90 | |
parent | 9c626dee5cdb13aad5aa1448e08186bf6452647d [diff] |
drm/omap: Make the video_mode pointer to .set_timings() const The .set_timings() operations of the omap_dss_device instances don't need to modify the passed timings. Make the pointer const. 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>