]> git.baikalelectronics.ru Git - kernel.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)
commit52f4cdad7debd1c4dd63cf7a4308814b29c78212
treee48c207700a34d269cfab349e7ff30ab51aaf2b5
parent65b301145285e7127a906f15b12c19b6c296e8c9
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