diff options
| author | Rob Clark <robdclark@gmail.com> | 2014-11-11 19:38:59 -0500 |
|---|---|---|
| committer | Dave Airlie <airlied@redhat.com> | 2014-11-12 02:55:44 -0500 |
| commit | 5ee3229c87d396cab3c2dfc335b90320cc4a2f42 (patch) | |
| tree | 64e8a16ac5625a56e669fa1ac04645e117cd9ef1 /include/drm/drm_atomic_helper.h | |
| parent | 51b44eb17b8ec6c83eac7772b4c8bc5887c5fbf7 (diff) | |
drm: export atomic wait_for_vblanks helper (v2)
v1: original
v2: danvet's kerneldoc nitpicks
Signed-off-by: Rob Clark <robdclark@gmail.com>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'include/drm/drm_atomic_helper.h')
| -rw-r--r-- | include/drm/drm_atomic_helper.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/drm/drm_atomic_helper.h b/include/drm/drm_atomic_helper.h index 67e3c4645ae0..64b4e91b93bc 100644 --- a/include/drm/drm_atomic_helper.h +++ b/include/drm/drm_atomic_helper.h | |||
| @@ -34,6 +34,9 @@ int drm_atomic_helper_commit(struct drm_device *dev, | |||
| 34 | struct drm_atomic_state *state, | 34 | struct drm_atomic_state *state, |
| 35 | bool async); | 35 | bool async); |
| 36 | 36 | ||
| 37 | void drm_atomic_helper_wait_for_vblanks(struct drm_device *dev, | ||
| 38 | struct drm_atomic_state *old_state); | ||
| 39 | |||
| 37 | void drm_atomic_helper_commit_pre_planes(struct drm_device *dev, | 40 | void drm_atomic_helper_commit_pre_planes(struct drm_device *dev, |
| 38 | struct drm_atomic_state *state); | 41 | struct drm_atomic_state *state); |
| 39 | void drm_atomic_helper_commit_post_planes(struct drm_device *dev, | 42 | void drm_atomic_helper_commit_post_planes(struct drm_device *dev, |
