Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933018AbcLILlG (ORCPT ); Fri, 9 Dec 2016 06:41:06 -0500 Received: from gate.crashing.org ([63.228.1.57]:41922 "EHLO gate.crashing.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932320AbcLILlE (ORCPT ); Fri, 9 Dec 2016 06:41:04 -0500 Message-ID: <1481283626.27965.9.camel@kernel.crashing.org> Subject: Re: [RFC PATCH 0/3] staging: remove fbdev drivers From: Benjamin Herrenschmidt To: Dave Airlie Cc: Daniel Vetter , Thomas Petazzoni , Linux Fbdev development list , Teddy Wang , Greg Kroah-Hartman , LKML , dri-devel , Tomi Valkeinen , Sudip Mukherjee , Arnaud Patard Date: Fri, 09 Dec 2016 22:40:26 +1100 In-Reply-To: References: <1479888193-23908-1-git-send-email-tomi.valkeinen@ti.com> <1481158879.26959.41.camel@kernel.crashing.org> <20161208101005.6ufl3d4qvwprosju@phenom.ffwll.local> <1481232519.26959.49.camel@kernel.crashing.org> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.22.2 (3.22.2-1.fc25) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1198 Lines: 27 On Fri, 2016-12-09 at 10:08 +1000, Dave Airlie wrote: > What are people using fbcon for that needs acceleration, this is where I get > a bit lost. > > It's a console, if you aren't sshing into the machine. > > It's main purpose should just be for gathering oopses and you've a lot better > chance of getting an oops if you don't have some sketchy gpu accel in the way. There are other uses for systems running Linux than being a server or desktop :-) > The acceleration that most of the 2D things provide isn't ever that > great, and shadowing is a lot more effective if done properly. Not with a 400Mhz ARM9 processor on a fairly high res display. In these case basic old things like color expansion for font rendering, bit blits and solid fills for scrolls work beautifully. Anyway I just realized that the ARM side of the AST GPU doesn't have the accel bits at all anyway, only the host side, so I'm back to just a dumb FB. I still want to avoid the copies though. > It's a feature > that kernel ppl obsess over but I don't get a lot of real world feedback, > (booting 9000 scsi nodes with debug on takes a long time was possibly > something I heard once, and I think we resolved). Ben.