From mboxrd@z Thu Jan 1 00:00:00 1970 From: Philipp Grete Subject: Re: [PATCH 3.3-rc3] drm/i915: Fixes distorted external screen image on HP 2730p Date: Tue, 21 Feb 2012 12:40:20 +0100 (CET) Message-ID: References: <7461487f-7360-4441-bcbc-10f94f243985@mail> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail.haerkules.de (mail.haerkules.de [188.40.77.252]) by gabe.freedesktop.org (Postfix) with ESMTP id A20E9A09E9 for ; Tue, 21 Feb 2012 03:39:18 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by mail.haerkules.de (Postfix) with ESMTP id 6E4BDDF92 for ; Tue, 21 Feb 2012 12:40:33 +0100 (CET) Received: from mail.haerkules.de ([127.0.0.1]) by localhost (mail.haerkules.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id f-yF0PJkzdLu for ; Tue, 21 Feb 2012 12:40:21 +0100 (CET) Received: from mail.haerkules.de (mail.haerkules.de [188.40.77.252]) by mail.haerkules.de (Postfix) with ESMTP id 1046CDF91 for ; Tue, 21 Feb 2012 12:40:21 +0100 (CET) In-Reply-To: <7461487f-7360-4441-bcbc-10f94f243985@mail> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org Errors-To: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org To: intel-gfx@lists.freedesktop.org List-Id: intel-gfx@lists.freedesktop.org From: Philipp Grete Fixes LP: #796030 by removing forced pipe A on HP 2730p. Quirk has previously been introduced to fix a sleep mode problem that does not exist any more. Bugzilla: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/796030 Tested-by: Ronny Standtke Signed-off-by: Philipp Grete v2: Added Tested-by and Bugzilla Link --- diff --git a/drivers/gpu/drm/i915/intel_display.c b/drivers/gpu/drm/i915/intel_display.c index daa5743..515a1cc 100644 --- a/drivers/gpu/drm/i915/intel_display.c +++ b/drivers/gpu/drm/i915/intel_display.c @@ -8702,8 +8702,6 @@ struct intel_quirk { }; struct intel_quirk intel_quirks[] = { - /* HP Compaq 2730p needs pipe A force quirk (LP: #291555) */ - { 0x2a42, 0x103c, 0x30eb, quirk_pipea_force }, /* HP Mini needs pipe A force quirk (LP: #322104) */ { 0x27ae, 0x103c, 0x361a, quirk_pipea_force },