diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-07 21:42:23 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-07 21:42:23 -0500 |
commit | d27ba47e7e8c466c18983a1779d611f82d6a354f (patch) | |
tree | 2870d82516be16e0cae63e1f7e84bd855bb34a23 /drivers/video | |
parent | e3d8b77bc7a89d190ee895d0570af10c026e5086 (diff) | |
parent | dd3e2dcf3408843ed35501c28626f389b30be756 (diff) |
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6
Diffstat (limited to 'drivers/video')
-rw-r--r-- | drivers/video/cg6.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/video/cg6.c b/drivers/video/cg6.c index 3280bb9560e2..414c4409e924 100644 --- a/drivers/video/cg6.c +++ b/drivers/video/cg6.c | |||
@@ -653,12 +653,6 @@ static void cg6_chip_init(struct fb_info *info) | |||
653 | sbus_writel(0, &fbc->clipminy); | 653 | sbus_writel(0, &fbc->clipminy); |
654 | sbus_writel(info->var.xres - 1, &fbc->clipmaxx); | 654 | sbus_writel(info->var.xres - 1, &fbc->clipmaxx); |
655 | sbus_writel(info->var.yres - 1, &fbc->clipmaxy); | 655 | sbus_writel(info->var.yres - 1, &fbc->clipmaxy); |
656 | |||
657 | /* Disable cursor in Brooktree DAC. */ | ||
658 | sbus_writel(0x06 << 24, &par->bt->addr); | ||
659 | tmp = sbus_readl(&par->bt->control); | ||
660 | tmp &= ~(0x03 << 24); | ||
661 | sbus_writel(tmp, &par->bt->control); | ||
662 | } | 656 | } |
663 | 657 | ||
664 | struct all_info { | 658 | struct all_info { |