Re: [Intel-gfx] [PATCH RESEND FOR CI] drm/i915: Fix races on fbdev

2016-03-04 Thread Damien Lespiau
Hi Lukas, I'm sorry I haven't reacted sooner. I've enabled the option to only consider git send-email patches on intel-gfx as we were having a lot of false positives (ie patchwork considering emails were people were making suggestions with diffs as patches to test). I'm not sure how you send your

Re: [Intel-gfx] [PATCH RESEND FOR CI] drm/i915: Fix races on fbdev

2016-03-04 Thread Jani Nikula
On Thu, 03 Mar 2016, Lukas Wunner wrote: > Hi Damien, Hi Daniel, > > I've submitted the patch below for the third time now in an attempt > to get CI to test it, again to no avail. This time I didn't set the > In-Reply-To header and only submitted it as a single patch instead > of as a series becau

Re: [Intel-gfx] [PATCH RESEND FOR CI] drm/i915: Fix races on fbdev

2016-03-03 Thread Lukas Wunner
Hi Damien, Hi Daniel, I've submitted the patch below for the third time now in an attempt to get CI to test it, again to no avail. This time I didn't set the In-Reply-To header and only submitted it as a single patch instead of as a series because I expected this might confuse CI. Nevertheless CI

[Intel-gfx] [PATCH RESEND FOR CI] drm/i915: Fix races on fbdev

2016-03-03 Thread Lukas Wunner
The ->lastclose callback invokes intel_fbdev_restore_mode() and has been witnessed to run before intel_fbdev_initial_config_async() has finished. We might likewise receive hotplug events or be suspended before we've had a chance to fully set up the fbdev. Fix by waiting for the asynchronous threa