]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android-sdk/kernel-video.git/commitdiff
OMAPDSS: DSSCOMP: Add force_1d client support for dispc
authorSreenidhi Koti Ananda Rao <sreenidhi@ti.com>
Wed, 3 Apr 2013 19:57:59 +0000 (14:57 -0500)
committerPraneeth Bajjuri <praneeth@ti.com>
Fri, 12 Jul 2013 22:41:44 +0000 (17:41 -0500)
Description: This patch adds client support for dispc force_1d
feature.

Change-Id: Ia4dbd5f96a82b5274c92bdb425fdd7245343d7ea
Signed-off-by: Arthur Philpott <arthur.philpott@ti.com>
drivers/video/omap2/dsscomp/base.c
include/video/dsscomp.h

index d82314f0e8dbe0aed3d321e274ec5f11d54b50d0..65db6e270a4148306dece10b551c22c39cde14e2 100755 (executable)
@@ -211,6 +211,8 @@ int set_dss_ovl_info(struct dss2_ovl_info *oi)
        info.mirror = cfg->mirror;
        info.color_mode = cfg->color_mode;
 
+       info.force_1d = cfg->force_1d;
+
        /* mflag for the overlay */
        info.mflag_en = cfg->mflag_en;
 
index e4859a7d4aa54cef824c0206f059f8b2cb415e00..987fb30d6788a7d11f46760ffbddf713b80b9622 100644 (file)
@@ -379,6 +379,7 @@ struct dss2_ovl_cfg {
        __u8 zonly;     /* only set zorder and enabled bit */
        __u8 mgr_ix;    /* mgr index */
 
+       bool force_1d;
        bool mflag_en; /* mflag for the overlay */
 } __aligned(4);