From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Thu, 30 Oct 2014 22:06:55 +0100 Subject: [U-Boot] [PATCH v2 3/3] video: speedup writing strings to fb console In-Reply-To: <1414161210-3702-3-git-send-email-smoch@web.de> References: <1413630834-3509-1-git-send-email-smoch@web.de> <1414161210-3702-1-git-send-email-smoch@web.de> <1414161210-3702-3-git-send-email-smoch@web.de> Message-ID: <20141030220655.3e0665d7@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, 24 Oct 2014 16:33:30 +0200 Soeren Moch wrote: > With enabled framebuffer console the printenv command can take several > seconds to complete. This patch temporarily disables cache flush when > writing strings to fb console. Then there is no noticable delay anymore. > > Tested with imx6 hdmi framebuffer. > > Signed-off-by: Soeren Moch > --- > Cc: Stefano Babic > --- > drivers/video/cfb_console.c | 9 +++++++++ > 1 file changed, 9 insertions(+) Applied to u-boot-video/master. Thanks! Anatolij