forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/drivers/media/platform/s5p-g2d/g2d.h
....@@ -1,13 +1,9 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 /*
23 * Samsung S5P G2D - 2D Graphics Accelerator Driver
34 *
45 * Copyright (c) 2011 Samsung Electronics Co., Ltd.
56 * Kamil Debski, <k.debski@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 as published by the
9
- * Free Software Foundation; either version 2 of the
10
- * License, or (at your option) any later version
117 */
128
139 #include <linux/platform_device.h>
....@@ -65,7 +61,6 @@
6561 };
6662
6763 struct g2d_fmt {
68
- char *name;
6964 u32 fourcc;
7065 int depth;
7166 u32 hw;