Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 254295
b: refs/heads/master
c: 9377c51
h: refs/heads/master
i:
  254293: f7b1f98
  254291: 2ae9d34
  254287: 6097187
v: v3
  • Loading branch information
William Katsak authored and Paul Mundt committed Jun 24, 2011
1 parent 2945426 commit e72e5c7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2bceec57fa7d660dffd4fbe423d84411cafb1acf
refs/heads/master: 9377c51752970c305fae29ac634501fde44378cb
8 changes: 6 additions & 2 deletions trunk/drivers/video/udlfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1233,8 +1233,12 @@ static int dlfb_setup_modes(struct dlfb_data *dev,
if (dlfb_is_valid_mode(&info->monspecs.modedb[i], info))
fb_add_videomode(&info->monspecs.modedb[i],
&info->modelist);
else /* if we've removed top/best mode */
info->monspecs.misc &= ~FB_MISC_1ST_DETAIL;
else {
if (i == 0)
/* if we've removed top/best mode */
info->monspecs.misc
&= ~FB_MISC_1ST_DETAIL;
}
}

default_vmode = fb_find_best_display(&info->monspecs,
Expand Down

0 comments on commit e72e5c7

Please sign in to comment.