aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm/drmP.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/drm/drmP.h')
-rw-r--r--include/drm/drmP.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drm/drmP.h b/include/drm/drmP.h
index a57646382086..24b32d453c60 100644
--- a/include/drm/drmP.h
+++ b/include/drm/drmP.h
@@ -1345,7 +1345,7 @@ extern void drm_put_dev(struct drm_device *dev);
1345extern void drm_unplug_dev(struct drm_device *dev); 1345extern void drm_unplug_dev(struct drm_device *dev);
1346extern unsigned int drm_debug; 1346extern unsigned int drm_debug;
1347 1347
1348extern unsigned int drm_vblank_offdelay; 1348extern int drm_vblank_offdelay;
1349extern unsigned int drm_timestamp_precision; 1349extern unsigned int drm_timestamp_precision;
1350extern unsigned int drm_timestamp_monotonic; 1350extern unsigned int drm_timestamp_monotonic;
1351 1351