Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 268112
b: refs/heads/master
c: 2555e94
h: refs/heads/master
v: v3
  • Loading branch information
Aaro Koskinen authored and Greg Kroah-Hartman committed Sep 6, 2011
1 parent 0e588ba commit 7f4aca7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 17 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: 80f86f8f2613370055b83e6bb5876caccab6d815
refs/heads/master: 2555e9458fbdf00c02d6184fa1d2ea93f4651f46
5 changes: 1 addition & 4 deletions trunk/drivers/staging/xgifb/vb_setmode.c
Original file line number Diff line number Diff line change
Expand Up @@ -6983,11 +6983,8 @@ static void XGI_SetYFilter(unsigned short ModeNo, unsigned short ModeIdIndex,
case 0x02:
case 0x05:
case 0x0D:
filterPtr = PALMYFilter1;
break;

case 0x03:
filterPtr = PALNYFilter1;
filterPtr = xgifb_palmn_yfilter1;
break;

case 0x08:
Expand Down
13 changes: 1 addition & 12 deletions trunk/drivers/staging/xgifb/vb_table.h
Original file line number Diff line number Diff line change
Expand Up @@ -3210,18 +3210,7 @@ static unsigned char PALYFilter1[] = {
0xFC, 0xFB, 0x14, 0x2A /* 6 : 800x gra. mode */
};

static unsigned char PALMYFilter1[] = {
0x00, 0xF4, 0x10, 0x38, /* 0 : 320x text mode */
0x00, 0xF4, 0x10, 0x38, /* 1 : 360x text mode */
0xEB, 0x04, 0x10, 0x18, /* 2 : 640x text mode */
0xF7, 0x06, 0x19, 0x14, /* 3 : 720x text mode */
0x00, 0xF4, 0x10, 0x38, /* 4 : 320x gra. mode */
0xEB, 0x04, 0x25, 0x18, /* 5 : 640x gra. mode */
0xEB, 0x15, 0x25, 0xF6, /* 6 : 800x gra. mode */
0xFF, 0xFF, 0xFF, 0xFF /* End of Table */
};

static unsigned char PALNYFilter1[] = {
static unsigned char xgifb_palmn_yfilter1[] = {
0x00, 0xF4, 0x10, 0x38, /* 0 : 320x text mode */
0x00, 0xF4, 0x10, 0x38, /* 1 : 360x text mode */
0xEB, 0x04, 0x10, 0x18, /* 2 : 640x text mode */
Expand Down

0 comments on commit 7f4aca7

Please sign in to comment.