forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_kms.c
....@@ -1,19 +1,14 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * Copyright 2015 Freescale Semiconductor, Inc.
34 *
45 * Freescale DCU drm device driver
5
- *
6
- * This program is free software; you can redistribute it and/or modify
7
- * it under the terms of the GNU General Public License as published by
8
- * the Free Software Foundation; either version 2 of the License, or
9
- * (at your option) any later version.
106 */
117
12
-#include <drm/drmP.h>
138 #include <drm/drm_atomic_helper.h>
14
-#include <drm/drm_crtc_helper.h>
159 #include <drm/drm_fb_cma_helper.h>
1610 #include <drm/drm_gem_framebuffer_helper.h>
11
+#include <drm/drm_probe_helper.h>
1712
1813 #include "fsl_dcu_drm_crtc.h"
1914 #include "fsl_dcu_drm_drv.h"