forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f70575805708cabdedea7498aaa3f710fde4d920
kernel/drivers/gpu/drm/sti/sti_crtc.h
....@@ -7,14 +7,14 @@
77 #ifndef _STI_CRTC_H_
88 #define _STI_CRTC_H_
99
10
-#include <drm/drmP.h>
11
-
10
+struct drm_crtc;
11
+struct drm_device;
12
+struct drm_plane;
13
+struct notifier_block;
1214 struct sti_mixer;
1315
1416 int sti_crtc_init(struct drm_device *drm_dev, struct sti_mixer *mixer,
1517 struct drm_plane *primary, struct drm_plane *cursor);
16
-int sti_crtc_enable_vblank(struct drm_device *dev, unsigned int pipe);
17
-void sti_crtc_disable_vblank(struct drm_device *dev, unsigned int pipe);
1818 int sti_crtc_vblank_cb(struct notifier_block *nb,
1919 unsigned long event, void *data);
2020 bool sti_crtc_is_main(struct drm_crtc *drm_crtc);