Re: [Intel-gfx] Display port

2011-02-15 Thread Thomas Bächler
Am 15.02.2011 12:40, schrieb Alexandre: > Hello, > > I have an HP probook 5320m shipped with an intel GPU. > > lspci > 00:02.0 VGA compatible controller: Intel Corporation Core Processor > Integrated Graphics Controller (rev 02) (prog-if 00 [VGA controller]) > Subsystem: Hewlett-Packard Compa

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

2010-07-02 Thread Thomas Bächler
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 a

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

2010-07-02 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 Signed-off-by: Thomas Bächler --- drivers

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 pr

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

Re: [Intel-gfx] [PATCH 1/4] introduce intel_ring_buffer structure

2010-05-08 Thread Thomas Bächler
Am 07.05.2010 23:34, schrieb Eric Anholt: > On Thu, 6 May 2010 09:20:02 +0800, Zou Nan hai wrote: >> introduce intel_ring_buffer structure. >> sequential number, IRQ logic and hardware status page >> were included in the intel_ring_buffer structure > > I tried to go apply this patch series once