From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757893AbeD0SMu (ORCPT ); Fri, 27 Apr 2018 14:12:50 -0400 Received: from emh04.mail.saunalahti.fi ([62.142.5.110]:60082 "EHLO emh04.mail.saunalahti.fi" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757794AbeD0SMq (ORCPT ); Fri, 27 Apr 2018 14:12:46 -0400 Date: Fri, 27 Apr 2018 21:12:43 +0300 From: Aaro Koskinen To: Bartlomiej Zolnierkiewicz , Tomi Valkeinen Cc: Laurent Pinchart , linux-fbdev@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org, Tony Lindgren Subject: Re: [PATCH] video: fbdev: omap2: remove rfbi Message-ID: <20180427181243.o7ro63l6z7yatey7@darkstar.musicnaut.iki.fi> References: <2238944.jilJcacc6d@amdc3058> <20180427174714.bdvvlljk3txwu2bo@darkstar.musicnaut.iki.fi> <2055912.iuafLNK0IC@amdc3058> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2055912.iuafLNK0IC@amdc3058> User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, On Fri, Apr 27, 2018 at 07:58:28PM +0200, Bartlomiej Zolnierkiewicz wrote: > On Friday, April 27, 2018 08:47:14 PM Aaro Koskinen wrote: > > On Fri, Apr 27, 2018 at 05:09:14PM +0200, Bartlomiej Zolnierkiewicz wrote: > > > omapfb equivalent of drm's commit aa61321d4c08 ("drm/omap: remove rfbi"): > > > > > > The RFBI driver has not worked nor compiled for many years. There are > > > very few boards out there that use RFBI, and no one has stepped up to > > > fix it. > > > > > > So let's remove the RFBI code that doesn't even compile. > > > > NACK. I'm just about to start fixing this and hoping to get display > > working on N8x0 boards. > > > > See the other thread: https://marc.info/?l=linux-omap&m=152469100217934&w=2 > > You should be targeting omapdrm driver instead, fbdev subsystem is closed > for the new hardware support. AFAIK, based on N950 display support discussion, it's impossible to get anything new into omapdrm for a long time. And based on Tomi's comments, restoring RFBI support with omapfb should be a minor thing. A.