diff options
author | Jeff Garzik <jgarzik@pobox.com> | 2005-11-09 01:37:34 -0500 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-11-09 01:37:34 -0500 |
commit | 8006fdd6dc387abaa4b683bda4868c879fd76070 (patch) | |
tree | 314b08f4923dd9ab24930e6b2ac75889c244b154 /drivers/video/cg6.c | |
parent | 18ce920a6eba05c0d55cdc95fbbadf7e4c4b457b (diff) | |
parent | 7c3983357fdaef3ae71a0d7081a4b6dcfd869d39 (diff) |
Merge branch 'upstream'
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 { |