[PATCH] staging/xgifb: Needs to be converted to a drm driver

From: Daniel Vetter
Date: Wed Jan 16 2019 - 05:04:53 EST


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@xxxxxxxxx>
Cc: Arnaud Patard <arnaud.patard@xxxxxxxxxxx>
Cc: Daniel Vetter <daniel.vetter@xxxxxxxx>
Cc: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
---
drivers/staging/xgifb/TODO | 3 +++
1 file changed, 3 insertions(+)

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@xxxxxxxxxxx>
--
2.20.1