Re: [Intel-gfx] [PATCH v2 09/15] drm/i915: Ignore VBT int_crt_support on 830M

2014-10-24 Thread Ville Syrjälä
On Fri, Oct 24, 2014 at 04:23:22PM +0300, Jani Nikula wrote: > On Fri, 06 Jun 2014, ville.syrj...@linux.intel.com wrote: > > From: Ville Syrjälä > > > > My Fujitsu-Siemens Lifebook S6010 definitely has a VGA connector, but > > the VBT says different. Ignore the VBT for 830M since it seems such > >

Re: [Intel-gfx] [PATCH v2 09/15] drm/i915: Ignore VBT int_crt_support on 830M

2014-10-24 Thread Jani Nikula
On Fri, 06 Jun 2014, ville.syrj...@linux.intel.com wrote: > From: Ville Syrjälä > > My Fujitsu-Siemens Lifebook S6010 definitely has a VGA connector, but > the VBT says different. Ignore the VBT for 830M since it seems such > old machines would generally have a VGA connector. > > This is a regress

Re: [Intel-gfx] [PATCH v2 09/15] drm/i915: Ignore VBT int_crt_support on 830M

2014-06-07 Thread Thomas Richter
Am 07.06.2014 00:23, schrieb Daniel Vetter: On Fri, Jun 6, 2014 at 11:15 PM, Bob Paauwe wrote: + /* Fujitsu-Siemens Lifebook S6010 VBT lies */ + if (IS_I830(dev)) + return true; My old D945GNT board with a 945G and really old BIOS also has a VBT that lies about this. I gue

Re: [Intel-gfx] [PATCH v2 09/15] drm/i915: Ignore VBT int_crt_support on 830M

2014-06-06 Thread Jesse Barnes
On Sat, 7 Jun 2014 00:23:08 +0200 Daniel Vetter wrote: > On Fri, Jun 6, 2014 at 11:15 PM, Bob Paauwe wrote: > >> + /* Fujitsu-Siemens Lifebook S6010 VBT lies */ > >> + if (IS_I830(dev)) > >> + return true; > > > > My old D945GNT board with a 945G and really old BIOS also has

Re: [Intel-gfx] [PATCH v2 09/15] drm/i915: Ignore VBT int_crt_support on 830M

2014-06-06 Thread Daniel Vetter
On Fri, Jun 6, 2014 at 11:15 PM, Bob Paauwe wrote: >> + /* Fujitsu-Siemens Lifebook S6010 VBT lies */ >> + if (IS_I830(dev)) >> + return true; > > My old D945GNT board with a 945G and really old BIOS also has a VBT > that lies about this. I guess someone needs to dig out vbt d

Re: [Intel-gfx] [PATCH v2 09/15] drm/i915: Ignore VBT int_crt_support on 830M

2014-06-06 Thread Bob Paauwe
On Fri, 6 Jun 2014 22:44:12 +0300 wrote: > From: Ville Syrjälä > > My Fujitsu-Siemens Lifebook S6010 definitely has a VGA connector, but > the VBT says different. Ignore the VBT for 830M since it seems such > old machines would generally have a VGA connector. > > This is a regression caused by

Re: [Intel-gfx] [PATCH v2 09/15] drm/i915: Ignore VBT int_crt_support on 830M

2014-06-06 Thread Daniel Vetter
On Fri, Jun 06, 2014 at 10:44:12PM +0300, ville.syrj...@linux.intel.com wrote: > From: Ville Syrjälä > > My Fujitsu-Siemens Lifebook S6010 definitely has a VGA connector, but > the VBT says different. Ignore the VBT for 830M since it seems such > old machines would generally have a VGA connector.

[Intel-gfx] [PATCH v2 09/15] drm/i915: Ignore VBT int_crt_support on 830M

2014-06-06 Thread ville . syrjala
From: Ville Syrjälä My Fujitsu-Siemens Lifebook S6010 definitely has a VGA connector, but the VBT says different. Ignore the VBT for 830M since it seems such old machines would generally have a VGA connector. This is a regression caused by: commit 9c2a03c2a194c086949f25d332937ac8dc4d9f7e Autho