]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android-sdk/kernel-audio.git/commitdiff
OMAPDSS: DSS: Fix for setting up the overlay channel
authorSunita Nadampalli <sunitan@ti.com>
Thu, 9 May 2013 18:57:14 +0000 (13:57 -0500)
committerPraneeth Bajjuri <praneeth@ti.com>
Fri, 12 Jul 2013 21:42:32 +0000 (16:42 -0500)
Change-Id: If0c0fb65d56c70e0ab2c009a7bb858e7802ca6bd
Signed-off-by: Sunita Nadampalli <sunitan@ti.com>
drivers/video/omap2/dss/apply.c

index 4c21c2a3565351144c1e8f3be41399c463279f48..e19e88f37041e9a8fa57469a039ef6f352476311 100755 (executable)
@@ -1714,6 +1714,8 @@ static int dss_ovl_set_manager(struct omap_overlay *ovl,
 
        dispc_ovl_set_channel_out(ovl->id, mgr->id);
 
+       op->channel = mgr->id;
+
        ovl->manager = mgr;
        list_add_tail(&ovl->list, &mgr->overlays);