Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27481
b: refs/heads/master
c: 080a416
h: refs/heads/master
i:
  27479: c6ea51a
v: v3
  • Loading branch information
Dave Airlie committed May 29, 2006
1 parent a78e1bb commit 2a7b6fb
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 65eb2f97db17f6f6a92cad3aad93b531f991ebf1
refs/heads/master: 080a416802153dbbb20ab4f4fa1225867096d071
6 changes: 4 additions & 2 deletions trunk/drivers/video/intelfb/intelfbdrv.c
Original file line number Diff line number Diff line change
Expand Up @@ -1033,13 +1033,15 @@ intelfb_init_var(struct intelfb_info *dinfo)
} else {
if (mode) {
msrc = fb_find_mode(var, dinfo->info, mode,
NULL, 0, NULL, 0);
vesa_modes, VESA_MODEDB_SIZE,
NULL, 0);
if (msrc)
msrc |= 8;
}
if (!msrc) {
msrc = fb_find_mode(var, dinfo->info, PREFERRED_MODE,
NULL, 0, NULL, 0);
vesa_modes, VESA_MODEDB_SIZE,
NULL, 0);
}
}

Expand Down

0 comments on commit 2a7b6fb

Please sign in to comment.