summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 373d983)
raw | patch | inline | side by side (parent: 373d983)
author | Sreenidhi Koti Ananda Rao <sreenidhi@ti.com> | |
Wed, 3 Apr 2013 19:57:59 +0000 (14:57 -0500) | ||
committer | Praneeth 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>
feature.
Change-Id: Ia4dbd5f96a82b5274c92bdb425fdd7245343d7ea
Signed-off-by: Arthur Philpott <arthur.philpott@ti.com>
drivers/video/omap2/dsscomp/base.c | patch | blob | history | |
include/video/dsscomp.h | patch | blob | history |
index d82314f0e8dbe0aed3d321e274ec5f11d54b50d0..65db6e270a4148306dece10b551c22c39cde14e2 100755 (executable)
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)
--- a/include/video/dsscomp.h
+++ b/include/video/dsscomp.h
__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);