Re: [PATCH] drm: avoid switching to text console if there is no panic timeout

2011-11-10 Thread Andrew Morton
On Thu, 10 Nov 2011 13:15:04 -0800 Mandeep Singh Baines wrote: > David Rientjes (rient...@google.com) wrote: > > On Mon, 17 Oct 2011, David Rientjes wrote: > > > > > On Mon, 17 Oct 2011, Mandeep Singh Baines wrote: > > > > > > > From: Hugh Dickins > > > > > > > > Add a check for panic_timeout

Re: [PATCH] drm: avoid switching to text console if there is no panic timeout

2011-11-10 Thread Dave Airlie
On Thu, Nov 10, 2011 at 9:15 PM, Mandeep Singh Baines wrote: > David Rientjes (rient...@google.com) wrote: >> On Mon, 17 Oct 2011, David Rientjes wrote: >> >> > On Mon, 17 Oct 2011, Mandeep Singh Baines wrote: >> > >> > > From: Hugh Dickins >> > > >> > > Add a check for panic_timeout in the drm_f

Re: [PATCH] drm: avoid switching to text console if there is no panic timeout

2011-11-10 Thread Mandeep Singh Baines
David Rientjes (rient...@google.com) wrote: > On Mon, 17 Oct 2011, David Rientjes wrote: > > > On Mon, 17 Oct 2011, Mandeep Singh Baines wrote: > > > > > From: Hugh Dickins > > > > > > Add a check for panic_timeout in the drm_fb_helper_panic() notifier: if > > > we're going to reboot immediatel

Re: [PATCH] drm: avoid switching to text console if there is no panic timeout

2011-11-10 Thread David Rientjes
On Mon, 17 Oct 2011, David Rientjes wrote: > On Mon, 17 Oct 2011, Mandeep Singh Baines wrote: > > > From: Hugh Dickins > > > > Add a check for panic_timeout in the drm_fb_helper_panic() notifier: if > > we're going to reboot immediately, the user will not be able to see the > > messages anyway,

Re: [PATCH] drm: avoid switching to text console if there is no panic timeout

2011-10-19 Thread Dave Young
On Wed, Oct 19, 2011 at 2:29 AM, Mandeep Singh Baines wrote: > Dave Young (hidave.darks...@gmail.com) wrote: >> On Tue, Oct 18, 2011 at 10:19 AM, Dave Young >> wrote: >> > On Tue, Oct 18, 2011 at 8:06 AM, Mandeep Singh Baines >> > wrote: >> >> From: Hugh Dickins >> >> >> >> Add a check for pa

Re: [PATCH] drm: avoid switching to text console if there is no panic timeout

2011-10-19 Thread Dave Young
On Tue, Oct 18, 2011 at 10:19 AM, Dave Young wrote: > On Tue, Oct 18, 2011 at 8:06 AM, Mandeep Singh Baines > wrote: >> From: Hugh Dickins >> >> Add a check for panic_timeout in the drm_fb_helper_panic() notifier: if >> we're going to reboot immediately, the user will not be able to see the >>

Re: [PATCH] drm: avoid switching to text console if there is no panic timeout

2011-10-19 Thread Dave Young
On Tue, Oct 18, 2011 at 8:06 AM, Mandeep Singh Baines wrote: > From: Hugh Dickins > > Add a check for panic_timeout in the drm_fb_helper_panic() notifier: if > we're going to reboot immediately, the user will not be able to see the > messages anyway, and messing with the video mode may display ar

Re: [PATCH] drm: avoid switching to text console if there is no panic timeout

2011-10-18 Thread Mandeep Singh Baines
Dave Young (hidave.darks...@gmail.com) wrote: > On Tue, Oct 18, 2011 at 10:19 AM, Dave Young > wrote: > > On Tue, Oct 18, 2011 at 8:06 AM, Mandeep Singh Baines > > wrote: > >> From: Hugh Dickins > >> > >> Add a check for panic_timeout in the drm_fb_helper_panic() notifier: if > >> we're going

Re: [PATCH] drm: avoid switching to text console if there is no panic timeout

2011-10-17 Thread Stéphane Marchesin
On Mon, Oct 17, 2011 at 17:06, Mandeep Singh Baines wrote: > From: Hugh Dickins > > Add a check for panic_timeout in the drm_fb_helper_panic() notifier: if > we're going to reboot immediately, the user will not be able to see the > messages anyway, and messing with the video mode may display arti

Re: [PATCH] drm: avoid switching to text console if there is no panic timeout

2011-10-17 Thread David Rientjes
On Mon, 17 Oct 2011, Mandeep Singh Baines wrote: > From: Hugh Dickins > > Add a check for panic_timeout in the drm_fb_helper_panic() notifier: if > we're going to reboot immediately, the user will not be able to see the > messages anyway, and messing with the video mode may display artifacts, >