hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/media/platform/ti-vpe/vpdma.h
....@@ -1,13 +1,10 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * Copyright (c) 2013 Texas Instruments Inc.
34 *
45 * David Griego, <dagriego@biglakesoftware.com>
56 * Dale Farnsworth, <dale@farnsworth.org>
67 * Archit Taneja, <archit@ti.com>
7
- *
8
- * This program is free software; you can redistribute it and/or modify it
9
- * under the terms of the GNU General Public License version 2 as published by
10
- * the Free Software Foundation.
118 */
129
1310 #ifndef __TI_VPDMA_H_
....@@ -75,6 +72,7 @@
7572 VPDMA_DATA_FMT_C444,
7673 VPDMA_DATA_FMT_C422,
7774 VPDMA_DATA_FMT_C420,
75
+ VPDMA_DATA_FMT_CB420,
7876 VPDMA_DATA_FMT_YCR422,
7977 VPDMA_DATA_FMT_YC444,
8078 VPDMA_DATA_FMT_CRY422,