From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Richter Subject: Re: [PATCH v2 09/15] drm/i915: Ignore VBT int_crt_support on 830M Date: Sat, 07 Jun 2014 19:32:21 +0200 Message-ID: <53934CA5.1020308@math.tu-berlin.de> References: <20140606170000.GL7416@phenom.ffwll.local> <1402083852-31461-1-git-send-email-ville.syrjala@linux.intel.com> <20140606141517.7a019e72@bpaauwe-desk.fm.intel.com> <2094_1402093395_53923F53_2094_10301_1_CAKMK7uGAnNP4VR9+zXd0KD5v0Vo=XuDS=NhRNFRqHKcae7T4XQ@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: Received: from medousa.rus.uni-stuttgart.de (medousa.rus.uni-stuttgart.de [129.69.192.4]) by gabe.freedesktop.org (Postfix) with ESMTP id A0FA16E274 for ; Sat, 7 Jun 2014 10:32:33 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by medousa.rus.uni-stuttgart.de (Postfix) with ESMTP id C91C137EFC for ; Sat, 7 Jun 2014 19:32:29 +0200 (CEST) Received: from medousa.rus.uni-stuttgart.de ([127.0.0.1]) by localhost (medousa.rus.uni-stuttgart.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Mr4rFgDnaFk8 for ; Sat, 7 Jun 2014 19:32:25 +0200 (CEST) Received: from uni-stuttgart.de (mbox.uni-stuttgart.de [129.69.1.9]) by medousa.rus.uni-stuttgart.de (Postfix) with ESMTP for ; Sat, 7 Jun 2014 19:32:23 +0200 (CEST) Received: from [87.151.26.2] (account rusricht@rus.uni-stuttgart.de HELO [192.168.2.105]) by uni-stuttgart.de (CommuniGate Pro SMTP 5.3.14) with ESMTPSA id 183501641 for intel-gfx@lists.freedesktop.org; Sat, 07 Jun 2014 19:32:23 +0200 In-Reply-To: <2094_1402093395_53923F53_2094_10301_1_CAKMK7uGAnNP4VR9+zXd0KD5v0Vo=XuDS=NhRNFRqHKcae7T4XQ@mail.gmail.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" To: intel-gfx@lists.freedesktop.org List-Id: intel-gfx@lists.freedesktop.org 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 guess someone needs to dig out vbt docs then and figure out what > we've missed. Could be that the vga option is fairly new. Positive feedback on this one: WIth this patch, I can finally set VGA and internal display (DVI) to independent resolutions. Thanks! Greetings, Thomas