aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev/cirrusfb.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/fbdev/cirrusfb.c')
-rw-r--r--drivers/video/fbdev/cirrusfb.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/video/fbdev/cirrusfb.c b/drivers/video/fbdev/cirrusfb.c
index d992aa5eb3f0..b3be06dd2908 100644
--- a/drivers/video/fbdev/cirrusfb.c
+++ b/drivers/video/fbdev/cirrusfb.c
@@ -1477,10 +1477,12 @@ static void init_vgachip(struct fb_info *info)
1477 mdelay(100); 1477 mdelay(100);
1478 /* mode */ 1478 /* mode */
1479 vga_wgfx(cinfo->regbase, CL_GR31, 0x00); 1479 vga_wgfx(cinfo->regbase, CL_GR31, 0x00);
1480 case BT_GD5480: /* fall through */ 1480 /* fall through */
1481 case BT_GD5480:
1481 /* from Klaus' NetBSD driver: */ 1482 /* from Klaus' NetBSD driver: */
1482 vga_wgfx(cinfo->regbase, CL_GR2F, 0x00); 1483 vga_wgfx(cinfo->regbase, CL_GR2F, 0x00);
1483 case BT_ALPINE: /* fall through */ 1484 /* fall through */
1485 case BT_ALPINE:
1484 /* put blitter into 542x compat */ 1486 /* put blitter into 542x compat */
1485 vga_wgfx(cinfo->regbase, CL_GR33, 0x00); 1487 vga_wgfx(cinfo->regbase, CL_GR33, 0x00);
1486 break; 1488 break;