Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 54938
b: refs/heads/master
c: d60d2d8
h: refs/heads/master
v: v3
  • Loading branch information
Antonino A. Daplas authored and Linus Torvalds committed May 8, 2007
1 parent 10c6679 commit f59c6d7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2d2699d984924890f6dac8cf51c3b6311f56816c
refs/heads/master: d60d2d8a423be91c5ad1a745c4e9dda9cea1b3c5
1 change: 1 addition & 0 deletions trunk/drivers/video/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -519,6 +519,7 @@ config FB_VGA16
select FB_CFB_COPYAREA
select FB_CFB_IMAGEBLIT
select VGASTATE
select FONT_8x16 if FRAMEBUFFER_CONSOLE
help
This is the frame buffer device driver for VGA 16 color graphic
cards. Say Y if you have such a card.
Expand Down
2 changes: 2 additions & 0 deletions trunk/drivers/video/vga16fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1378,6 +1378,8 @@ static int __init vga16fb_probe(struct platform_device *dev)
info->fbops = &vga16fb_ops;
info->var = vga16fb_defined;
info->fix = vga16fb_fix;
/* supports 8-pixel wide blit rectangles only */
info->pixmap.blit_x = 1 << (8 - 1);
info->flags = FBINFO_FLAG_DEFAULT |
FBINFO_HWACCEL_YPAN;

Expand Down

0 comments on commit f59c6d7

Please sign in to comment.