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ä ville.syrj...@linux.intel.com 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

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ä ville.syrj...@linux.intel.com My Fujitsu-Siemens Lifebook S6010 definitely has a VGA connector, but the VBT says different. Ignore the VBT for 830M

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 Paauwebob.j.paa...@intel.com 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

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ä ville.syrj...@linux.intel.com 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

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 ville.syrj...@linux.intel.com wrote: From: Ville Syrjälä ville.syrj...@linux.intel.com 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

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 bob.j.paa...@intel.com 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

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 dan...@ffwll.ch wrote: On Fri, Jun 6, 2014 at 11:15 PM, Bob Paauwe bob.j.paa...@intel.com wrote: + /* Fujitsu-Siemens Lifebook S6010 VBT lies */ + if (IS_I830(dev)) + return true; My old D945GNT board with a 945G and