Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 268798
b: refs/heads/master
c: 76cabaa
h: refs/heads/master
v: v3
  • Loading branch information
Aaro Koskinen authored and Greg Kroah-Hartman committed Oct 12, 2011
1 parent a9aae9c commit 9cd2948
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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: 5aa55d9f97c63bbf53977e10154e2714e03586b2
refs/heads/master: 76cabaa42800ac3dd3d64e60fa3a18c1dfcbf791
2 changes: 0 additions & 2 deletions trunk/drivers/staging/xgifb/XGI_main.h
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,6 @@ static struct fb_fix_screeninfo XGIfb_fix = {
.xpanstep = 1,
.ypanstep = 1,
};
static u32 pseudo_palette[17];


/* display status */
static int XGIfb_crt1off;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/xgifb/XGI_main_26.c
Original file line number Diff line number Diff line change
Expand Up @@ -2390,7 +2390,7 @@ static int __devinit xgifb_probe(struct pci_dev *pdev,
fb_info->screen_base = xgifb_info->video_vbase;
fb_info->fbops = &XGIfb_ops;
XGIfb_get_fix(&fb_info->fix, -1, fb_info);
fb_info->pseudo_palette = pseudo_palette;
fb_info->pseudo_palette = xgifb_info->pseudo_palette;

fb_alloc_cmap(&fb_info->cmap, 256 , 0);

Expand Down
2 changes: 2 additions & 0 deletions trunk/drivers/staging/xgifb/XGIfb.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ struct xgifb_video_info {
int mode_idx;
int rate_idx;

u32 pseudo_palette[17];

int chip_id;
unsigned int video_size;
unsigned long video_base;
Expand Down

0 comments on commit 9cd2948

Please sign in to comment.