Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 8232
b: refs/heads/master
c: 61ab790
h: refs/heads/master
v: v3
  • Loading branch information
Antonino A. Daplas authored and Linus Torvalds committed Sep 9, 2005
1 parent a4a7c74 commit dda2736
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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: 7c1cd6fd5efeb95603e37f35b5da293b452d8b64
refs/heads/master: 61ab7903b8cd772d3bfb28bc26d02c599cfb0e5b
4 changes: 3 additions & 1 deletion trunk/drivers/video/fbmon.c
Original file line number Diff line number Diff line change
Expand Up @@ -314,11 +314,13 @@ static int edid_is_monitor_block(unsigned char *block)
return 0;
}

static void calc_mode_timings(int xres, int yres, int refresh, struct fb_videomode *mode)
static void calc_mode_timings(int xres, int yres, int refresh,
struct fb_videomode *mode)
{
struct fb_var_screeninfo var;
struct fb_info info;

memset(&var, 0, sizeof(struct fb_var_screeninfo));
var.xres = xres;
var.yres = yres;
fb_get_mode(FB_VSYNCTIMINGS | FB_IGNOREMON,
Expand Down

0 comments on commit dda2736

Please sign in to comment.