Re: [PATCH 1/4] fbcon: Make fbcon a built-time depency for fbdev

2017-08-01 Thread Bartlomiej Zolnierkiewicz
On Wednesday, July 12, 2017 12:40:45 PM Bartlomiej Zolnierkiewicz wrote: > On Thursday, July 06, 2017 02:57:32 PM Daniel Vetter wrote: > > There's a bunch of folks who're trying to make printk less > > contended and faster, but there's a problem: printk uses the > > console_lock, and the console lo

Re: [PATCH 1/4] fbcon: Make fbcon a built-time depency for fbdev

2017-07-13 Thread Daniel Vetter
On Thu, Jul 13, 2017 at 4:47 PM, Sean Paul wrote: > On Thu, Jul 06, 2017 at 02:57:32PM +0200, Daniel Vetter wrote: > > > >> Cc: dri-devel@lists.freedesktop.org >> Signed-off-by: Daniel Vetter > > Just 2 nits, code looks good. > > Reviewed-by: Sean Paul > >> --- >> v2: Switch to building fbcon c

Re: [PATCH 1/4] fbcon: Make fbcon a built-time depency for fbdev

2017-07-13 Thread Sean Paul
On Thu, Jul 06, 2017 at 02:57:32PM +0200, Daniel Vetter wrote: > Cc: dri-devel@lists.freedesktop.org > Signed-off-by: Daniel Vetter Just 2 nits, code looks good. Reviewed-by: Sean Paul > --- > v2: Switch to building fbcon code into fb.ko right away because the > cheap trick leads to a modul

Re: [PATCH 1/4] fbcon: Make fbcon a built-time depency for fbdev

2017-07-12 Thread Bartlomiej Zolnierkiewicz
On Thursday, July 06, 2017 02:57:32 PM Daniel Vetter wrote: > There's a bunch of folks who're trying to make printk less > contended and faster, but there's a problem: printk uses the > console_lock, and the console lock has become the BKL for all things > fbdev/fbcon, which in turn pulled in half