Re: [PATCH] KMS: Do the actual mode setting from asynchronous context

2009-03-27 Thread Arjan van de Ven
2009 13:32:47 -0700 > > Subject: [PATCH] KMS: Do the actual mode setting from asynchronous > > context > > > > The mode setting (and the expensive part of mode detection) can take > > quite a bit of time, and will delay the kernel boot quite a bit. > > > > Thi

Re: [PATCH] KMS: Do the actual mode setting from asynchronous context

2009-03-27 Thread Jesse Barnes
On Mon, 23 Mar 2009 13:46:23 -0700 Arjan van de Ven wrote: > >From dfe256fc9d28f240f1a84fb4c3dfed4a4e18d5d4 Mon Sep 17 00:00:00 > >2001 > From: Arjan van de Ven > Date: Mon, 23 Mar 2009 13:32:47 -0700 > Subject: [PATCH] KMS: Do the actual mode setting from asynchronous &g

[PATCH] KMS: Do the actual mode setting from asynchronous context

2009-03-23 Thread Arjan van de Ven
>From dfe256fc9d28f240f1a84fb4c3dfed4a4e18d5d4 Mon Sep 17 00:00:00 2001 From: Arjan van de Ven Date: Mon, 23 Mar 2009 13:32:47 -0700 Subject: [PATCH] KMS: Do the actual mode setting from asynchronous context The mode setting (and the expensive part of mode detection) can take quite a bit of t