Commit 422531c1 authored by Daniel Vetter's avatar Daniel Vetter Committed by Greg Kroah-Hartman
Browse files

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



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: default avatarDaniel 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>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent c440eee1
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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>