hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
kernel/include/media/drv-intf/exynos-fimc.h
....@@ -1,12 +1,9 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * Samsung S5P/Exynos4 SoC series camera interface driver header
34 *
45 * Copyright (C) 2010 - 2013 Samsung Electronics Co., Ltd.
56 * Sylwester Nawrocki <s.nawrocki@samsung.com>
6
- *
7
- * This program is free software; you can redistribute it and/or modify
8
- * it under the terms of the GNU General Public License version 2 as
9
- * published by the Free Software Foundation.
107 */
118
129 #ifndef S5P_FIMC_H_
....@@ -81,7 +78,7 @@
8178 * v4l2_device notification id. This is only for internal use in the kernel.
8279 * Sensor subdevs should issue S5P_FIMC_TX_END_NOTIFY notification in single
8380 * frame capture mode when there is only one VSYNC pulse issued by the sensor
84
- * at begining of the frame transmission.
81
+ * at beginning of the frame transmission.
8582 */
8683 #define S5P_FIMC_TX_END_NOTIFY _IO('e', 0)
8784
....@@ -90,7 +87,6 @@
9087 /**
9188 * struct fimc_fmt - color format data structure
9289 * @mbus_code: media bus pixel code, -1 if not applicable
93
- * @name: format description
9490 * @fourcc: fourcc code for this format, 0 if not applicable
9591 * @color: the driver's private color format id
9692 * @memplanes: number of physically non-contiguous data planes
....@@ -102,7 +98,6 @@
10298 */
10399 struct fimc_fmt {
104100 u32 mbus_code;
105
- char *name;
106101 u32 fourcc;
107102 u32 color;
108103 u16 memplanes;