Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756028AbbDGOZS (ORCPT ); Tue, 7 Apr 2015 10:25:18 -0400 Received: from mail-out.m-online.net ([212.18.0.10]:53375 "EHLO mail-out.m-online.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754271AbbDGOYp (ORCPT ); Tue, 7 Apr 2015 10:24:45 -0400 X-Auth-Info: TLf+IhCqI50Gbvj22jDf3oqcQJku2k8ZkyV5t2q98Rs= From: Marek Vasut To: Geert Uytterhoeven Subject: Re: simple framebuffer slower by factor of 20, on socfpga (arm) platform Date: Tue, 7 Apr 2015 16:24:45 +0200 User-Agent: KMail/1.13.7 (Linux/3.13-trunk-amd64; KDE/4.13.1; x86_64; ; ) Cc: Pavel Machek , kernel list , Dinh Nguyen , "Jean-Christophe PLAGNIOL-VILLARD" , Tomi Valkeinen , Grant Likely , Rob Herring , Jingoo Han , Rob Clark , Linux Fbdev development list , "devicetree@vger.kernel.org" References: <20150407121247.GA29497@amd> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201504071624.45410.marex@denx.de> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1356 Lines: 36 On Tuesday, April 07, 2015 at 02:19:33 PM, Geert Uytterhoeven wrote: > Hi Pavel, > > On Tue, Apr 7, 2015 at 2:12 PM, Pavel Machek wrote: > > 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? > > My first guess was commit 67dc0d4758e5 ("vt_buffer: drop console buffer > copying optimisations"), but this was introduced only in v4.0-rc1. > > Just in case you encounter another performance regression after upgrading > to a more modern kernel ;-) Why don't you use the Altera VIP FB on SoCFPGA ? Best regards, Marek Vasut -- 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/