]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android-sdk/kernel-video.git/commitdiff
OMAPDSS: DSSCOMP: update overlay enabled along with other attibutes
authorSunita Nadampalli <sunitan@ti.com>
Thu, 9 May 2013 18:30:20 +0000 (13:30 -0500)
committerPraneeth Bajjuri <praneeth@ti.com>
Fri, 12 Jul 2013 22:41:45 +0000 (17:41 -0500)
Change-Id: I8174f94311255691cca9c18f7d5315f819ee444b
Signed-off-by: Sunita Nadampalli <sunitan@ti.com>
drivers/video/omap2/dsscomp/base.c

index 10a3a2fcb3a64c07fd2a8c04849ad70c98cfa195..791b01959a89b5b8b01899b125ca2588e29a9477 100755 (executable)
@@ -195,6 +195,7 @@ int set_dss_ovl_info(struct dss2_ovl_info *oi)
        /* just in case there are new fields, we get the current info */
        ovl->get_overlay_info(ovl, &info);
 
+       ovl->enabled = cfg->enabled;
        if (!cfg->enabled)
                goto done;