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
> >
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
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
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
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
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
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.
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