]> git.baikalelectronics.ru Git - kernel.git/commit
OMAPDSS: SDI: Create a function to set timings
authorArchit Taneja <archit@ti.com>
Thu, 5 Jul 2012 11:41:12 +0000 (17:11 +0530)
committerArchit Taneja <archit@ti.com>
Wed, 15 Aug 2012 10:18:45 +0000 (15:48 +0530)
commit0d16cfe95447187d43ee861a4e23e43c2112e16d
tree3f57eb443e028ce3d4d2feb3fa0bfed5f94bc345
parent1aa41f1f915986de147884018fc55e9573eb5f03
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>
drivers/video/omap2/displays/panel-acx565akm.c
drivers/video/omap2/dss/sdi.c
include/video/omapdss.h