Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27477
b: refs/heads/master
c: 2c47430
h: refs/heads/master
i:
  27475: 5fe2797
v: v3
  • Loading branch information
Dennis Munsie authored and Dave Airlie committed May 27, 2006
1 parent 897cede commit 0a223b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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: 1aecb393091d3c0787f92445420d96ef58c9782a
refs/heads/master: 2c47430a03bbcc3c9a623a07eca5baf92c7d20c8
6 changes: 2 additions & 4 deletions trunk/drivers/video/intelfb/intelfbdrv.c
Original file line number Diff line number Diff line change
Expand Up @@ -1033,15 +1033,13 @@ intelfb_init_var(struct intelfb_info *dinfo)
} else {
if (mode) {
msrc = fb_find_mode(var, dinfo->info, mode,
vesa_modes, VESA_MODEDB_SIZE,
NULL, 0);
NULL, 0, NULL, 0);
if (msrc)
msrc |= 8;
}
if (!msrc) {
msrc = fb_find_mode(var, dinfo->info, PREFERRED_MODE,
vesa_modes, VESA_MODEDB_SIZE,
NULL, 0);
NULL, 0, NULL, 0);
}
}

Expand Down

0 comments on commit 0a223b0

Please sign in to comment.