From patchwork Wed May 31 15:10:58 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paolo Pisati X-Patchwork-Id: 769206 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 3wdDSw05njz9s74; Thu, 1 Jun 2017 01:11:12 +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 1dG5HB-0000Iw-5I; Wed, 31 May 2017 15:11:09 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1dG5H3-0000I8-AE for kernel-team@lists.ubuntu.com; Wed, 31 May 2017 15:11:01 +0000 Received: from 1.general.ppisati.uk.vpn ([10.172.193.134] helo=canonical.com) by youngberry.canonical.com with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.76) (envelope-from ) id 1dG5H3-0005l9-0G for kernel-team@lists.ubuntu.com; Wed, 31 May 2017 15:11:01 +0000 From: Paolo Pisati To: kernel-team@lists.ubuntu.com Subject: [PATCH 2/3] UBUNTU: [Config] disable FB_SIMPLE Date: Wed, 31 May 2017 17:10:58 +0200 Message-Id: <1496243459-19824-3-git-send-email-paolo.pisati@canonical.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1496243459-19824-1-git-send-email-paolo.pisati@canonical.com> References: <1496243459-19824-1-git-send-email-paolo.pisati@canonical.com> 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 If we built-in FB_SIMPLE, it will attach earlier than FB_BCM2708 and reaps the framebuffer memory, resulting in garbage being displayed in screen - unfortunately it can't be compiled as a module, so we need to completely disable it. Signed-off-by: Paolo Pisati --- debian.raspi2/config/config.common.ubuntu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian.raspi2/config/config.common.ubuntu b/debian.raspi2/config/config.common.ubuntu index 63064ad..12bdceb 100644 --- a/debian.raspi2/config/config.common.ubuntu +++ b/debian.raspi2/config/config.common.ubuntu @@ -1579,7 +1579,7 @@ CONFIG_FB_NOTIFY=y CONFIG_FB_OPENCORES=m CONFIG_FB_RPISENSE=m CONFIG_FB_S1D13XXX=m -CONFIG_FB_SIMPLE=y +# CONFIG_FB_SIMPLE is not set CONFIG_FB_SM501=m CONFIG_FB_SMSCUFX=m CONFIG_FB_SSD1307=m