aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/udlfb.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/udlfb.c')
-rw-r--r--drivers/video/udlfb.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/drivers/video/udlfb.c b/drivers/video/udlfb.c
index 14b152a99d13..087fc9960bb9 100644
--- a/drivers/video/udlfb.c
+++ b/drivers/video/udlfb.c
@@ -1232,8 +1232,12 @@ static int dlfb_setup_modes(struct dlfb_data *dev,
1232 if (dlfb_is_valid_mode(&info->monspecs.modedb[i], info)) 1232 if (dlfb_is_valid_mode(&info->monspecs.modedb[i], info))
1233 fb_add_videomode(&info->monspecs.modedb[i], 1233 fb_add_videomode(&info->monspecs.modedb[i],
1234 &info->modelist); 1234 &info->modelist);
1235 else /* if we've removed top/best mode */ 1235 else {
1236 info->monspecs.misc &= ~FB_MISC_1ST_DETAIL; 1236 if (i == 0)
1237 /* if we've removed top/best mode */
1238 info->monspecs.misc
1239 &= ~FB_MISC_1ST_DETAIL;
1240 }
1237 } 1241 }
1238 1242
1239 default_vmode = fb_find_best_display(&info->monspecs, 1243 default_vmode = fb_find_best_display(&info->monspecs,