From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.0 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8AF93C07E99 for ; Fri, 9 Jul 2021 21:28:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 69F6E613C3 for ; Fri, 9 Jul 2021 21:28:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230317AbhGIVbi (ORCPT ); Fri, 9 Jul 2021 17:31:38 -0400 Received: from h2.fbrelay.privateemail.com ([131.153.2.43]:38932 "EHLO h2.fbrelay.privateemail.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229792AbhGIVbi (ORCPT ); Fri, 9 Jul 2021 17:31:38 -0400 Received: from MTA-11-3.privateemail.com (mta-11-1.privateemail.com [198.54.118.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by h1.fbrelay.privateemail.com (Postfix) with ESMTPS id AC76E80B6B; Fri, 9 Jul 2021 17:28:52 -0400 (EDT) Received: from mta-11.privateemail.com (localhost [127.0.0.1]) by mta-11.privateemail.com (Postfix) with ESMTP id 5450D18000A9; Fri, 9 Jul 2021 17:28:51 -0400 (EDT) Received: from [192.168.0.46] (unknown [10.20.151.249]) by mta-11.privateemail.com (Postfix) with ESMTPA id 906FD18000A5; Fri, 9 Jul 2021 17:28:48 -0400 (EDT) Date: Fri, 09 Jul 2021 17:28:42 -0400 From: Hamza Mahfooz Subject: Re: [PATCH] fbcon: garbage collect fbdev scrolling acceleration To: Geert Uytterhoeven Cc: Linux Kernel Mailing List , Daniel Vetter , Greg Kroah-Hartman , Tetsuo Handa , Thomas Zimmermann , Peilin Ye , Jing Xiangfeng , George Kennedy , Sam Ravnborg , DRI Development , Linux Fbdev development list , Pavel Machek Message-Id: In-Reply-To: References: <20210709010055.86663-1-someguy@effective-light.com> X-Mailer: geary/40.0 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed X-Virus-Scanned: ClamAV using ClamSMTP Precedence: bulk List-ID: X-Mailing-List: linux-fbdev@vger.kernel.org On Fri, Jul 9 2021 at 09:49:02 AM +0200, Geert Uytterhoeven wrote: > Bummer, more code to revert to re-enable acceleration in the _56_ > fbdev drivers using acceleration (some of them unusable without), > despite commit 39aead8373b3 claiming "No other driver supportes > accelerated fbcon"... Should they be refactored to DRM drivers? (I don't mind looking into it if you believe it's worthwhile.)