Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752915AbbDXN3b (ORCPT ); Fri, 24 Apr 2015 09:29:31 -0400 Received: from atrey.karlin.mff.cuni.cz ([195.113.26.193]:49193 "EHLO atrey.karlin.mff.cuni.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751702AbbDXN33 (ORCPT ); Fri, 24 Apr 2015 09:29:29 -0400 Date: Fri, 24 Apr 2015 15:29:23 +0200 From: Pavel Machek To: Archit Taneja Cc: Tomi Valkeinen , Geert Uytterhoeven , Marek Vasut , kernel list , Dinh Nguyen , Jean-Christophe PLAGNIOL-VILLARD , Grant Likely , Rob Herring , Jingoo Han , Rob Clark , Linux Fbdev development list , "devicetree@vger.kernel.org" , shc_work@mail.ru, linux@arm.linux.org.uk, hsweeten@visionengravers.com Subject: Re: simple framebuffer slower by factor of 20, on socfpga (arm) platform Message-ID: <20150424132923.GA11729@amd> References: <20150407121247.GA29497@amd> <20150409110634.GA27407@amd> <552660C7.4020805@ti.com> <552663C2.70308@ti.com> <55277650.8070607@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <55277650.8070607@codeaurora.org> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1083 Lines: 25 Hi! On Fri 2015-04-10 12:35:52, Archit Taneja wrote: > >That said, if the fb is in RAM, and is only written by the CPU, I think > >a normal memcpy() for fb_memcpy_fromfb() should be fine... > > I didn't test for performance regressions when I posted this patch. > > A look at _memcpy_fromio in arch/arm/kernel/io.c shows that readb() is used > all the time, even when the source and destination addresses are aligned for > larger reads to be possible. Other archs seem to use readl() or readq() when > they can. Maybe that makes memcpy_fromio slower than the implementation of > memcpy on arm? Ok, can you prepare a patch for me to try? Or should we just revert the original commit? Pavel -- (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/