Merge tag 'v3.14' into drm-intel-next-queued
[deliverable/linux.git] / include / drm / drm_fb_helper.h
index 471f276ce8f741638ad6ced787aa7f943457e751..2d659dc39972f9a30dce9d9b1bfd6cdd8a9e9606 100644 (file)
@@ -121,5 +121,11 @@ bool drm_fb_helper_initial_config(struct drm_fb_helper *fb_helper, int bpp_sel);
 int drm_fb_helper_single_add_all_connectors(struct drm_fb_helper *fb_helper);
 int drm_fb_helper_debug_enter(struct fb_info *info);
 int drm_fb_helper_debug_leave(struct fb_info *info);
+struct drm_display_mode *
+drm_has_preferred_mode(struct drm_fb_helper_connector *fb_connector,
+                       int width, int height);
+struct drm_display_mode *
+drm_pick_cmdline_mode(struct drm_fb_helper_connector *fb_helper_conn,
+                     int width, int height);
 
 #endif
This page took 0.026254 seconds and 5 git commands to generate.