forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-04 1543e317f1da31b75942316931e8f491a8920811
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,