From: Daniel Vetter Date: Wed, 16 Jan 2019 10:04:40 +0000 (+0100) Subject: staging/xgifb: Needs to be converted to a drm driver X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=422531c173696efc91815a12adcfb0dcd4016841;p=linux.git 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: Daniel Vetter Cc: Arnaud Patard Cc: Daniel Vetter Cc: Greg Kroah-Hartman Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/xgifb/TODO b/drivers/staging/xgifb/TODO index 7eb99140a3993..a1e25957bf1b2 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