From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Thu, 8 Jan 2015 15:29:18 +0100 Subject: [U-Boot] [PATCH v2 02/11] videomodes: Add (vesa) standard timings In-Reply-To: <1419009041-31057-3-git-send-email-hdegoede@redhat.com> References: <1419009041-31057-1-git-send-email-hdegoede@redhat.com> <1419009041-31057-3-git-send-email-hdegoede@redhat.com> Message-ID: <20150108152918.60db96c2@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, 19 Dec 2014 18:10:32 +0100 Hans de Goede wrote: > 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 Acked-by: Anatolij Gustschin