forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-02-20 e636c8d336489bf3eed5878299e6cc045bbad077
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,