From 2c3c1048746a4622d8c89a29670120dc8fab93c4 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 20:49:45 +0200 Subject: Adding upstream version 6.1.76. Signed-off-by: Daniel Baumann --- drivers/media/platform/ti/omap/omap_voutlib.c | 361 ++++++++++++++++++++++++++ 1 file changed, 361 insertions(+) create mode 100644 drivers/media/platform/ti/omap/omap_voutlib.c (limited to 'drivers/media/platform/ti/omap/omap_voutlib.c') diff --git a/drivers/media/platform/ti/omap/omap_voutlib.c b/drivers/media/platform/ti/omap/omap_voutlib.c new file mode 100644 index 000000000..0ac46458e --- /dev/null +++ b/drivers/media/platform/ti/omap/omap_voutlib.c @@ -0,0 +1,361 @@ +/* + * omap_voutlib.c + * + * Copyright (C) 2005-2010 Texas Instruments. + * + * This file is licensed under the terms of the GNU General Public License + * version 2. This program is licensed "as is" without any warranty of any + * kind, whether express or implied. + * + * Based on the OMAP2 camera driver + * Video-for-Linux (Version 2) camera capture driver for + * the OMAP24xx camera controller. + * + * Author: Andy Lowe (source@mvista.com) + * + * Copyright (C) 2004 MontaVista Software, Inc. + * Copyright (C) 2010 Texas Instruments. + * + */ + +#include +#include +#include +#include +#include + +#include + +#include