| .. | .. |
|---|
| 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_PRIV_H_ |
|---|
| .. | .. |
|---|
| 95 | 92 | #define DATA_TYPE_C444 0x4 |
|---|
| 96 | 93 | #define DATA_TYPE_C422 0x5 |
|---|
| 97 | 94 | #define DATA_TYPE_C420 0x6 |
|---|
| 95 | +#define DATA_TYPE_CB420 0x16 |
|---|
| 98 | 96 | #define DATA_TYPE_YC444 0x8 |
|---|
| 99 | 97 | #define DATA_TYPE_YCB422 0x7 |
|---|
| 100 | 98 | #define DATA_TYPE_YCR422 0x17 |
|---|
| .. | .. |
|---|
| 168 | 166 | u32 xfer_length_height; |
|---|
| 169 | 167 | u32 w1; |
|---|
| 170 | 168 | }; |
|---|
| 171 | | - dma_addr_t start_addr; |
|---|
| 169 | + u32 start_addr; |
|---|
| 172 | 170 | u32 pkt_ctl; |
|---|
| 173 | 171 | union { |
|---|
| 174 | 172 | u32 frame_width_height; /* inbound */ |
|---|
| 175 | | - dma_addr_t desc_write_addr; /* outbound */ |
|---|
| 173 | + u32 desc_write_addr; /* outbound */ |
|---|
| 176 | 174 | }; |
|---|
| 177 | 175 | union { |
|---|
| 178 | 176 | u32 start_h_v; /* inbound */ |
|---|