From: Archit Taneja Date: Wed, 8 Aug 2012 08:58:54 +0000 (+0530) Subject: OMAPDSS: DPI: Maintain our own timings field in driver data X-Git-Tag: v3.7-rc1~48^2~1^2~20^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c499144c3b69a657b5dfd707b35871e066fabd3a;p=pandora-kernel.git OMAPDSS: DPI: Maintain our own timings field in driver data The DPI driver currently relies on the timings in omap_dss_device struct to configure the DISPC accordingly. This makes the DPI interface driver dependent on the omap_dss_device struct. Make the DPI driver data maintain it's own timings field. The panel driver is expected to call dpi_set_timings()(renamed to omapdss_dpi_set_timings) to set these timings before the panel is enabled. In the set_timings() op, we still ensure that the omap_dss_device timings (dssdev->panel.timings) are configured. This will later be configured only by the DPI panel drivers. Signed-off-by: Archit Taneja --- Reading git-diff-tree failed