diff options
Diffstat (limited to 'include/drm/drmP.h')
-rw-r--r-- | include/drm/drmP.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drm/drmP.h b/include/drm/drmP.h index 2b9b033efea4..06cb8f785d0e 100644 --- a/include/drm/drmP.h +++ b/include/drm/drmP.h | |||
@@ -1151,7 +1151,7 @@ struct drm_device { | |||
1151 | * Once the modeset ioctl *has* been called though, we can safely | 1151 | * Once the modeset ioctl *has* been called though, we can safely |
1152 | * disable them when unused. | 1152 | * disable them when unused. |
1153 | */ | 1153 | */ |
1154 | int vblank_disable_allowed; | 1154 | bool vblank_disable_allowed; |
1155 | 1155 | ||
1156 | wait_queue_head_t *vbl_queue; /**< VBLANK wait queue */ | 1156 | wait_queue_head_t *vbl_queue; /**< VBLANK wait queue */ |
1157 | atomic_t *_vblank_count; /**< number of VBLANK interrupts (driver must alloc the right number of counters) */ | 1157 | atomic_t *_vblank_count; /**< number of VBLANK interrupts (driver must alloc the right number of counters) */ |