From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Sat, 31 Oct 2009 12:49:49 +0100 Subject: [U-Boot] [PATCH v2 2/4] video: mb862xx: add option CONFIG_VIDEO_MB862xx_ACCEL for 32bpp mode In-Reply-To: <1256292196-20660-3-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> Message-ID: <20091031124949.2fea2576@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:14 +0200 Wolfgang Grandegger wrote: > From: Anatolij Gustschin > > The new IPEK01 board can use the 32 bpp mode for the Lime graphics > controller. For this mode, video accelaration does not work. This patch > makes the accelaration configurable via CONFIG_VIDEO_MB862xx_ACCEL, > which is enabled for the lwmon5 and the socrates board for backward > compatibility. > > Signed-off-by: Anatolij Gustschin > Signed-off-by: Wolfgang Grandegger > --- > drivers/video/cfb_console.c | 2 ++ > drivers/video/mb862xx.c | 16 +++++++++++++++- > include/configs/lwmon5.h | 1 + > include/configs/socrates.h | 1 + > 4 files changed, 19 insertions(+), 1 deletions(-) Applied to u-boot-video/next. Thanks! Best regards, Anatolij