commit | 26c91a3898f1fd52af4e90d03ad740586112a6f7 | [log] [tgz] |
---|---|---|
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | Wed Jun 06 16:18:43 2018 +0300 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Mon Sep 03 16:13:30 2018 +0300 |
tree | aaa64a9574318dbcc55250f1c03fed1fa7a20775 | |
parent | 138fe53ef8d341dd27a0f01d55f8774d33b880f8 [diff] |
drm/omap: Don't store video mode internally for external encoders The omap_dss_device .set_timings() operation for external encoders stores the video mode in the device data structure. That mode is then never used again. Drop it. 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>