Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 354414
b: refs/heads/master
c: 87be0af
h: refs/heads/master
v: v3
  • Loading branch information
Peter Huewe authored and Greg Kroah-Hartman committed Feb 5, 2013
1 parent 65e14f9 commit bb06893
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 56 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: fc008afff8eb78eedfd9de51b653c7b39fc74995
refs/heads/master: 87be0afafae74ab93303623fb600147968294702
2 changes: 1 addition & 1 deletion trunk/drivers/staging/xgifb/vb_struct.h
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ struct vb_device_info {
void __iomem *FBAddr;

unsigned char const (*SR15)[8];
unsigned char const (*CR40)[8];
unsigned char const (*CR40)[3];

struct SiS_MCLKData const *MCLKData;

Expand Down
108 changes: 54 additions & 54 deletions trunk/drivers/staging/xgifb/vb_table.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,60 +47,60 @@ static const unsigned char XGI340_SR13[4][8] = {
{0x03, 0x03, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00} /* SR1B */
};

static const unsigned char XGI340_cr41[24][8] = {
{0x20, 0x50, 0x60, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 0 CR41 */
{0xc4, 0x40, 0x84, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 1 CR8A */
{0xc4, 0x40, 0x84, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 2 CR8B */
{0xb5, 0xa4, 0xa4, 0x00, 0x00, 0x00, 0x00, 0x00},
{0xf0, 0xf0, 0xf0, 0x00, 0x00, 0x00, 0x00, 0x00},
{0x90, 0x90, 0x24, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 5 CR68 */
{0x77, 0x77, 0x44, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 6 CR69 */
{0x77, 0x77, 0x44, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 7 CR6A */
{0xff, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 8 CR6D */
{0x55, 0x55, 0x55, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 9 CR80 */
{0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 10 CR81 */
{0x88, 0xa8, 0x48, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 11 CR82 */
{0x44, 0x44, 0x77, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 12 CR85 */
{0x48, 0x48, 0x88, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 13 CR86 */
{0x54, 0x54, 0x44, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 14 CR90 */
{0x54, 0x54, 0x44, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 15 CR91 */
{0x0a, 0x0a, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 16 CR92 */
{0x44, 0x44, 0x44, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 17 CR93 */
{0x10, 0x10, 0x0A, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 18 CR94 */
{0x11, 0x11, 0x0a, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 19 CR95 */
{0x05, 0x05, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 20 CR96 */
{0xf0, 0xf0, 0xf0, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 21 CRC3 */
{0x05, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 22 CRC4 */
{0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00} /* 23 CRC5 */
};

static const unsigned char XGI27_cr41[24][8] = {
{0x20, 0x40, 0x60, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 0 CR41 */
{0xC4, 0x40, 0x84, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 1 CR8A */
{0xC4, 0x40, 0x84, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 2 CR8B */
{0xB3, 0x13, 0xa4, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 3 CR40[7],
CR99[2:0],
CR45[3:0]*/
{0xf0, 0xf5, 0xf0, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 4 CR59 */
{0x90, 0x90, 0x24, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 5 CR68 */
{0x77, 0x67, 0x44, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 6 CR69 */
{0x77, 0x77, 0x44, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 7 CR6A */
{0xff, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 8 CR6D */
{0x55, 0x55, 0x55, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 9 CR80 */
{0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 10 CR81 */
{0x88, 0xcc, 0x48, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 11 CR82 */
{0x44, 0x88, 0x77, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 12 CR85 */
{0x48, 0x88, 0x88, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 13 CR86 */
{0x54, 0x32, 0x44, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 14 CR90 */
{0x54, 0x33, 0x44, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 15 CR91 */
{0x0a, 0x07, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 16 CR92 */
{0x44, 0x63, 0x44, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 17 CR93 */
{0x10, 0x14, 0x0A, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 18 CR94 */
{0x11, 0x0B, 0x0C, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 19 CR95 */
{0x05, 0x22, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 20 CR96 */
{0xf0, 0xf0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 21 CRC3 */
{0x05, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 22 CRC4 */
{0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00} /* 23 CRC5 */
static const unsigned char XGI340_cr41[24][3] = {
{0x20, 0x50, 0x60}, /* 0 CR41 */
{0xc4, 0x40, 0x84}, /* 1 CR8A */
{0xc4, 0x40, 0x84}, /* 2 CR8B */
{0xb5, 0xa4, 0xa4},
{0xf0, 0xf0, 0xf0},
{0x90, 0x90, 0x24}, /* 5 CR68 */
{0x77, 0x77, 0x44}, /* 6 CR69 */
{0x77, 0x77, 0x44}, /* 7 CR6A */
{0xff, 0xff, 0xff}, /* 8 CR6D */
{0x55, 0x55, 0x55}, /* 9 CR80 */
{0x00, 0x00, 0x00}, /* 10 CR81 */
{0x88, 0xa8, 0x48}, /* 11 CR82 */
{0x44, 0x44, 0x77}, /* 12 CR85 */
{0x48, 0x48, 0x88}, /* 13 CR86 */
{0x54, 0x54, 0x44}, /* 14 CR90 */
{0x54, 0x54, 0x44}, /* 15 CR91 */
{0x0a, 0x0a, 0x07}, /* 16 CR92 */
{0x44, 0x44, 0x44}, /* 17 CR93 */
{0x10, 0x10, 0x0A}, /* 18 CR94 */
{0x11, 0x11, 0x0a}, /* 19 CR95 */
{0x05, 0x05, 0x05}, /* 20 CR96 */
{0xf0, 0xf0, 0xf0}, /* 21 CRC3 */
{0x05, 0x00, 0x02}, /* 22 CRC4 */
{0x00, 0x00, 0x00} /* 23 CRC5 */
};

static const unsigned char XGI27_cr41[24][3] = {
{0x20, 0x40, 0x60}, /* 0 CR41 */
{0xC4, 0x40, 0x84}, /* 1 CR8A */
{0xC4, 0x40, 0x84}, /* 2 CR8B */
{0xB3, 0x13, 0xa4}, /* 3 CR40[7],
CR99[2:0],
CR45[3:0]*/
{0xf0, 0xf5, 0xf0}, /* 4 CR59 */
{0x90, 0x90, 0x24}, /* 5 CR68 */
{0x77, 0x67, 0x44}, /* 6 CR69 */
{0x77, 0x77, 0x44}, /* 7 CR6A */
{0xff, 0xff, 0xff}, /* 8 CR6D */
{0x55, 0x55, 0x55}, /* 9 CR80 */
{0x00, 0x00, 0x00}, /* 10 CR81 */
{0x88, 0xcc, 0x48}, /* 11 CR82 */
{0x44, 0x88, 0x77}, /* 12 CR85 */
{0x48, 0x88, 0x88}, /* 13 CR86 */
{0x54, 0x32, 0x44}, /* 14 CR90 */
{0x54, 0x33, 0x44}, /* 15 CR91 */
{0x0a, 0x07, 0x07}, /* 16 CR92 */
{0x44, 0x63, 0x44}, /* 17 CR93 */
{0x10, 0x14, 0x0A}, /* 18 CR94 */
{0x11, 0x0B, 0x0C}, /* 19 CR95 */
{0x05, 0x22, 0x05}, /* 20 CR96 */
{0xf0, 0xf0, 0x00}, /* 21 CRC3 */
{0x05, 0x00, 0x02}, /* 22 CRC4 */
{0x00, 0x00, 0x00} /* 23 CRC5 */
};

/* CR47,CR48,CR49,CR4A,CR4B,CR4C,CR70,CR71,CR74,CR75,CR76,CR77 */
Expand Down

0 comments on commit bb06893

Please sign in to comment.