[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 (rientjes at 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

[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 (rientjes at 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

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

2011-11-10 Thread Mandeep Singh Baines
David Rientjes (rientjes at 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

[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

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 hu...@chromium.org 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

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 hu...@chromium.org Add a check for panic_timeout in the drm_fb_helper_panic() notifier: if we're going to reboot

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 m...@chromium.org 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 hu...@chromium.org Add a check for panic_timeout

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 m...@chromium.org 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 hu...@chromium.org Add a check for

[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.darkstar at 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 > > chromium.org> wrote: >> >> From: Hugh Dickins >> >> >> >>

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 m...@chromium.org wrote: From: Hugh Dickins hu...@chromium.org 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

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 hidave.darks...@gmail.com wrote: On Tue, Oct 18, 2011 at 8:06 AM, Mandeep Singh Baines m...@chromium.org wrote: From: Hugh Dickins hu...@chromium.org Add a check for panic_timeout in the drm_fb_helper_panic() notifier: if we're going to reboot

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 m...@chromium.org wrote: Dave Young (hidave.darks...@gmail.com) wrote: On Tue, Oct 18, 2011 at 10:19 AM, Dave Young hidave.darks...@gmail.com wrote: On Tue, Oct 18, 2011 at 8:06 AM, Mandeep Singh Baines m...@chromium.org wrote: From:

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

2011-10-18 Thread Mandeep Singh Baines
Dave Young (hidave.darkstar at 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

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

2011-10-18 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

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

2011-10-18 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

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 hidave.darks...@gmail.com wrote: On Tue, Oct 18, 2011 at 8:06 AM, Mandeep Singh Baines m...@chromium.org wrote: From: Hugh Dickins hu...@chromium.org Add a check for panic_timeout in the

[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

[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, >

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

2011-10-17 Thread Mandeep Singh Baines
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, and certainly get into several layers of

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 hu...@chromium.org 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

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 m...@chromium.org wrote: From: Hugh Dickins hu...@chromium.org 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