commit | 7269fde4e8c96e67cd39f456cabf3329b06efffc | [log] [tgz] |
---|---|---|
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | Wed Feb 28 17:30:30 2018 +0200 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Mon Sep 03 16:13:26 2018 +0300 |
tree | 3dcfb29263b1e029fa586010bfad3df903c58e95 | |
parent | fb5571717c24c264518aaaf1ab4ec4df73e4cebd [diff] |
drm/omap: displays: Remove input omap_dss_device from panel data All connectors, encoders and panels store a pointer to their input omap_dss_device in the panel driver data structure. This duplicates the src field in the omap_dss_device structure. Remove the private copy and use the src field. 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>