commit | bdcae3cc39e8232eca81504a2ff9c60f4cc8f22d | [log] [tgz] |
---|---|---|
author | Archit Taneja <archit@ti.com> | Wed Aug 08 14:29:48 2012 +0530 |
committer | Archit Taneja <archit@ti.com> | Mon Aug 13 15:44:39 2012 +0530 |
tree | e48c207700a34d269cfab349e7ff30ab51aaf2b5 | |
parent | c499144c3b69a657b5dfd707b35871e066fabd3a [diff] |
OMAPDSS: DPI displays: Take care of panel timings in the driver itself The timings maintained in omap_dss_device(dssdev->panel.timings) should be maintained by the panel driver itself. It's the panel drivers responsibility to update it if a new set of timings is to be configured. The DPI interface driver shouldn't be responsible of updating the panel timings, it's responsible of maintianing it's own copy of timings. Signed-off-by: Archit Taneja <archit@ti.com>