Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 60909
b: refs/heads/master
c: eb3daa8
h: refs/heads/master
i:
  60907: 78dd7f6
v: v3
  • Loading branch information
Antonino A. Daplas authored and Linus Torvalds committed Jul 17, 2007
1 parent 0194435 commit 2715e08
Show file tree
Hide file tree
Showing 3 changed files with 3 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: 9965f5b137f11a7dce01b2c32874a4875f024306
refs/heads/master: eb3daa83c2f63743fb7597f620beac75e1ba5633
2 changes: 1 addition & 1 deletion trunk/drivers/video/tgafb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1634,7 +1634,7 @@ tgafb_register(struct device *dev)
FBINFO_HWACCEL_IMAGEBLIT | FBINFO_HWACCEL_FILLRECT;
info->fbops = &tgafb_ops;
info->screen_base = par->tga_fb_base;
info->pseudo_palette = (void *)(par + 1);
info->pseudo_palette = par->palette;

/* This should give a reasonable default video mode. */
if (tga_bus_pci) {
Expand Down
1 change: 1 addition & 0 deletions trunk/include/video/tgafb.h
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ struct tga_par {
u32 pll_freq; /* pixclock in mhz */
u32 bits_per_pixel; /* bits per pixel */
u32 sync_on_green; /* set if sync is on green */
u32 palette[16];
};


Expand Down

0 comments on commit 2715e08

Please sign in to comment.