clk: rockchip: fix up the clock controller for rk3328
[firefly-linux-kernel-4.4.55.git] / include / drm / drm_atomic_helper.h
index 186adfbb9f2e1e05336bc65255e18ffe55e46e7d..1ebc22df9b94ee2e79bb8dbde29d5f5a4da8f1a9 100644 (file)
@@ -85,6 +85,12 @@ int drm_atomic_helper_set_config(struct drm_mode_set *set);
 int __drm_atomic_helper_set_config(struct drm_mode_set *set,
                struct drm_atomic_state *state);
 
+int drm_atomic_helper_disable_all(struct drm_device *dev,
+                                 struct drm_modeset_acquire_ctx *ctx);
+struct drm_atomic_state *drm_atomic_helper_suspend(struct drm_device *dev);
+int drm_atomic_helper_resume(struct drm_device *dev,
+                            struct drm_atomic_state *state);
+
 int drm_atomic_helper_crtc_set_property(struct drm_crtc *crtc,
                                        struct drm_property *property,
                                        uint64_t val);