aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm
diff options
context:
space:
mode:
Diffstat (limited to 'include/drm')
-rw-r--r--include/drm/drm_crtc.h1
-rw-r--r--include/drm/drm_fb_helper.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h
index 0ecfb7c80601..ac55ab0dc88b 100644
--- a/include/drm/drm_crtc.h
+++ b/include/drm/drm_crtc.h
@@ -1093,6 +1093,7 @@ struct drm_mode_config {
1093 /* output poll support */ 1093 /* output poll support */
1094 bool poll_enabled; 1094 bool poll_enabled;
1095 bool poll_running; 1095 bool poll_running;
1096 bool delayed_event;
1096 struct delayed_work output_poll_work; 1097 struct delayed_work output_poll_work;
1097 1098
1098 /* pointers to standard properties */ 1099 /* pointers to standard properties */
diff --git a/include/drm/drm_fb_helper.h b/include/drm/drm_fb_helper.h
index b597068103aa..21b944c456f6 100644
--- a/include/drm/drm_fb_helper.h
+++ b/include/drm/drm_fb_helper.h
@@ -125,7 +125,7 @@ void drm_fb_helper_fill_fix(struct fb_info *info, uint32_t pitch,
125int drm_fb_helper_setcmap(struct fb_cmap *cmap, struct fb_info *info); 125int drm_fb_helper_setcmap(struct fb_cmap *cmap, struct fb_info *info);
126 126
127int drm_fb_helper_hotplug_event(struct drm_fb_helper *fb_helper); 127int drm_fb_helper_hotplug_event(struct drm_fb_helper *fb_helper);
128bool drm_fb_helper_initial_config(struct drm_fb_helper *fb_helper, int bpp_sel); 128int drm_fb_helper_initial_config(struct drm_fb_helper *fb_helper, int bpp_sel);
129int drm_fb_helper_single_add_all_connectors(struct drm_fb_helper *fb_helper); 129int drm_fb_helper_single_add_all_connectors(struct drm_fb_helper *fb_helper);
130int drm_fb_helper_debug_enter(struct fb_info *info); 130int drm_fb_helper_debug_enter(struct fb_info *info);
131int drm_fb_helper_debug_leave(struct fb_info *info); 131int drm_fb_helper_debug_leave(struct fb_info *info);