On Fri, 02 Jul 2010 10:45:45 +0200, Thomas Bächler wrote:
> Am 02.07.2010 00:41, schrieb Eric Anholt:
> > On Wed, 9 Jun 2010 21:40:54 +0200, Thomas Bächler
> > wrote:
> >> On some machines (currently only the Toshiba Tecra A11 is known), the GPU
> >> locks up when modeset is forced on LID open.
Am 02.07.2010 00:41, schrieb Eric Anholt:
> On Wed, 9 Jun 2010 21:40:54 +0200, Thomas Bächler
> wrote:
>> On some machines (currently only the Toshiba Tecra A11 is known), the GPU
>> locks up when modeset is forced on LID open. This patch adds a new DMI
>> blacklist and omits modesetting for all
On some machines (currently only the Toshiba Tecra A11 is known), the GPU
locks up when modeset is forced on LID open. This patch adds a new DMI
blacklist and omits modesetting for all matches.
Fixes https://bugzilla.kernel.org/show_bug.cgi?id=15550
Signed-off-by: Thomas Bächler
---
drivers/gpu
On Wed, 9 Jun 2010 21:40:54 +0200, Thomas Bächler wrote:
> On some machines (currently only the Toshiba Tecra A11 is known), the GPU
> locks up when modeset is forced on LID open. This patch adds a new DMI
> blacklist and omits modesetting for all matches.
>
> Fixes https://bugzilla.kernel.org/s
On Wed, 9 Jun 2010 21:40:54 +0200
Thomas Bächler wrote:
> On some machines (currently only the Toshiba Tecra A11 is known), the GPU
> locks up when modeset is forced on LID open. This patch adds a new DMI
> blacklist and omits modesetting for all matches.
>
> Fixes https://bugzilla.kernel.org/s
Am 09.06.2010 21:40, schrieb Thomas Bächler:
> +
> +/* These systems claim to have LVDS, but really don't */
> +static const struct dmi_system_id intel_no_modeset_on_lid[] = {
> + {
I just noticed this copy and paste error - the comment is obviously
wrong. You should probably change the commen
On some machines (currently only the Toshiba Tecra A11 is known), the GPU
locks up when modeset is forced on LID open. This patch adds a new DMI
blacklist and omits modesetting for all matches.
Fixes https://bugzilla.kernel.org/show_bug.cgi?id=15550
---
drivers/gpu/drm/i915/intel_lvds.c | 23 ++