forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/drivers/media/platform/s5p-mfc/s5p_mfc_common.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 /*
23 * Samsung S5P Multi Format Codec v 5.0
34 *
....@@ -6,11 +7,6 @@
67 *
78 * Copyright (C) 2011 Samsung Electronics Co., Ltd.
89 * Kamil Debski, <k.debski@samsung.com>
9
- *
10
- * This program is free software; you can redistribute it and/or modify
11
- * it under the terms of the GNU General Public License as published by the
12
- * Free Software Foundation; either version 2 of the
13
- * License, or (at your option) any later version
1410 */
1511
1612 #ifndef S5P_MFC_COMMON_H_
....@@ -268,7 +264,7 @@
268264 * @enc_ctrl_handler: control framework handler for encoding
269265 * @pm: power management control
270266 * @variant: MFC hardware variant information
271
- * @num_inst: couter of active MFC instances
267
+ * @num_inst: counter of active MFC instances
272268 * @irqlock: lock for operations on videobuf2 queues
273269 * @condlock: lock for changing/checking if a context is ready to be
274270 * processed
....@@ -722,7 +718,6 @@
722718 * used by the MFC
723719 */
724720 struct s5p_mfc_fmt {
725
- char *name;
726721 u32 fourcc;
727722 u32 codec_mode;
728723 enum s5p_mfc_fmt_type type;