Den 02.04.2019 09.55, skrev Daniel Vetter:
> On Mon, Apr 01, 2019 at 04:13:58PM +0200, Noralf Trønnes wrote:
>> Hotplug can happen while drm_fbdev_generic_setup() is running so move
>> drm_client_add() call after setup is done to avoid
>> drm_fbdev_client_hotplug() running in two threads at the s
On Mon, Apr 01, 2019 at 04:13:58PM +0200, Noralf Trønnes wrote:
> Hotplug can happen while drm_fbdev_generic_setup() is running so move
> drm_client_add() call after setup is done to avoid
> drm_fbdev_client_hotplug() running in two threads at the same time.
>
> Fixes: 9060d7f49376 ("drm/fb-helper
Hotplug can happen while drm_fbdev_generic_setup() is running so move
drm_client_add() call after setup is done to avoid
drm_fbdev_client_hotplug() running in two threads at the same time.
Fixes: 9060d7f49376 ("drm/fb-helper: Finish the generic fbdev emulation")
Reported-by: Daniel Vetter
Signed-