forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-06 08f87f769b595151be1afeff53e144f543faa614
kernel/drivers/gpu/drm/zte/zx_vou.c
....@@ -1,27 +1,26 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Copyright 2016 Linaro Ltd.
34 * Copyright 2016 ZTE Corporation.
4
- *
5
- * This program is free software; you can redistribute it and/or modify
6
- * it under the terms of the GNU General Public License version 2 as
7
- * published by the Free Software Foundation.
8
- *
95 */
106
117 #include <linux/clk.h>
128 #include <linux/component.h>
9
+#include <linux/module.h>
1310 #include <linux/of_address.h>
11
+#include <linux/platform_device.h>
12
+
1413 #include <video/videomode.h>
1514
1615 #include <drm/drm_atomic_helper.h>
1716 #include <drm/drm_crtc.h>
18
-#include <drm/drm_crtc_helper.h>
1917 #include <drm/drm_fb_cma_helper.h>
2018 #include <drm/drm_fb_helper.h>
2119 #include <drm/drm_gem_cma_helper.h>
2220 #include <drm/drm_of.h>
2321 #include <drm/drm_plane_helper.h>
24
-#include <drm/drmP.h>
22
+#include <drm/drm_probe_helper.h>
23
+#include <drm/drm_vblank.h>
2524
2625 #include "zx_common_regs.h"
2726 #include "zx_drm_drv.h"