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
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
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
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