From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Mon, 11 Nov 2013 09:45:19 -0700 Subject: [U-Boot] [PATCH v3 2/2] video: bcm2835: respect the pitch value In-Reply-To: <1383991673-2928-1-git-send-email-agust@denx.de> References: <1382637641-1919-1-git-send-email-a.heider@gmail.com> <1383991673-2928-1-git-send-email-agust@denx.de> Message-ID: <5281099F.8090508@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 11/09/2013 03:07 AM, Anatolij Gustschin wrote: > From: Andre Heider > > Depending on the firmware's video options [1] the active SDTV or > HDTV mode can yield a framebuffer with noncontiguous horizontal lines, > giving a messed up display, for both, u-boot and the loaded kernel. > > Fix this by setting lcd_line_length to the pitch value of the configured > framebuffer. > > [1] http://elinux.org/RPiconfig#Video_mode_options Acked-by: Stephen Warren