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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 49245C433FE for ; Tue, 18 Jan 2022 12:11:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241418AbiARMLY (ORCPT ); Tue, 18 Jan 2022 07:11:24 -0500 Received: from mail-0201.mail-europe.com ([51.77.79.158]:55534 "EHLO mail-0201.mail-europe.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231645AbiARMLW (ORCPT ); Tue, 18 Jan 2022 07:11:22 -0500 Date: Tue, 18 Jan 2022 12:11:15 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=emersion.fr; s=protonmail2; t=1642507878; bh=6jJPhYWwoA+//43JWYgSIF2TDwtpv80+W+Aoj4JDSLQ=; h=Date:To:From:Cc:Reply-To:Subject:Message-ID:In-Reply-To: References:From:To:Cc; b=vro2rCcTNzJ1eiAzCCiIAtkK535vVvmHHVv+w/dx41CqwnVtLe/qojBuxkWfn8cJo oqWo82DKtp1s2KeVteUDfc6Hd/3bPCATrl75PGwviwene45RJmiKL7TmmdFWrmJ69s NHrGuz7mN03cgeGRtXwPglG9kRi5sA3tbWliZPR5h6UUGKdAH1tuPpKtoennM753T/ 8rhlsoH5ghDNrAoZDo7wQFidZuyrxIDMZtwOYsHi1liZkj6FiX8UhPR+wKEomJlIJo 4+A+3Qjz8bc3LCE/kD4O9IPLJadcX1Kfdg1htuahb+CWmVurizdZRlEALBcyEAvd3t HZDhc9X9mZiEQ== To: Daniel Vetter From: Simon Ser Cc: Geert Uytterhoeven , Linux Fbdev development list , Helge Deller , Linux Kernel Mailing List , Javier Martinez Canillas , DRI Development , Thomas Zimmermann , Linus Torvalds Reply-To: Simon Ser Subject: Re: [PATCH] MAINTAINERS: Add Helge as fbdev maintainer Message-ID: In-Reply-To: References: <97d49bca-f5f7-dba4-b62d-b6fcdd4276ac@suse.de> <87ee5659dt.fsf@intel.com> <4f1d6018-d74e-8e62-ea4d-0ca79c6bbbc5@gmx.de> <87a6ft5thv.fsf@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tuesday, January 18th, 2022 at 12:41, Daniel Vetter wr= ote: > On Tue, Jan 18, 2022 at 9:41 AM Geert Uytterhoeven = wrote: > > > > Hi Jani, > > > > On Tue, Jan 18, 2022 at 9:38 AM Jani Nikula wrote: > > > On Mon, 17 Jan 2022, Helge Deller wrote: > > > > On 1/17/22 22:40, Jani Nikula wrote: > > > >> On Mon, 17 Jan 2022, Thomas Zimmermann wrote= : > > > >>> Seems like few people read linux-fbdev these days. > > > >> > > > >> How much traffic is there to linux-fbdev that is *not* Cc'd to dri= -devel > > > >> also? > > > > > > > > Doesn't seem like much traffic - which IMHO is OK for such a tree w= ith > > > > mostly just maintenance patches. > > > > > > > >> Do we still need a separate linux-fbdev mailing list at all? > > > > > > > > Yes. I want to have it seperate of dri-devel. > > > > Actually I'd prefer to drop dri-devel from the list where patches > > > > for fbdev are sent... > > > > > > Disagreed. If anything, this thread shows we can't have fbdev and drm= in > > > silos of their own. > > > > Unless DRM drops fbdev support. Isn't that the long-term plan anyway? > > No. There's way too much old stuff still using the fbdev interface to > do that. We've even done things like standardize the vblank wait > ioctl, because people need that. Kind of related: I wonder, could we document somewhere that fbdev is a deprecated uAPI? ie. new user-space shouldn't use it and should prefer DRM. I don't see that mentioned anywhere, although it seems like it's the consensus among all kernel developers I've talked to.