From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Hutchings Subject: [PATCH 2/2] i915: Apply the 'pipe A force' quirk to some more models Date: Sun, 20 Mar 2011 23:09:38 +0000 Message-ID: <1300662578.26693.303.camel@localhost> References: <1300662425.26693.301.camel@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from shadbolt.e.decadent.org.uk (shadbolt.e.decadent.org.uk [88.96.1.126]) by gabe.freedesktop.org (Postfix) with ESMTP id C50289E75B for ; Sun, 20 Mar 2011 16:35:10 -0700 (PDT) In-Reply-To: <1300662425.26693.301.camel@localhost> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org To: Chris Wilson Cc: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org Add some more IDs as listed in the old X driver. Signed-off-by: Ben Hutchings --- Is there some reason these were omitted from the kernel driver? If not, it seems sensible to include them. Ben. drivers/gpu/drm/i915/intel_display.c | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/drivers/gpu/drm/i915/intel_display.c b/drivers/gpu/drm/i915/intel_display.c index a490f75..fbba580 100644 --- a/drivers/gpu/drm/i915/intel_display.c +++ b/drivers/gpu/drm/i915/intel_display.c @@ -7342,6 +7342,8 @@ struct intel_quirk intel_quirks[] = { { 0x2a42, 0x103c, 0x30eb, quirk_pipea_force }, /* HP Mini needs pipe A force quirk (LP: #322104) */ { 0x27ae,0x103c, 0x361a, quirk_pipea_force }, + /* HP Mini 5101 needs pipe A force quirk */ + { 0x27ae, 0x103c, 0x3632, quirk_pipea_force }, /* Thinkpad R31 needs pipe A force quirk */ { 0x3577, 0x1014, 0x0505, quirk_pipea_force }, @@ -7373,6 +7375,12 @@ struct intel_quirk intel_quirks[] = { /* ThinkPad T60 needs pipe A force quirk (bug #16494) */ { 0x2782, 0x17aa, 0x201a, quirk_pipea_force }, + + /* Sony vaio VGN-SZ4MN (See LP: #212163) */ + { 0x3577, 0x104d, 0x81e6, quirk_pipea_force }, + + /* Quanta Gigabyte W251U (See LP: #244242) */ + { 0x27a2, 0x152d, 0x0755, quirk_pipea_force }, }; static void intel_init_quirks(struct drm_device *dev) -- 1.7.4.1