summaryrefslogtreecommitdiff
path: root/include/video
diff options
context:
space:
mode:
authorAntoine Chauveau <achauveau@nvidia.com>2013-06-29 17:18:01 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-14 13:31:30 -0700
commit350a2f5aa5a84ce2a11b770ba44b097274f535d7 (patch)
treef7a4f9fbb0f65e1c1338d312bb2d857b0304b018 /include/video
parent383dc6144b8b3cebd16c310a0522685bef3dbc80 (diff)
video: tegra: dc: expose new color formats
Expose new planar and semi-planar color formats. These formats have already been added to dc.h. Bug 1311740 Change-Id: I26be6148acbacaadf8525e24e7d30bcd93eaf7b4 Signed-off-by: Antoine Chauveau <achauveau@nvidia.com> Reviewed-on: http://git-master/r/243704 Tested-by: Bhanu Murthy V <bmurthyv@nvidia.com> Reviewed-by: Chao Xu <cxu@nvidia.com>
Diffstat (limited to 'include/video')
-rw-r--r--include/video/tegra_dc_ext.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/video/tegra_dc_ext.h b/include/video/tegra_dc_ext.h
index 06ad1448055e..d2a79a1aaa9c 100644
--- a/include/video/tegra_dc_ext.h
+++ b/include/video/tegra_dc_ext.h
@@ -51,6 +51,18 @@
#define TEGRA_DC_EXT_FMT_YUV422R 23
#define TEGRA_DC_EXT_FMT_YCbCr422RA 24
#define TEGRA_DC_EXT_FMT_YUV422RA 25
+#define TEGRA_DC_EXT_FMT_YCbCr444P 41
+#define TEGRA_DC_EXT_FMT_YUV444P 52
+#define TEGRA_DC_EXT_FMT_YCrCb420SP 42
+#define TEGRA_DC_EXT_FMT_YCbCr420SP 43
+#define TEGRA_DC_EXT_FMT_YCrCb422SP 44
+#define TEGRA_DC_EXT_FMT_YCbCr422SP 45
+#define TEGRA_DC_EXT_FMT_YVU420SP 53
+#define TEGRA_DC_EXT_FMT_YUV420SP 54
+#define TEGRA_DC_EXT_FMT_YVU422SP 55
+#define TEGRA_DC_EXT_FMT_YUV422SP 56
+#define TEGRA_DC_EXT_FMT_YVU444SP 59
+#define TEGRA_DC_EXT_FMT_YUV444SP 60
/* color format type field is 8-bits */
#define TEGRA_DC_EXT_FMT_SHIFT 0
#define TEGRA_DC_EXT_FMT_MASK (0xff << TEGRA_DC_EXT_FMT_SHIFT)