forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
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,