From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Sat, 31 Oct 2009 12:50:41 +0100 Subject: [U-Boot] [PATCH v2 3/4] video: mb862xx: add option VIDEO_FB_16BPP_WORD_SWAP for IPEK01 In-Reply-To: <1256292196-20660-4-git-send-email-wg@grandegger.com> References: <1256292196-20660-1-git-send-email-wg@grandegger.com> <1256292196-20660-2-git-send-email-wg@grandegger.com> <1256292196-20660-3-git-send-email-wg@grandegger.com> <1256292196-20660-4-git-send-email-wg@grandegger.com> Message-ID: <20091031125041.425408be@wker> 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, 23 Oct 2009 12:03:15 +0200 Wolfgang Grandegger wrote: > From: Wolfgang Grandegger > > In 16 bpp mode, the new IPEK01 board only requires swapping of D16 words > for D32 accesses due to the diffferent connecting to the GDC bus. This > patch introduces the configuration option VIDEO_FB_16BPP_WORD_SWAP, > which should be set for all board using the mb862xx in 16 bpp mode. For > the IPEK01, VIDEO_FB_16BPP_PIXEL_SWAP should not be set. > > Signed-off-by: Wolfgang Grandegger > --- > drivers/video/cfb_console.c | 2 +- > include/configs/lwmon5.h | 1 + > include/configs/socrates.h | 1 + > 3 files changed, 3 insertions(+), 1 deletions(-) Applied to u-boot-video/next. Thanks! Best regards, Anatolij