Re: [PATCH] fbcon: Initialize ops->info early

2017-11-13 Thread Bartlomiej Zolnierkiewicz
On Monday, November 13, 2017 10:45:46 AM Thierry Reding wrote: > From: Thierry Reding > > During console takeover, which happens for all DRM/KMS setups using the > fbdev helpers, fbcon_startup() is called before fbcon_init() and as a > result con2fb_acquire_newinfo() will not be called (info->fbc

[PATCH] fbcon: Initialize ops->info early

2017-11-13 Thread Thierry Reding
From: Thierry Reding During console takeover, which happens for all DRM/KMS setups using the fbdev helpers, fbcon_startup() is called before fbcon_init() and as a result con2fb_acquire_newinfo() will not be called (info->fbcon_par was set to non-NULL in fbcon_startup()) to assign ops->info. This