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

2014-06-06 Thread Daniel Vetter
On Thu, Jun 05, 2014 at 07:15:58PM +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 09/15] drm/i915: Ignore VBT int_crt_support on 830M

2014-06-05 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