Re: [Intel-gfx] [PATCH 11/13] drm/i915: Protect against deferred fbdev setup

2017-07-05 Thread Daniel Vetter
On Wed, Jul 05, 2017 at 12:08:15PM +0200, Maarten Lankhorst wrote: > Op 04-07-17 om 17:18 schreef Daniel Vetter: > > We could probably hit this already with our current async fbdev init, > > but it's much easier to hit this with the new deferred fbdev setup > > that I'm working on polishing. > > >

Re: [Intel-gfx] [PATCH 11/13] drm/i915: Protect against deferred fbdev setup

2017-07-05 Thread Maarten Lankhorst
Op 04-07-17 om 17:18 schreef Daniel Vetter: > We could probably hit this already with our current async fbdev init, > but it's much easier to hit this with the new deferred fbdev setup > that I'm working on polishing. > > Cc: Maarten Lankhorst > Reported-by: Maarten Lankhorst > Signed-off-by: Dan

[Intel-gfx] [PATCH 11/13] drm/i915: Protect against deferred fbdev setup

2017-07-04 Thread Daniel Vetter
We could probably hit this already with our current async fbdev init, but it's much easier to hit this with the new deferred fbdev setup that I'm working on polishing. Cc: Maarten Lankhorst Reported-by: Maarten Lankhorst Signed-off-by: Daniel Vetter --- drivers/gpu/drm/i915/i915_debugfs.c | 2