summaryrefslogtreecommitdiff
path: root/include/drm
diff options
context:
space:
mode:
authorStefan Agner <stefan@agner.ch>2016-02-11 17:30:14 -0800
committerStefan Agner <stefan@agner.ch>2016-06-18 18:33:54 -0700
commit917f4253369515b54dcde14b5d3d25a08d474232 (patch)
tree44d887e17900ebf45a8757f7fc8bce0c9ebfc555 /include/drm
parent5edb56491d4812c42175980759da53388e5d86f5 (diff)
drm/fb_cma_helper: add suspend helper
Implement a suspend/resume helper for CMA users which calls drm_fb_helper_set_suspend. Suggested-by: Thierry Reding <thierry.reding@gmail.com> Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch> Signed-off-by: Stefan Agner <stefan@agner.ch>
Diffstat (limited to 'include/drm')
-rw-r--r--include/drm/drm_fb_cma_helper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/drm/drm_fb_cma_helper.h b/include/drm/drm_fb_cma_helper.h
index fd0dde9f0a6d..f313211f8ed5 100644
--- a/include/drm/drm_fb_cma_helper.h
+++ b/include/drm/drm_fb_cma_helper.h
@@ -23,6 +23,7 @@ void drm_fbdev_cma_fini(struct drm_fbdev_cma *fbdev_cma);
void drm_fbdev_cma_restore_mode(struct drm_fbdev_cma *fbdev_cma);
void drm_fbdev_cma_hotplug_event(struct drm_fbdev_cma *fbdev_cma);
+void drm_fbdev_cma_set_suspend(struct drm_fbdev_cma *fbdev_cma, int state);
int drm_fbdev_cma_create_with_funcs(struct drm_fb_helper *helper,
struct drm_fb_helper_surface_size *sizes,
const struct drm_framebuffer_funcs *funcs);