From patchwork Fri Jul 10 08:01:25 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Timo Aaltonen X-Patchwork-Id: 493676 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) by ozlabs.org (Postfix) with ESMTP id 776371402B0; Fri, 10 Jul 2015 18:01:43 +1000 (AEST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1ZDTFU-0001IV-JK; Fri, 10 Jul 2015 08:01:32 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1ZDTFO-0001IK-CB for kernel-team@lists.ubuntu.com; Fri, 10 Jul 2015 08:01:26 +0000 Received: from mobile-user-2e84bc-24.dhcp.inet.fi ([46.132.188.24] helo=eldon.tyrell) by youngberry.canonical.com with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.76) (envelope-from ) id 1ZDTFO-00039P-6P for kernel-team@lists.ubuntu.com; Fri, 10 Jul 2015 08:01:26 +0000 From: Timo Aaltonen To: kernel-team@lists.ubuntu.com Subject: [Wily] [PATCH] UBUNTU: [Config] Disable CONFIG_DRM_I915_PRELIMINARY_HW_SUPPORT Date: Fri, 10 Jul 2015 11:01:25 +0300 Message-Id: <1436515285-12099-1-git-send-email-tjaalton@ubuntu.com> X-Mailer: git-send-email 2.1.4 X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.14 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: kernel-team-bounces@lists.ubuntu.com From: Timo Aaltonen BugLink: http://bugs.launchpad.net/bugs/1473319 Signed-off-by: Timo Aaltonen --- debian.master/config/annotations | 2 +- debian.master/config/config.common.ubuntu | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/debian.master/config/annotations b/debian.master/config/annotations index f89cf83..6820ffc 100644 --- a/debian.master/config/annotations +++ b/debian.master/config/annotations @@ -640,7 +640,7 @@ CONFIG_DRM_EXYNOS_IPP p policy<{'armhf': 'n'}> # Menu: Device Drivers >> Graphics support >> Direct Rendering Manager >> Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) >> Intel 8xx/9xx/G3x/G4x/HD Graphics CONFIG_DRM_I915_FBDEV y -CONFIG_DRM_I915_PRELIMINARY_HW_SUPPORT y +CONFIG_DRM_I915_PRELIMINARY_HW_SUPPORT n note # Menu: Device Drivers >> Graphics support >> Direct Rendering Manager >> Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) >> Intel GMA5/600 KMS Framebuffer CONFIG_DRM_GMA600 y diff --git a/debian.master/config/config.common.ubuntu b/debian.master/config/config.common.ubuntu index 41be4fe..86e3027 100644 --- a/debian.master/config/config.common.ubuntu +++ b/debian.master/config/config.common.ubuntu @@ -1785,7 +1785,6 @@ CONFIG_DRM_I810=m CONFIG_DRM_I915=m CONFIG_DRM_I915_FBDEV=y CONFIG_DRM_I915_KMS=y -CONFIG_DRM_I915_PRELIMINARY_HW_SUPPORT=y CONFIG_DRM_IMX=m CONFIG_DRM_IMX_FB_HELPER=m CONFIG_DRM_IMX_HDMI=m