Re: [Intel-gfx] [PATCH 2/2] drm/fb_helper: move deferred fb checking into restore mode

2014-11-25 Thread Daniel Vetter
On Wed, Nov 26, 2014 at 01:17:23PM +1000, Dave Airlie wrote: > From: Dave Airlie > > On MST systems the monitors don't appear when we set the fb up, > but plymouth opens the drm device and holds it open while they > come up, when plymouth finishes and lastclose gets called we > don't do the delay

[Intel-gfx] [PATCH 2/2] drm/fb_helper: move deferred fb checking into restore mode

2014-11-25 Thread Dave Airlie
From: Dave Airlie On MST systems the monitors don't appear when we set the fb up, but plymouth opens the drm device and holds it open while they come up, when plymouth finishes and lastclose gets called we don't do the delayed fb probe, so the monitor never appears on the console. Fix this by mo