diff options
| author | Michael I. Gold <gold@nvidia.com> | 2011-06-14 12:10:44 -0700 |
|---|---|---|
| committer | Niket Sirsi <nsirsi@nvidia.com> | 2011-06-21 14:33:23 -0700 |
| commit | a04ba1bd08262e20c5c687f125d0fa3500d4e957 (patch) | |
| tree | 3b570e1729c054e3d40856fe7e973da5e35cc15a /include/linux | |
| parent | 82f7aa65a57b808a5b028918c7b1b997f8a76db7 (diff) | |
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 <dwillemsen@nvidia.com>
Reviewed-by: Jonathan Mayo <jmayo@nvidia.com>
Tested-by: Michael I Gold <gold@nvidia.com>
Reviewed-by: Michael Frydrych <mfrydrych@nvidia.com>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/tegra_overlay.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; }; |
