From patchwork Wed Sep 26 23:33:23 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Greg KH X-Patchwork-Id: 1511951 Return-Path: X-Original-To: patchwork-dri-devel@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by patchwork1.kernel.org (Postfix) with ESMTP id 5B8DD40079 for ; Thu, 27 Sep 2012 06:38:48 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 3BF2D9F386 for ; Wed, 26 Sep 2012 23:38:48 -0700 (PDT) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-pb0-f49.google.com (mail-pb0-f49.google.com [209.85.160.49]) by gabe.freedesktop.org (Postfix) with ESMTP id 110A39E76E for ; Wed, 26 Sep 2012 16:33:34 -0700 (PDT) Received: by pbcxa7 with SMTP id xa7so1453302pbc.36 for ; Wed, 26 Sep 2012 16:33:33 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=subject:to:cc:from:date:message-id:mime-version:content-type :content-transfer-encoding:x-gm-message-state; bh=yHR7xZ7h9VOn4vlhEvLBCTTUVua/ymbrqGRyIQ3FDs8=; b=bb5/UnJbuP2a6oWpuWWUf0E1kpcZtXGtbBDx1CaEZCqH6We8HRxVO6jAnHrE5/r0VQ 9s+/bLk1yuDyC3PZHFdvsUyNkx8epwlvKrWVAVDhMIwyo5DJ1s/6i3FUVkLeSnyUH9we +A5v3SAv7pJIii4HXqfvRaflPr2YDK+7RM2mbJ04K8s0OQNRoJjHblyVG0U3RlP00XLg JUgRNPcTRGVClvzDrpwIdJNDJkgEG6UqMG2PScyPWVD3Zc8wxPdZRTqdTiA/XvBwBGth S/5BAALUG6CTAYBwod3mnhj7mIW83RLZ85NyZULmscpesPpl2A2qCIIg+Ikoq57+KsPU XcMg== Received: by 10.68.221.166 with SMTP id qf6mr6589440pbc.54.1348702413808; Wed, 26 Sep 2012 16:33:33 -0700 (PDT) Received: from localhost (c-67-168-183-230.hsd1.wa.comcast.net. [67.168.183.230]) by mx.google.com with ESMTPS id sj5sm2775963pbc.30.2012.09.26.16.33.31 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 26 Sep 2012 16:33:32 -0700 (PDT) Subject: Patch "drm: Add EDID_QUIRK_FORCE_REDUCED_BLANKING for ASUS VW222S" has been added to the 3.5-stable tree To: paulepanter@users.sourceforge.net, airlied@redhat.com, ajax@redhat.com, arequipeno@gmail.com, dri-devel@lists.freedesktop.org, gregkh@linuxfoundation.org From: Date: Wed, 26 Sep 2012 16:33:23 -0700 Message-ID: <13487024031193@kroah.org> MIME-Version: 1.0 X-Gm-Message-State: ALoCoQl0TATyc4PR+692Vu/ta2NVpJbwLZhmolhrLIO5FZesi+Cnal3b9/iSfctlbPsTqoQSHeNG X-Mailman-Approved-At: Wed, 26 Sep 2012 23:33:15 -0700 Cc: stable@vger.kernel.org, stable-commits@vger.kernel.org X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces+patchwork-dri-devel=patchwork.kernel.org@lists.freedesktop.org Errors-To: dri-devel-bounces+patchwork-dri-devel=patchwork.kernel.org@lists.freedesktop.org This is a note to let you know that I've just added the patch titled drm: Add EDID_QUIRK_FORCE_REDUCED_BLANKING for ASUS VW222S to the 3.5-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: drm-add-edid_quirk_force_reduced_blanking-for-asus-vw222s.patch and it can be found in the queue-3.5 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let know about it. From 6f33814bd4d9cfe76033a31b1c0c76c960cd8e4b Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Wed, 8 Aug 2012 23:12:19 +0200 Subject: drm: Add EDID_QUIRK_FORCE_REDUCED_BLANKING for ASUS VW222S From: Paul Menzel commit 6f33814bd4d9cfe76033a31b1c0c76c960cd8e4b upstream. Connecting an ASUS VW222S [1] over VGA a garbled screen is shown with vertical stripes in the top half. In commit bc42aabc [2] commit bc42aabc6a01b92b0f961d65671564e0e1cd7592 Author: Adam Jackson Date: Wed May 23 16:26:54 2012 -0400 drm/edid/quirks: ViewSonic VA2026w Adam Jackson added the quirk `EDID_QUIRK_FORCE_REDUCED_BLANKING` which is also needed for this ASUS monitor. All log files and output from `xrandr` is included in the referenced Bugzilla report #17629. Please note that this monitor only has a VGA (D-Sub) connector [1]. [1] http://www.asus.com/Display/LCD_Monitors/VW222S/ [2] http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=commit;h=bc42aabc6a01b92b0f961d65671564e0e1cd7592 Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=17629 Signed-off-by: Paul Menzel Cc: Cc: Adam Jackson Cc: Ian Pilcher Signed-off-by: Dave Airlie Signed-off-by: Greg Kroah-Hartman --- drivers/gpu/drm/drm_edid.c | 3 +++ 1 file changed, 3 insertions(+) Patches currently in stable-queue which might be from paulepanter@users.sourceforge.net are queue-3.5/drm-add-edid_quirk_force_reduced_blanking-for-asus-vw222s.patch --- a/drivers/gpu/drm/drm_edid.c +++ b/drivers/gpu/drm/drm_edid.c @@ -87,6 +87,9 @@ static struct edid_quirk { int product_id; u32 quirks; } edid_quirk_list[] = { + /* ASUS VW222S */ + { "ACI", 0x22a2, EDID_QUIRK_FORCE_REDUCED_BLANKING }, + /* Acer AL1706 */ { "ACR", 44358, EDID_QUIRK_PREFER_LARGE_60 }, /* Acer F51 */