Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753340AbbDGMMw (ORCPT ); Tue, 7 Apr 2015 08:12:52 -0400 Received: from atrey.karlin.mff.cuni.cz ([195.113.26.193]:59109 "EHLO atrey.karlin.mff.cuni.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751033AbbDGMMu (ORCPT ); Tue, 7 Apr 2015 08:12:50 -0400 Date: Tue, 7 Apr 2015 14:12:47 +0200 From: Pavel Machek To: Marek Vasut , kernel list , dinh.linux@gmail.com Cc: plagnioj@jcrosoft.com, tomi.valkeinen@ti.com, grant.likely@linaro.org, robh+dt@kernel.org, jg1.han@samsung.com, robdclark@gmail.com, geert@linux-m68k.org, linux-fbdev@vger.kernel.org, devicetree@vger.kernel.org Subject: simple framebuffer slower by factor of 20, on socfpga (arm) platform Message-ID: <20150407121247.GA29497@amd> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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: 945 Lines: 29 Hi! I have an socfpga board, which uses has simple framebuffer implemented in the FPGA. On 3.15, framebuffer is fast: root@wagabuibui:~# time cat /dev/fb0 > /dev/null real 0m 0.00s user 0m 0.00s sys 0m 0.00s on 3.18, this takes 220msec. Similar slowdown exists for writes. Simple framebuffer did not change at all between 3.15 and 3.18; resource flags of the framebuffer are still same (0x200). If I enable caching on 3.18, it speeds up a bit, to 70msec or so... Which means problem is not only in caching. Any ideas? Best regards, 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/