]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
OMAPDSS: DPI displays: Take care of panel timings in the driver itself
authorArchit Taneja <archit@ti.com>
Wed, 8 Aug 2012 08:59:48 +0000 (14:29 +0530)
committerArchit Taneja <archit@ti.com>
Mon, 13 Aug 2012 10:14:39 +0000 (15:44 +0530)
commitbdcae3cc39e8232eca81504a2ff9c60f4cc8f22d
treee48c207700a34d269cfab349e7ff30ab51aaf2b5
parentc499144c3b69a657b5dfd707b35871e066fabd3a
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>
drivers/video/omap2/displays/panel-generic-dpi.c
drivers/video/omap2/displays/panel-tfp410.c
drivers/video/omap2/displays/panel-tpo-td043mtea1.c
drivers/video/omap2/dss/dpi.c