From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Kroah-Hartman Subject: Re: [PATCH] staging/xgifb: Needs to be converted to a drm driver Date: Wed, 16 Jan 2019 16:41:16 +0100 Message-ID: <20190116154116.GD871@kroah.com> References: <20190116100440.10071-1-daniel.vetter@ffwll.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20190116100440.10071-1-daniel.vetter@ffwll.ch> Sender: linux-kernel-owner@vger.kernel.org To: Daniel Vetter Cc: DRI Development , LKML , Daniel Vetter , Arnaud Patard List-Id: dri-devel@lists.freedesktop.org On Wed, Jan 16, 2019 at 11:04:40AM +0100, Daniel Vetter wrote: > The fbdev subsystem is closed for new drivers, those need to become > drm ones (which generally results in smaller drivers nowadays, with > the massive amounts of shared infrastructure and helper libraries drm > has). > > Although given the lack of progress since 2010, maybe time to ditch it > from staging outright? > > Signed-off-by: Daniel Vetter > Cc: Arnaud Patard > Cc: Daniel Vetter > Cc: Greg Kroah-Hartman > --- > drivers/staging/xgifb/TODO | 3 +++ > 1 file changed, 3 insertions(+) No one has done anything with this code for over the past year, so I'll just go delete it, after applying this patch, so that if it does get reverted, the TODO item will stay :) thanks, greg k-h