diff options
Diffstat (limited to 'drivers/gpu')
-rw-r--r-- | drivers/gpu/drm/bridge/sii902x.c | 12 | ||||
-rw-r--r-- | drivers/gpu/drm/bridge/tc358767.c | 11 | ||||
-rw-r--r-- | drivers/gpu/drm/drm_fb_cma_helper.c | 10 | ||||
-rw-r--r-- | drivers/gpu/drm/drm_gem_cma_helper.c | 10 | ||||
-rw-r--r-- | drivers/gpu/drm/drm_lease.c | 11 | ||||
-rw-r--r-- | drivers/gpu/drm/meson/meson_registers.h | 12 | ||||
-rw-r--r-- | drivers/gpu/drm/mxsfb/mxsfb_crtc.c | 10 | ||||
-rw-r--r-- | drivers/gpu/drm/mxsfb/mxsfb_drv.c | 10 | ||||
-rw-r--r-- | drivers/gpu/drm/mxsfb/mxsfb_drv.h | 10 | ||||
-rw-r--r-- | drivers/gpu/drm/mxsfb/mxsfb_out.c | 10 | ||||
-rw-r--r-- | drivers/gpu/drm/mxsfb/mxsfb_regs.h | 10 | ||||
-rw-r--r-- | drivers/gpu/ipu-v3/ipu-common.c | 11 | ||||
-rw-r--r-- | drivers/gpu/ipu-v3/ipu-csi.c | 11 | ||||
-rw-r--r-- | drivers/gpu/ipu-v3/ipu-dc.c | 11 | ||||
-rw-r--r-- | drivers/gpu/ipu-v3/ipu-di.c | 11 | ||||
-rw-r--r-- | drivers/gpu/ipu-v3/ipu-dmfc.c | 11 | ||||
-rw-r--r-- | drivers/gpu/ipu-v3/ipu-dp.c | 11 | ||||
-rw-r--r-- | drivers/gpu/ipu-v3/ipu-image-convert.c | 11 | ||||
-rw-r--r-- | drivers/gpu/ipu-v3/ipu-prv.h | 11 | ||||
-rw-r--r-- | drivers/gpu/ipu-v3/ipu-vdi.c | 11 |
20 files changed, 20 insertions, 195 deletions
diff --git a/drivers/gpu/drm/bridge/sii902x.c b/drivers/gpu/drm/bridge/sii902x.c index 08e12fef1349..1211b5379df1 100644 --- a/drivers/gpu/drm/bridge/sii902x.c +++ b/drivers/gpu/drm/bridge/sii902x.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2018 Renesas Electronics | 3 | * Copyright (C) 2018 Renesas Electronics |
3 | * | 4 | * |
@@ -8,18 +9,7 @@ | |||
8 | * Boris Brezillon <boris.brezillon@free-electrons.com> | 9 | * Boris Brezillon <boris.brezillon@free-electrons.com> |
9 | * Wu, Songjun <Songjun.Wu@atmel.com> | 10 | * Wu, Songjun <Songjun.Wu@atmel.com> |
10 | * | 11 | * |
11 | * | ||
12 | * Copyright (C) 2010-2011 Freescale Semiconductor, Inc. All Rights Reserved. | 12 | * Copyright (C) 2010-2011 Freescale Semiconductor, Inc. All Rights Reserved. |
13 | * | ||
14 | * This program is free software; you can redistribute it and/or modify | ||
15 | * it under the terms of the GNU General Public License as published by | ||
16 | * the Free Software Foundation; either version 2 of the License, or | ||
17 | * (at your option) any later version. | ||
18 | * | ||
19 | * This program is distributed in the hope that it will be useful, | ||
20 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
21 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
22 | * GNU General Public License for more details. | ||
23 | */ | 13 | */ |
24 | 14 | ||
25 | #include <linux/gpio/consumer.h> | 15 | #include <linux/gpio/consumer.h> |
diff --git a/drivers/gpu/drm/bridge/tc358767.c b/drivers/gpu/drm/bridge/tc358767.c index e570c9dee180..4655bb1eb88f 100644 --- a/drivers/gpu/drm/bridge/tc358767.c +++ b/drivers/gpu/drm/bridge/tc358767.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * tc358767 eDP bridge driver | 3 | * tc358767 eDP bridge driver |
3 | * | 4 | * |
@@ -12,16 +13,6 @@ | |||
12 | * | 13 | * |
13 | * Copyright (C) 2012 Texas Instruments | 14 | * Copyright (C) 2012 Texas Instruments |
14 | * Author: Rob Clark <robdclark@gmail.com> | 15 | * Author: Rob Clark <robdclark@gmail.com> |
15 | * | ||
16 | * This program is free software; you can redistribute it and/or modify | ||
17 | * it under the terms of the GNU General Public License as published by | ||
18 | * the Free Software Foundation; either version 2 of the License, or | ||
19 | * (at your option) any later version. | ||
20 | * | ||
21 | * This program is distributed in the hope that it will be useful, | ||
22 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
23 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
24 | * GNU General Public License for more details. | ||
25 | */ | 16 | */ |
26 | 17 | ||
27 | #include <linux/clk.h> | 18 | #include <linux/clk.h> |
diff --git a/drivers/gpu/drm/drm_fb_cma_helper.c b/drivers/gpu/drm/drm_fb_cma_helper.c index 5f8074ffe7d9..c0b0f603af63 100644 --- a/drivers/gpu/drm/drm_fb_cma_helper.c +++ b/drivers/gpu/drm/drm_fb_cma_helper.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * drm kms/fb cma (contiguous memory allocator) helper functions | 3 | * drm kms/fb cma (contiguous memory allocator) helper functions |
3 | * | 4 | * |
@@ -6,15 +7,6 @@ | |||
6 | * | 7 | * |
7 | * Based on udl_fbdev.c | 8 | * Based on udl_fbdev.c |
8 | * Copyright (C) 2012 Red Hat | 9 | * Copyright (C) 2012 Red Hat |
9 | * | ||
10 | * This program is free software; you can redistribute it and/or | ||
11 | * modify it under the terms of the GNU General Public License | ||
12 | * as published by the Free Software Foundation; either version 2 | ||
13 | * of the License, or (at your option) any later version. | ||
14 | * This program is distributed in the hope that it will be useful, | ||
15 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
16 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
17 | * GNU General Public License for more details. | ||
18 | */ | 10 | */ |
19 | 11 | ||
20 | #include <drm/drm_fourcc.h> | 12 | #include <drm/drm_fourcc.h> |
diff --git a/drivers/gpu/drm/drm_gem_cma_helper.c b/drivers/gpu/drm/drm_gem_cma_helper.c index e01ceed09e67..a5c8850079f1 100644 --- a/drivers/gpu/drm/drm_gem_cma_helper.c +++ b/drivers/gpu/drm/drm_gem_cma_helper.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * drm gem CMA (contiguous memory allocator) helper functions | 3 | * drm gem CMA (contiguous memory allocator) helper functions |
3 | * | 4 | * |
@@ -6,15 +7,6 @@ | |||
6 | * Based on Samsung Exynos code | 7 | * Based on Samsung Exynos code |
7 | * | 8 | * |
8 | * Copyright (c) 2011 Samsung Electronics Co., Ltd. | 9 | * Copyright (c) 2011 Samsung Electronics Co., Ltd. |
9 | * | ||
10 | * This program is free software; you can redistribute it and/or | ||
11 | * modify it under the terms of the GNU General Public License | ||
12 | * as published by the Free Software Foundation; either version 2 | ||
13 | * of the License, or (at your option) any later version. | ||
14 | * This program is distributed in the hope that it will be useful, | ||
15 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
16 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
17 | * GNU General Public License for more details. | ||
18 | */ | 10 | */ |
19 | 11 | ||
20 | #include <linux/mm.h> | 12 | #include <linux/mm.h> |
diff --git a/drivers/gpu/drm/drm_lease.c b/drivers/gpu/drm/drm_lease.c index 694ff363a90b..e8a5e3b13b2a 100644 --- a/drivers/gpu/drm/drm_lease.c +++ b/drivers/gpu/drm/drm_lease.c | |||
@@ -1,15 +1,6 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * Copyright © 2017 Keith Packard <keithp@keithp.com> | 3 | * Copyright © 2017 Keith Packard <keithp@keithp.com> |
3 | * | ||
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, but | ||
10 | * WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
12 | * General Public License for more details. | ||
13 | */ | 4 | */ |
14 | 5 | ||
15 | #include <drm/drmP.h> | 6 | #include <drm/drmP.h> |
diff --git a/drivers/gpu/drm/meson/meson_registers.h b/drivers/gpu/drm/meson/meson_registers.h index cfaf90501bb1..410e324d6f93 100644 --- a/drivers/gpu/drm/meson/meson_registers.h +++ b/drivers/gpu/drm/meson/meson_registers.h | |||
@@ -1,16 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2015 Amlogic, Inc. All rights reserved. | 3 | * Copyright (C) 2015 Amlogic, Inc. All rights reserved. |
3 | * | ||
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, but WITHOUT | ||
10 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
11 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
12 | * more details. | ||
13 | * | ||
14 | */ | 4 | */ |
15 | 5 | ||
16 | #ifndef __MESON_REGISTERS_H | 6 | #ifndef __MESON_REGISTERS_H |
diff --git a/drivers/gpu/drm/mxsfb/mxsfb_crtc.c b/drivers/gpu/drm/mxsfb/mxsfb_crtc.c index 98e9bda91e80..93f413345e0d 100644 --- a/drivers/gpu/drm/mxsfb/mxsfb_crtc.c +++ b/drivers/gpu/drm/mxsfb/mxsfb_crtc.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2016 Marek Vasut <marex@denx.de> | 3 | * Copyright (C) 2016 Marek Vasut <marex@denx.de> |
3 | * | 4 | * |
@@ -5,15 +6,6 @@ | |||
5 | * Copyright (C) 2010 Juergen Beisert, Pengutronix | 6 | * Copyright (C) 2010 Juergen Beisert, Pengutronix |
6 | * Copyright (C) 2008-2009 Freescale Semiconductor, Inc. All Rights Reserved. | 7 | * Copyright (C) 2008-2009 Freescale Semiconductor, Inc. All Rights Reserved. |
7 | * Copyright (C) 2008 Embedded Alley Solutions, Inc All Rights Reserved. | 8 | * Copyright (C) 2008 Embedded Alley Solutions, Inc All Rights Reserved. |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or | ||
10 | * modify it under the terms of the GNU General Public License | ||
11 | * as published by the Free Software Foundation; either version 2 | ||
12 | * of the License, or (at your option) any later version. | ||
13 | * This program is distributed in the hope that it will be useful, | ||
14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
16 | * GNU General Public License for more details. | ||
17 | */ | 9 | */ |
18 | 10 | ||
19 | #include <drm/drmP.h> | 11 | #include <drm/drmP.h> |
diff --git a/drivers/gpu/drm/mxsfb/mxsfb_drv.c b/drivers/gpu/drm/mxsfb/mxsfb_drv.c index 967379f3f571..6fafc90da4ec 100644 --- a/drivers/gpu/drm/mxsfb/mxsfb_drv.c +++ b/drivers/gpu/drm/mxsfb/mxsfb_drv.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2016 Marek Vasut <marex@denx.de> | 3 | * Copyright (C) 2016 Marek Vasut <marex@denx.de> |
3 | * | 4 | * |
@@ -5,15 +6,6 @@ | |||
5 | * Copyright (C) 2010 Juergen Beisert, Pengutronix | 6 | * Copyright (C) 2010 Juergen Beisert, Pengutronix |
6 | * Copyright (C) 2008-2009 Freescale Semiconductor, Inc. All Rights Reserved. | 7 | * Copyright (C) 2008-2009 Freescale Semiconductor, Inc. All Rights Reserved. |
7 | * Copyright (C) 2008 Embedded Alley Solutions, Inc All Rights Reserved. | 8 | * Copyright (C) 2008 Embedded Alley Solutions, Inc All Rights Reserved. |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or | ||
10 | * modify it under the terms of the GNU General Public License | ||
11 | * as published by the Free Software Foundation; either version 2 | ||
12 | * of the License, or (at your option) any later version. | ||
13 | * This program is distributed in the hope that it will be useful, | ||
14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
16 | * GNU General Public License for more details. | ||
17 | */ | 9 | */ |
18 | 10 | ||
19 | #include <linux/module.h> | 11 | #include <linux/module.h> |
diff --git a/drivers/gpu/drm/mxsfb/mxsfb_drv.h b/drivers/gpu/drm/mxsfb/mxsfb_drv.h index bedd6801edca..d975300dca05 100644 --- a/drivers/gpu/drm/mxsfb/mxsfb_drv.h +++ b/drivers/gpu/drm/mxsfb/mxsfb_drv.h | |||
@@ -1,16 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2016 Marek Vasut <marex@denx.de> | 3 | * Copyright (C) 2016 Marek Vasut <marex@denx.de> |
3 | * | 4 | * |
4 | * i.MX23/i.MX28/i.MX6SX MXSFB LCD controller driver. | 5 | * i.MX23/i.MX28/i.MX6SX MXSFB LCD controller driver. |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or | ||
7 | * modify it under the terms of the GNU General Public License | ||
8 | * as published by the Free Software Foundation; either version 2 | ||
9 | * of the License, or (at your option) any later version. | ||
10 | * This program is distributed in the hope that it will be useful, | ||
11 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
12 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
13 | * GNU General Public License for more details. | ||
14 | */ | 6 | */ |
15 | 7 | ||
16 | #ifndef __MXSFB_DRV_H__ | 8 | #ifndef __MXSFB_DRV_H__ |
diff --git a/drivers/gpu/drm/mxsfb/mxsfb_out.c b/drivers/gpu/drm/mxsfb/mxsfb_out.c index 27add9976931..91e76f9cead6 100644 --- a/drivers/gpu/drm/mxsfb/mxsfb_out.c +++ b/drivers/gpu/drm/mxsfb/mxsfb_out.c | |||
@@ -1,14 +1,6 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2016 Marek Vasut <marex@denx.de> | 3 | * Copyright (C) 2016 Marek Vasut <marex@denx.de> |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or | ||
5 | * modify it under the terms of the GNU General Public License | ||
6 | * as published by the Free Software Foundation; either version 2 | ||
7 | * of the License, or (at your option) any later version. | ||
8 | * This program is distributed in the hope that it will be useful, | ||
9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | * GNU General Public License for more details. | ||
12 | */ | 4 | */ |
13 | 5 | ||
14 | #include <linux/of_graph.h> | 6 | #include <linux/of_graph.h> |
diff --git a/drivers/gpu/drm/mxsfb/mxsfb_regs.h b/drivers/gpu/drm/mxsfb/mxsfb_regs.h index 66a6ba9ec533..932d7ea08fd5 100644 --- a/drivers/gpu/drm/mxsfb/mxsfb_regs.h +++ b/drivers/gpu/drm/mxsfb/mxsfb_regs.h | |||
@@ -1,17 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2010 Juergen Beisert, Pengutronix | 3 | * Copyright (C) 2010 Juergen Beisert, Pengutronix |
3 | * Copyright (C) 2016 Marek Vasut <marex@denx.de> | 4 | * Copyright (C) 2016 Marek Vasut <marex@denx.de> |
4 | * | 5 | * |
5 | * i.MX23/i.MX28/i.MX6SX MXSFB LCD controller driver. | 6 | * i.MX23/i.MX28/i.MX6SX MXSFB LCD controller driver. |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or | ||
8 | * modify it under the terms of the GNU General Public License | ||
9 | * as published by the Free Software Foundation; either version 2 | ||
10 | * of the License, or (at your option) any later version. | ||
11 | * This program is distributed in the hope that it will be useful, | ||
12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
14 | * GNU General Public License for more details. | ||
15 | */ | 7 | */ |
16 | 8 | ||
17 | #ifndef __MXSFB_REGS_H__ | 9 | #ifndef __MXSFB_REGS_H__ |
diff --git a/drivers/gpu/ipu-v3/ipu-common.c b/drivers/gpu/ipu-v3/ipu-common.c index 0a7d4395d427..6386e2fe2ff7 100644 --- a/drivers/gpu/ipu-v3/ipu-common.c +++ b/drivers/gpu/ipu-v3/ipu-common.c | |||
@@ -1,16 +1,7 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2010 Sascha Hauer <s.hauer@pengutronix.de> | 3 | * Copyright (c) 2010 Sascha Hauer <s.hauer@pengutronix.de> |
3 | * Copyright (C) 2005-2009 Freescale Semiconductor, Inc. | 4 | * Copyright (C) 2005-2009 Freescale Semiconductor, Inc. |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify it | ||
6 | * under the terms of the GNU General Public License as published by the | ||
7 | * Free Software Foundation; either version 2 of the License, or (at your | ||
8 | * option) any later version. | ||
9 | * | ||
10 | * This program is distributed in the hope that it will be useful, but | ||
11 | * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY | ||
12 | * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License | ||
13 | * for more details. | ||
14 | */ | 5 | */ |
15 | #include <linux/module.h> | 6 | #include <linux/module.h> |
16 | #include <linux/export.h> | 7 | #include <linux/export.h> |
diff --git a/drivers/gpu/ipu-v3/ipu-csi.c b/drivers/gpu/ipu-v3/ipu-csi.c index d1e575571a8d..8ae301eef643 100644 --- a/drivers/gpu/ipu-v3/ipu-csi.c +++ b/drivers/gpu/ipu-v3/ipu-csi.c | |||
@@ -1,16 +1,7 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2012-2014 Mentor Graphics Inc. | 3 | * Copyright (C) 2012-2014 Mentor Graphics Inc. |
3 | * Copyright (C) 2005-2009 Freescale Semiconductor, Inc. | 4 | * Copyright (C) 2005-2009 Freescale Semiconductor, Inc. |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify it | ||
6 | * under the terms of the GNU General Public License as published by the | ||
7 | * Free Software Foundation; either version 2 of the License, or (at your | ||
8 | * option) any later version. | ||
9 | * | ||
10 | * This program is distributed in the hope that it will be useful, but | ||
11 | * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY | ||
12 | * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License | ||
13 | * for more details. | ||
14 | */ | 5 | */ |
15 | #include <linux/export.h> | 6 | #include <linux/export.h> |
16 | #include <linux/module.h> | 7 | #include <linux/module.h> |
diff --git a/drivers/gpu/ipu-v3/ipu-dc.c b/drivers/gpu/ipu-v3/ipu-dc.c index 49bfe6e7d005..dbcc16721931 100644 --- a/drivers/gpu/ipu-v3/ipu-dc.c +++ b/drivers/gpu/ipu-v3/ipu-dc.c | |||
@@ -1,16 +1,7 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2010 Sascha Hauer <s.hauer@pengutronix.de> | 3 | * Copyright (c) 2010 Sascha Hauer <s.hauer@pengutronix.de> |
3 | * Copyright (C) 2005-2009 Freescale Semiconductor, Inc. | 4 | * Copyright (C) 2005-2009 Freescale Semiconductor, Inc. |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify it | ||
6 | * under the terms of the GNU General Public License as published by the | ||
7 | * Free Software Foundation; either version 2 of the License, or (at your | ||
8 | * option) any later version. | ||
9 | * | ||
10 | * This program is distributed in the hope that it will be useful, but | ||
11 | * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY | ||
12 | * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License | ||
13 | * for more details. | ||
14 | */ | 5 | */ |
15 | 6 | ||
16 | #include <linux/export.h> | 7 | #include <linux/export.h> |
diff --git a/drivers/gpu/ipu-v3/ipu-di.c b/drivers/gpu/ipu-v3/ipu-di.c index d2f1bd9d3deb..b4a31d506fcc 100644 --- a/drivers/gpu/ipu-v3/ipu-di.c +++ b/drivers/gpu/ipu-v3/ipu-di.c | |||
@@ -1,16 +1,7 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2010 Sascha Hauer <s.hauer@pengutronix.de> | 3 | * Copyright (c) 2010 Sascha Hauer <s.hauer@pengutronix.de> |
3 | * Copyright (C) 2005-2009 Freescale Semiconductor, Inc. | 4 | * Copyright (C) 2005-2009 Freescale Semiconductor, Inc. |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify it | ||
6 | * under the terms of the GNU General Public License as published by the | ||
7 | * Free Software Foundation; either version 2 of the License, or (at your | ||
8 | * option) any later version. | ||
9 | * | ||
10 | * This program is distributed in the hope that it will be useful, but | ||
11 | * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY | ||
12 | * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License | ||
13 | * for more details. | ||
14 | */ | 5 | */ |
15 | #include <linux/export.h> | 6 | #include <linux/export.h> |
16 | #include <linux/module.h> | 7 | #include <linux/module.h> |
diff --git a/drivers/gpu/ipu-v3/ipu-dmfc.c b/drivers/gpu/ipu-v3/ipu-dmfc.c index a40f211f382f..ae682084a10a 100644 --- a/drivers/gpu/ipu-v3/ipu-dmfc.c +++ b/drivers/gpu/ipu-v3/ipu-dmfc.c | |||
@@ -1,16 +1,7 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2010 Sascha Hauer <s.hauer@pengutronix.de> | 3 | * Copyright (c) 2010 Sascha Hauer <s.hauer@pengutronix.de> |
3 | * Copyright (C) 2005-2009 Freescale Semiconductor, Inc. | 4 | * Copyright (C) 2005-2009 Freescale Semiconductor, Inc. |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify it | ||
6 | * under the terms of the GNU General Public License as published by the | ||
7 | * Free Software Foundation; either version 2 of the License, or (at your | ||
8 | * option) any later version. | ||
9 | * | ||
10 | * This program is distributed in the hope that it will be useful, but | ||
11 | * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY | ||
12 | * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License | ||
13 | * for more details. | ||
14 | */ | 5 | */ |
15 | #include <linux/export.h> | 6 | #include <linux/export.h> |
16 | #include <linux/types.h> | 7 | #include <linux/types.h> |
diff --git a/drivers/gpu/ipu-v3/ipu-dp.c b/drivers/gpu/ipu-v3/ipu-dp.c index 5e44ff1f2085..8f67e985f26a 100644 --- a/drivers/gpu/ipu-v3/ipu-dp.c +++ b/drivers/gpu/ipu-v3/ipu-dp.c | |||
@@ -1,16 +1,7 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2010 Sascha Hauer <s.hauer@pengutronix.de> | 3 | * Copyright (c) 2010 Sascha Hauer <s.hauer@pengutronix.de> |
3 | * Copyright (C) 2005-2009 Freescale Semiconductor, Inc. | 4 | * Copyright (C) 2005-2009 Freescale Semiconductor, Inc. |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify it | ||
6 | * under the terms of the GNU General Public License as published by the | ||
7 | * Free Software Foundation; either version 2 of the License, or (at your | ||
8 | * option) any later version. | ||
9 | * | ||
10 | * This program is distributed in the hope that it will be useful, but | ||
11 | * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY | ||
12 | * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License | ||
13 | * for more details. | ||
14 | */ | 5 | */ |
15 | #include <linux/export.h> | 6 | #include <linux/export.h> |
16 | #include <linux/kernel.h> | 7 | #include <linux/kernel.h> |
diff --git a/drivers/gpu/ipu-v3/ipu-image-convert.c b/drivers/gpu/ipu-v3/ipu-image-convert.c index 13103ab86050..36e88434513a 100644 --- a/drivers/gpu/ipu-v3/ipu-image-convert.c +++ b/drivers/gpu/ipu-v3/ipu-image-convert.c | |||
@@ -1,17 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2012-2016 Mentor Graphics Inc. | 3 | * Copyright (C) 2012-2016 Mentor Graphics Inc. |
3 | * | 4 | * |
4 | * Queued image conversion support, with tiling and rotation. | 5 | * Queued image conversion support, with tiling and rotation. |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License as published by the | ||
8 | * Free Software Foundation; either version 2 of the License, or (at your | ||
9 | * option) any later version. | ||
10 | * | ||
11 | * This program is distributed in the hope that it will be useful, but | ||
12 | * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY | ||
13 | * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License | ||
14 | * for more details. | ||
15 | */ | 6 | */ |
16 | 7 | ||
17 | #include <linux/interrupt.h> | 8 | #include <linux/interrupt.h> |
diff --git a/drivers/gpu/ipu-v3/ipu-prv.h b/drivers/gpu/ipu-v3/ipu-prv.h index 38622e835e95..291ac1bab66d 100644 --- a/drivers/gpu/ipu-v3/ipu-prv.h +++ b/drivers/gpu/ipu-v3/ipu-prv.h | |||
@@ -1,16 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2010 Sascha Hauer <s.hauer@pengutronix.de> | 3 | * Copyright (c) 2010 Sascha Hauer <s.hauer@pengutronix.de> |
3 | * Copyright (C) 2005-2009 Freescale Semiconductor, Inc. | 4 | * Copyright (C) 2005-2009 Freescale Semiconductor, Inc. |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify it | ||
6 | * under the terms of the GNU General Public License as published by the | ||
7 | * Free Software Foundation; either version 2 of the License, or (at your | ||
8 | * option) any later version. | ||
9 | * | ||
10 | * This program is distributed in the hope that it will be useful, but | ||
11 | * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY | ||
12 | * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License | ||
13 | * for more details. | ||
14 | */ | 5 | */ |
15 | #ifndef __IPU_PRV_H__ | 6 | #ifndef __IPU_PRV_H__ |
16 | #define __IPU_PRV_H__ | 7 | #define __IPU_PRV_H__ |
diff --git a/drivers/gpu/ipu-v3/ipu-vdi.c b/drivers/gpu/ipu-v3/ipu-vdi.c index a66389366af7..a593b232b6d3 100644 --- a/drivers/gpu/ipu-v3/ipu-vdi.c +++ b/drivers/gpu/ipu-v3/ipu-vdi.c | |||
@@ -1,16 +1,7 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2012-2016 Mentor Graphics Inc. | 3 | * Copyright (C) 2012-2016 Mentor Graphics Inc. |
3 | * Copyright (C) 2005-2009 Freescale Semiconductor, Inc. | 4 | * Copyright (C) 2005-2009 Freescale Semiconductor, Inc. |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify it | ||
6 | * under the terms of the GNU General Public License as published by the | ||
7 | * Free Software Foundation; either version 2 of the License, or (at your | ||
8 | * option) any later version. | ||
9 | * | ||
10 | * This program is distributed in the hope that it will be useful, but | ||
11 | * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY | ||
12 | * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License | ||
13 | * for more details. | ||
14 | */ | 5 | */ |
15 | #include <linux/io.h> | 6 | #include <linux/io.h> |
16 | #include "ipu-prv.h" | 7 | #include "ipu-prv.h" |