diff options
Diffstat (limited to 'include/drm')
-rw-r--r-- | include/drm/i915_drm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drm/i915_drm.h b/include/drm/i915_drm.h index bab174334da5..aae346e7f635 100644 --- a/include/drm/i915_drm.h +++ b/include/drm/i915_drm.h | |||
@@ -893,7 +893,7 @@ struct drm_i915_gem_wait { | |||
893 | __u32 bo_handle; | 893 | __u32 bo_handle; |
894 | __u32 flags; | 894 | __u32 flags; |
895 | /** Number of nanoseconds to wait, Returns time remaining. */ | 895 | /** Number of nanoseconds to wait, Returns time remaining. */ |
896 | __u64 timeout_ns; | 896 | __s64 timeout_ns; |
897 | }; | 897 | }; |
898 | 898 | ||
899 | #endif /* _I915_DRM_H_ */ | 899 | #endif /* _I915_DRM_H_ */ |