]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
viafb: remove 640x480-60 CRT special case
authorFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>
Mon, 6 Jun 2011 15:39:20 +0000 (15:39 +0000)
committerFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>
Fri, 5 Aug 2011 12:47:36 +0000 (12:47 +0000)
commit0492262281b82e71c6063e35ef73a33fad93cc6d
treedb0aa0762df77c2c0ae256c4fe9669f60b27bbd4
parent92746c3c82135b13d7fb1bbdebbabb0faedd8433
viafb: remove 640x480-60 CRT special case

The timing for 640x480-60 was handled different than all others.
This patch changes this by changing the blanking start and end.
The reason for this is that I can't find any reason for the old
behaviour and it was not consistent anyway as the special case for
LCD did not always trigger as the LCD code does not use this
function and it did trigger regardless of whether the display set is
CRT or LCD but only based whether any DVI/LCD device exists.
There are no negative effects observed for CRT or DVI devices.

Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
drivers/video/via/hw.c
drivers/video/via/viamode.c