aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/drm/drm_crtc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h
index b9ddd3d42acf..0fd007af8de9 100644
--- a/include/drm/drm_crtc.h
+++ b/include/drm/drm_crtc.h
@@ -808,6 +808,7 @@ struct drm_mode_config {
808 /* output poll support */ 808 /* output poll support */
809 bool poll_enabled; 809 bool poll_enabled;
810 bool poll_running; 810 bool poll_running;
811 bool delayed_event;
811 struct delayed_work output_poll_work; 812 struct delayed_work output_poll_work;
812 813
813 /* pointers to standard properties */ 814 /* pointers to standard properties */