aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm/drm_atomic_helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/drm/drm_atomic_helper.h')
-rw-r--r--include/drm/drm_atomic_helper.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/drm/drm_atomic_helper.h b/include/drm/drm_atomic_helper.h
index d2b56cc657e9..4842ee9485ce 100644
--- a/include/drm/drm_atomic_helper.h
+++ b/include/drm/drm_atomic_helper.h
@@ -38,6 +38,13 @@ struct drm_private_state;
38 38
39int drm_atomic_helper_check_modeset(struct drm_device *dev, 39int drm_atomic_helper_check_modeset(struct drm_device *dev,
40 struct drm_atomic_state *state); 40 struct drm_atomic_state *state);
41int drm_atomic_helper_check_plane_state(struct drm_plane_state *plane_state,
42 const struct drm_crtc_state *crtc_state,
43 const struct drm_rect *clip,
44 int min_scale,
45 int max_scale,
46 bool can_position,
47 bool can_update_disabled);
41int drm_atomic_helper_check_planes(struct drm_device *dev, 48int drm_atomic_helper_check_planes(struct drm_device *dev,
42 struct drm_atomic_state *state); 49 struct drm_atomic_state *state);
43int drm_atomic_helper_check(struct drm_device *dev, 50int drm_atomic_helper_check(struct drm_device *dev,