diff options
Diffstat (limited to 'include/drm/drm_atomic_helper.h')
| -rw-r--r-- | include/drm/drm_atomic_helper.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/drm/drm_atomic_helper.h b/include/drm/drm_atomic_helper.h index cc1fee8a12d0..11266d147a29 100644 --- a/include/drm/drm_atomic_helper.h +++ b/include/drm/drm_atomic_helper.h | |||
| @@ -87,8 +87,8 @@ int drm_atomic_helper_page_flip(struct drm_crtc *crtc, | |||
| 87 | struct drm_framebuffer *fb, | 87 | struct drm_framebuffer *fb, |
| 88 | struct drm_pending_vblank_event *event, | 88 | struct drm_pending_vblank_event *event, |
| 89 | uint32_t flags); | 89 | uint32_t flags); |
| 90 | void drm_atomic_helper_connector_dpms(struct drm_connector *connector, | 90 | int drm_atomic_helper_connector_dpms(struct drm_connector *connector, |
| 91 | int mode); | 91 | int mode); |
| 92 | 92 | ||
| 93 | /* default implementations for state handling */ | 93 | /* default implementations for state handling */ |
| 94 | void drm_atomic_helper_crtc_reset(struct drm_crtc *crtc); | 94 | void drm_atomic_helper_crtc_reset(struct drm_crtc *crtc); |
