From a04ba1bd08262e20c5c687f125d0fa3500d4e957 Mon Sep 17 00:00:00 2001 From: "Michael I. Gold" Date: Tue, 14 Jun 2011 12:10:44 -0700 Subject: video: tegra: dc: add window inversion interface to overlay driver Support INVERT_H and INVERT_V flags and pass through to the DC driver. Also support TILED flag instead of a separate tiled field. Change-Id: If5aa4e24666020d85272a955ef7b6ce6f70aeccb Reviewed-on: http://git-master/r/36553 Reviewed-by: Daniel Willemsen Reviewed-by: Jonathan Mayo Tested-by: Michael I Gold Reviewed-by: Michael Frydrych --- include/linux/tegra_overlay.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/linux') diff --git a/include/linux/tegra_overlay.h b/include/linux/tegra_overlay.h index 74c4facdb71b..94d486b353b2 100644 --- a/include/linux/tegra_overlay.h +++ b/include/linux/tegra_overlay.h @@ -44,7 +44,7 @@ struct tegra_overlay_windowattr { __u32 pre_syncpt_val; __u32 hfilter; __u32 vfilter; - __u32 tiled; + __u32 do_not_use__tiled; /* compatibility */ __u32 flags; }; -- cgit v1.2.3