diff options
Diffstat (limited to 'drivers/media/platform/davinci/vpfe_capture.c')
-rw-r--r-- | drivers/media/platform/davinci/vpfe_capture.c | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/drivers/media/platform/davinci/vpfe_capture.c b/drivers/media/platform/davinci/vpfe_capture.c index 1e3a13830544..295fbf1a49cf 100644 --- a/drivers/media/platform/davinci/vpfe_capture.c +++ b/drivers/media/platform/davinci/vpfe_capture.c | |||
@@ -1,16 +1,7 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2008-2009 Texas Instruments Inc | 3 | * Copyright (C) 2008-2009 Texas Instruments Inc |
3 | * | 4 | * |
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License as published by | ||
6 | * the Free Software Foundation; either version 2 of the License, or | ||
7 | * (at your option) any later version. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | * | ||
14 | * Driver name : VPFE Capture driver | 5 | * Driver name : VPFE Capture driver |
15 | * VPFE Capture driver allows applications to capture and stream video | 6 | * VPFE Capture driver allows applications to capture and stream video |
16 | * frames on DaVinci SoCs (DM6446, DM355 etc) from a YUV source such as | 7 | * frames on DaVinci SoCs (DM6446, DM355 etc) from a YUV source such as |
@@ -24,7 +15,6 @@ | |||
24 | * driver is for capture through VPFE. A typical EVM using these SoCs have | 15 | * driver is for capture through VPFE. A typical EVM using these SoCs have |
25 | * following high level configuration. | 16 | * following high level configuration. |
26 | * | 17 | * |
27 | * | ||
28 | * decoder(TVP5146/ YUV/ | 18 | * decoder(TVP5146/ YUV/ |
29 | * MT9T001) --> Raw Bayer RGB ---> MUX -> VPFE (CCDC/ISIF) | 19 | * MT9T001) --> Raw Bayer RGB ---> MUX -> VPFE (CCDC/ISIF) |
30 | * data input | | | 20 | * data input | | |