commit | 84a880fd51cb528ae7499d0e971a3d4f4587401a | [log] [tgz] |
---|---|---|
author | Archit Taneja <archit@ti.com> | Wed Sep 26 16:57:37 2012 +0530 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Wed Sep 26 14:58:49 2012 +0300 |
tree | fbac3d4ecb1ff78761fab90e5f92179f7c6f4bb9 | |
parent | d79db853000c271fbfc944dc1d4f527805109b0c [diff] |
OMAPDSS: DISPC: Make dispc_ovl_setup call dispc_ovl_setup_common Add a new static function called dispc_ovl_setup_common(). This function is used by dispc_ovl_setup() to configure the overlay registers. This split is done so that dispc_wb_setup() can reuse overlay register configuration related code. Signed-off-by: Archit Taneja <archit@ti.com>