From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753353AbbDGMUI (ORCPT ); Tue, 7 Apr 2015 08:20:08 -0400 Received: from mail-ob0-f176.google.com ([209.85.214.176]:35672 "EHLO mail-ob0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751921AbbDGMTe (ORCPT ); Tue, 7 Apr 2015 08:19:34 -0400 MIME-Version: 1.0 In-Reply-To: <20150407121247.GA29497@amd> References: <20150407121247.GA29497@amd> Date: Tue, 7 Apr 2015 14:19:33 +0200 X-Google-Sender-Auth: JrZk0YHfMwDUIwM36ujBbLfihbM Message-ID: Subject: Re: simple framebuffer slower by factor of 20, on socfpga (arm) platform From: Geert Uytterhoeven To: Pavel Machek Cc: Marek Vasut , 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" Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 ;-) Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds