]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
videomodes: Add (vesa) standard timings
authorHans de Goede <hdegoede@redhat.com>
Fri, 19 Dec 2014 10:11:52 +0000 (11:11 +0100)
committerHans de Goede <hdegoede@redhat.com>
Wed, 14 Jan 2015 13:56:38 +0000 (14:56 +0100)
commit92a88c33f0b063f0a6a6beff9d67506b5adcc242
tree7c594a24249441b09f6452adf8682c3b2b64109a
parent0c91d25767db292ad73b6567d52588178151709d
videomodes: Add (vesa) standard timings

The timings for the modes defined in videomodes.c differ (significantly)
from vesa standard timings for these modes.

This commit adds a version with the proper std timings for these modes,
since I do not want to cause regressions, boards which want to use the standard
timings need to define CONFIG_VIDEO_STD_TIMINGS to get the new correct timings.

Since there is no std timing for 960x720 this commit uses the timing used
by the nvidia video drivers for 960x720, which uses a standard pixelclock
of 74.25 MHz rather then the weird 76.335... clock used by the old modes.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Anatolij Gustschin <agust@denx.de>
drivers/video/videomodes.c