On Tue, Nov 28, 2017 at 6:47 AM, Daniel Vetter <[email protected]> wrote: > fbdev is closed for new drivers, drm won't take anything but atomic > drivers. > > Cc: Greg Kroah-Hartman <[email protected]> > Cc: Sudip Mukherjee <[email protected]> > Cc: Teddy Wang <[email protected]> > Cc: Sudip Mukherjee <[email protected]> > Cc: Bartlomiej Zolnierkiewicz <[email protected]> > Cc: [email protected] > Signed-off-by: Daniel Vetter <[email protected]>
Acked-by: Alex Deucher <[email protected]> > --- > drivers/staging/sm750fb/TODO | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/staging/sm750fb/TODO b/drivers/staging/sm750fb/TODO > index a3a877d90066..f710ab15abfe 100644 > --- a/drivers/staging/sm750fb/TODO > +++ b/drivers/staging/sm750fb/TODO > @@ -6,8 +6,8 @@ TODO: > - check on hardware effects of removal of USE_HW_I2C and USE_DVICHIP (these > two > are supposed to be sample code which is given here if someone wants to > use those functionalities) > -- move it to drivers/video/fbdev > -- modify the code for drm framework > +- must be ported to the atomic kms framework in the drm subsystem (which will > + give you a basic fbdev driver for free) > > Please send any patches to > Greg Kroah-Hartman <[email protected]> > -- > 2.15.0 > > _______________________________________________ > dri-devel mailing list > [email protected] > https://lists.freedesktop.org/mailman/listinfo/dri-devel

