diff options
author | Jeff Garzik <jgarzik@pobox.com> | 2005-11-07 22:51:47 -0500 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-11-07 22:51:47 -0500 |
commit | 6b995751c2e851d2bc9c277b5884d0adb519e31d (patch) | |
tree | 7a15b41b5d8ce612915584a0773c670d5c0ab5b8 /drivers/video/cg6.c | |
parent | 6c2f4267833f453156f8f439cc32eb4c92f357b4 (diff) | |
parent | d27ba47e7e8c466c18983a1779d611f82d6a354f (diff) |
Merge branch 'master'
Diffstat (limited to 'drivers/video/cg6.c')
-rw-r--r-- | drivers/video/cg6.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/video/cg6.c b/drivers/video/cg6.c index 49a2545671d9..414c4409e924 100644 --- a/drivers/video/cg6.c +++ b/drivers/video/cg6.c | |||
@@ -54,7 +54,6 @@ static struct fb_ops cg6_ops = { | |||
54 | .fb_sync = cg6_sync, | 54 | .fb_sync = cg6_sync, |
55 | .fb_mmap = cg6_mmap, | 55 | .fb_mmap = cg6_mmap, |
56 | .fb_ioctl = cg6_ioctl, | 56 | .fb_ioctl = cg6_ioctl, |
57 | .fb_cursor = soft_cursor, | ||
58 | }; | 57 | }; |
59 | 58 | ||
60 | /* Offset of interesting structures in the OBIO space */ | 59 | /* Offset of interesting structures in the OBIO space */ |
@@ -654,12 +653,6 @@ static void cg6_chip_init(struct fb_info *info) | |||
654 | sbus_writel(0, &fbc->clipminy); | 653 | sbus_writel(0, &fbc->clipminy); |
655 | sbus_writel(info->var.xres - 1, &fbc->clipmaxx); | 654 | sbus_writel(info->var.xres - 1, &fbc->clipmaxx); |
656 | sbus_writel(info->var.yres - 1, &fbc->clipmaxy); | 655 | sbus_writel(info->var.yres - 1, &fbc->clipmaxy); |
657 | |||
658 | /* Disable cursor in Brooktree DAC. */ | ||
659 | sbus_writel(0x06 << 24, &par->bt->addr); | ||
660 | tmp = sbus_readl(&par->bt->control); | ||
661 | tmp &= ~(0x03 << 24); | ||
662 | sbus_writel(tmp, &par->bt->control); | ||
663 | } | 656 | } |
664 | 657 | ||
665 | struct all_info { | 658 | struct all_info { |