Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 284992
b: refs/heads/master
c: f787f32
h: refs/heads/master
v: v3
  • Loading branch information
Rusty Russell authored and Florian Tobias Schandinat committed Jan 12, 2012
1 parent 9ba1a5e commit 8687730
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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: 6b3cbe4094e3eddc9f38b34118c10aeea845eaf2
refs/heads/master: f787f32e67e00b072f46b2ae3c454d2c0a1fcdb7
10 changes: 5 additions & 5 deletions trunk/drivers/video/i810/i810_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -135,18 +135,18 @@ static struct pci_driver i810fb_driver = {
static char *mode_option __devinitdata = NULL;
static int vram __devinitdata = 4;
static int bpp __devinitdata = 8;
static int mtrr __devinitdata;
static int accel __devinitdata;
static bool mtrr __devinitdata;
static bool accel __devinitdata;
static int hsync1 __devinitdata;
static int hsync2 __devinitdata;
static int vsync1 __devinitdata;
static int vsync2 __devinitdata;
static int xres __devinitdata;
static int yres;
static int vyres __devinitdata;
static int sync __devinitdata;
static int extvga __devinitdata;
static int dcolor __devinitdata;
static bool sync __devinitdata;
static bool extvga __devinitdata;
static bool dcolor __devinitdata;
static bool ddc3 __devinitdata;

/*------------------------------------------------------------*/
Expand Down

0 comments on commit 8687730

Please sign in to comment.