Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27483
b: refs/heads/master
c: 7a532c6
h: refs/heads/master
i:
  27481: 2a7b6fb
  27479: c6ea51a
v: v3
  • Loading branch information
Dennis Munsie authored and Dave Airlie committed May 29, 2006
1 parent cee4fa4 commit 1ea05d2
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: 56e004e5435c008728b1444b51d757da2e098976
refs/heads/master: 7a532c69c37dbb46bfd0276160e624f06552adfc
6 changes: 2 additions & 4 deletions trunk/drivers/video/intelfb/intelfbdrv.c
Original file line number Diff line number Diff line change
Expand Up @@ -1059,8 +1059,7 @@ intelfb_init_var(struct intelfb_info *dinfo)
"intelfb: looking for mode in global "
"database ");
msrc = fb_find_mode(var, dinfo->info, mode,
vesa_modes,
VESA_MODEDB_SIZE, NULL, 0);
NULL, 0, NULL, 0);

if (msrc)
msrc |= 8;
Expand All @@ -1070,8 +1069,7 @@ intelfb_init_var(struct intelfb_info *dinfo)

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 1ea05d2

Please sign in to comment.