X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Fdrm%2Fdrm_atomic_helper.h;h=1ebc22df9b94ee2e79bb8dbde29d5f5a4da8f1a9;hb=ec7c587fe9f4787570cfda7bc62479fbe1243b9f;hp=186adfbb9f2e1e05336bc65255e18ffe55e46e7d;hpb=7a8bd6a860e186a7e42e19bbfc8cf124c355db11;p=firefly-linux-kernel-4.4.55.git diff --git a/include/drm/drm_atomic_helper.h b/include/drm/drm_atomic_helper.h index 186adfbb9f2e..1ebc22df9b94 100644 --- a/include/drm/drm_atomic_helper.h +++ b/include/drm/drm_atomic_helper.h @@ -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);