commit | c7833f7bc049dfd844ce3042798cf48551b5f14d | [log] [tgz] |
---|---|---|
author | Archit Taneja <archit@ti.com> | Thu Jul 05 17:11:12 2012 +0530 |
committer | Archit Taneja <archit@ti.com> | Wed Aug 15 15:48:45 2012 +0530 |
tree | 3f57eb443e028ce3d4d2feb3fa0bfed5f94bc345 | |
parent | ed1aa9003bc359a3139cbd6c31eb834fa71b26d9 [diff] |
OMAPDSS: SDI: Create a function to set timings Create function omapdss_sdi_set_timings(). Configuring new timings is done the same way as before, SDI is disabled, and re-enabled with the new timings in dssdev. This just moves the code from the panel drivers to the SDI driver. The panel drivers shouldn't be aware of how SDI manages to configure a new set of timings. This should be taken care of by the SDI driver itself. Signed-off-by: Archit Taneja <archit@ti.com>