forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-09 95099d4622f8cb224d94e314c7a8e0df60b13f87
kernel/drivers/gpu/drm/sti/sti_gdp.h
....@@ -11,6 +11,11 @@
1111
1212 #include <linux/types.h>
1313
14
+#include <drm/drm_plane.h>
15
+
16
+struct drm_device;
17
+struct device;
18
+
1419 struct drm_plane *sti_gdp_create(struct drm_device *drm_dev,
1520 struct device *dev, int desc,
1621 void __iomem *baseaddr,