aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm/drm_atomic.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/drm/drm_atomic.h')
-rw-r--r--include/drm/drm_atomic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drm/drm_atomic.h b/include/drm/drm_atomic.h
index 3fa6e8dcb9d8..c6f355a970d2 100644
--- a/include/drm/drm_atomic.h
+++ b/include/drm/drm_atomic.h
@@ -145,7 +145,7 @@ struct __drm_crtcs_state {
145 struct drm_crtc *ptr; 145 struct drm_crtc *ptr;
146 struct drm_crtc_state *state, *old_state, *new_state; 146 struct drm_crtc_state *state, *old_state, *new_state;
147 struct drm_crtc_commit *commit; 147 struct drm_crtc_commit *commit;
148 s64 __user *out_fence_ptr; 148 s32 __user *out_fence_ptr;
149 unsigned last_vblank_count; 149 unsigned last_vblank_count;
150}; 150};
151 151