Re: [Intel-gfx] [PATCH] gpu/drm/i915: Add a blacklist to omit modeset on LID open

2010-07-26 Thread Eric Anholt
On Fri, 02 Jul 2010 10:45:45 +0200, Thomas Bächler tho...@archlinux.org wrote: Am 02.07.2010 00:41, schrieb Eric Anholt: On Wed, 9 Jun 2010 21:40:54 +0200, Thomas Bächler tho...@archlinux.org wrote: On some machines (currently only the Toshiba Tecra A11 is known), the GPU locks up when

Re: [Intel-gfx] [PATCH] gpu/drm/i915: Add a blacklist to omit modeset on LID open

2010-07-01 Thread Eric Anholt
On Wed, 9 Jun 2010 21:40:54 +0200, Thomas Bächler tho...@archlinux.org 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

Re: [Intel-gfx] [PATCH] gpu/drm/i915: Add a blacklist to omit modeset on LID open

2010-06-18 Thread Jesse Barnes
On Wed, 9 Jun 2010 21:40:54 +0200 Thomas Bächler tho...@archlinux.org 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

Re: [Intel-gfx] [PATCH] gpu/drm/i915: Add a blacklist to omit modeset on LID open

2010-06-10 Thread Thomas Bächler
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 comment

[Intel-gfx] [PATCH] gpu/drm/i915: Add a blacklist to omit modeset on LID open

2010-06-09 Thread Thomas Bächler
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