[PATCH] drm/fb-helper: don't sleep for screen unblank when an oopps is in progress

2013-02-13 Thread Rob Clark
On Sun, Jan 27, 2013 at 12:42 PM, Daniel Vetter wrote: > Otherwise the system will burn even brighter and worse, leave the user > wondering what's going on exactly. > > Since we already have a panic handler which will (try) to restore the > entire fbdev console mode, we can just bail out. Inspire

Re: [PATCH] drm/fb-helper: don't sleep for screen unblank when an oopps is in progress

2013-02-13 Thread Rob Clark
On Sun, Jan 27, 2013 at 12:42 PM, Daniel Vetter wrote: > Otherwise the system will burn even brighter and worse, leave the user > wondering what's going on exactly. > > Since we already have a panic handler which will (try) to restore the > entire fbdev console mode, we can just bail out. Inspired

[PATCH] drm/fb-helper: don't sleep for screen unblank when an oopps is in progress

2013-01-27 Thread Daniel Vetter
Otherwise the system will burn even brighter and worse, leave the user wondering what's going on exactly. Since we already have a panic handler which will (try) to restore the entire fbdev console mode, we can just bail out. Inspired by a patch from Konstantin Khlebnikov. The callchain leading to

[PATCH] drm/fb-helper: don't sleep for screen unblank when an oopps is in progress

2013-01-27 Thread Daniel Vetter
Otherwise the system will burn even brighter and worse, leave the user wondering what's going on exactly. Since we already have a panic handler which will (try) to restore the entire fbdev console mode, we can just bail out. Inspired by a patch from Konstantin Khlebnikov. The callchain leading to