From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hans de Goede Date: Wed, 12 Aug 2015 18:42:21 +0200 Subject: [U-Boot] [PATCH 3/3] sunxi: display: Add overscan correction In-Reply-To: <1439376340.8356.13.camel@hellion.org.uk> References: <1438787851-31814-1-git-send-email-hdegoede@redhat.com> <1438787851-31814-4-git-send-email-hdegoede@redhat.com> <1439376340.8356.13.camel@hellion.org.uk> Message-ID: <55CB776D.9020704@redhat.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, On 08/12/2015 12:45 PM, Ian Campbell wrote: >> + sunxi_mode_set(mode, fb_dma_addr); >> >> /* >> > > * These are the only members of this structure that are used. All the >> > > * others are driver specific. There is nothing to decribe pitch or > > > Pre-existing typo "describe". Actually part of the overscan patch series is adding support for pitch != width to the cfbconsole code, so that comment is no longer accurate, I've squashed a fix for the comment into the patch adding overscan support to drivers/video/sunxi_display.c Regards, Hans