| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Copyright (c) 2013 Texas Instruments Inc. |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * David Griego, <dagriego@biglakesoftware.com> |
|---|
| 5 | 6 | * Dale Farnsworth, <dale@farnsworth.org> |
|---|
| 6 | 7 | * 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. |
|---|
| 11 | 8 | */ |
|---|
| 12 | 9 | |
|---|
| 13 | 10 | #ifndef __TI_VPDMA_H_ |
|---|
| .. | .. |
|---|
| 75 | 72 | VPDMA_DATA_FMT_C444, |
|---|
| 76 | 73 | VPDMA_DATA_FMT_C422, |
|---|
| 77 | 74 | VPDMA_DATA_FMT_C420, |
|---|
| 75 | + VPDMA_DATA_FMT_CB420, |
|---|
| 78 | 76 | VPDMA_DATA_FMT_YCR422, |
|---|
| 79 | 77 | VPDMA_DATA_FMT_YC444, |
|---|
| 80 | 78 | VPDMA_DATA_FMT_CRY422, |
|---|