diff mbox series

staging/xgifb: Needs to be converted to a drm driver

Message ID 20190116100440.10071-1-daniel.vetter@ffwll.ch (mailing list archive)
State New, archived
Headers show
Series staging/xgifb: Needs to be converted to a drm driver | expand

Commit Message

Daniel Vetter Jan. 16, 2019, 10:04 a.m. UTC
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 <daniel.vetter@intel.com>
Cc: Arnaud Patard <arnaud.patard@rtp-net.org>
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
 drivers/staging/xgifb/TODO | 3 +++
 1 file changed, 3 insertions(+)

Comments

Greg Kroah-Hartman Jan. 16, 2019, 3:41 p.m. UTC | #1
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 <daniel.vetter@intel.com>
> Cc: Arnaud Patard <arnaud.patard@rtp-net.org>
> Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> ---
>  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
diff mbox series

Patch

diff --git a/drivers/staging/xgifb/TODO b/drivers/staging/xgifb/TODO
index 7eb99140a399..a1e25957bf1b 100644
--- a/drivers/staging/xgifb/TODO
+++ b/drivers/staging/xgifb/TODO
@@ -9,5 +9,8 @@  TODO:
 - remove useless/wrong/unused code...
 - get rid of non-linux related stuff
 
+This needs to become a drm driver, the fbdev subsystem doesn't take new drivers
+anymore.
+
 Please send patches to:
 Arnaud Patard <arnaud.patard@rtp-net.org>