hc
2024-05-10 61598093bbdd283a7edc367d900f223070ead8d2
kernel/drivers/gpu/drm/sun4i/sun4i_crtc.c
....@@ -1,20 +1,10 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * Copyright (C) 2015 Free Electrons
34 * Copyright (C) 2015 NextThing Co
45 *
56 * Maxime Ripard <maxime.ripard@free-electrons.com>
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 as
9
- * published by the Free Software Foundation; either version 2 of
10
- * the License, or (at your option) any later version.
117 */
12
-
13
-#include <drm/drmP.h>
14
-#include <drm/drm_atomic_helper.h>
15
-#include <drm/drm_crtc.h>
16
-#include <drm/drm_crtc_helper.h>
17
-#include <drm/drm_modes.h>
188
199 #include <linux/clk-provider.h>
2010 #include <linux/ioport.h>
....@@ -25,6 +15,13 @@
2515
2616 #include <video/videomode.h>
2717
18
+#include <drm/drm_atomic_helper.h>
19
+#include <drm/drm_crtc.h>
20
+#include <drm/drm_modes.h>
21
+#include <drm/drm_print.h>
22
+#include <drm/drm_probe_helper.h>
23
+#include <drm/drm_vblank.h>
24
+
2825 #include "sun4i_backend.h"
2926 #include "sun4i_crtc.h"
3027 #include "sun4i_drv.h"