]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] tridentfb: Fix scrolling artifacts during disk IO
authorAntonino A. Daplas <adaplas@gmail.com>
Mon, 1 Aug 2005 15:51:34 +0000 (23:51 +0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 1 Aug 2005 17:07:53 +0000 (10:07 -0700)
commitee0c1dcdb5859d4c7a0f2371b4042e3a4425b844
treeb2f36d10708c4d5ba13b44cfca0b213935b0cd24
parent2c3f9ddb2f02648f35f37c7b4e286ae40e340607
[PATCH] tridentfb: Fix scrolling artifacts during disk IO

Reported by: Jochen Hein (Bugzilla Bug 4312)

When there is disk I/O happening, the framebuffer has a little snow on
the screen.  Once I/O has finished, no garbage remains on screen.

This bug was explained by: Knut Petersen

Most important is CRTC register 2f, signal quality is also improved for
higher vclk values by changing set_vclk() according to the X drivers and
cyblafb.c

The fix is to set the performance register (0x2f) with a more stable
value.

Signed-off-by: Antonino Daplas <adaplas@pol.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/video/tridentfb.c