From patchwork Fri Nov 1 06:43:00 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hui Wang X-Patchwork-Id: 1187791 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.ubuntu.com (client-ip=91.189.94.19; helo=huckleberry.canonical.com; envelope-from=kernel-team-bounces@lists.ubuntu.com; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=canonical.com Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 474CLv4Vhnz9sPj; Fri, 1 Nov 2019 17:43:19 +1100 (AEDT) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1iQQeO-0005Bm-T2; Fri, 01 Nov 2019 06:43:12 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1iQQeN-0005BV-KU for kernel-team@lists.ubuntu.com; Fri, 01 Nov 2019 06:43:11 +0000 Received: from [125.35.49.90] (helo=localhost.localdomain) by youngberry.canonical.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1iQQeM-0006vR-Lm for kernel-team@lists.ubuntu.com; Fri, 01 Nov 2019 06:43:11 +0000 From: Hui Wang To: kernel-team@lists.ubuntu.com Subject: [SRU][Eoan][linux-raspi2][PATCH 1/1] UBUNTU: raspi2: [Config] CONFIG_DRM_V3D=m Date: Fri, 1 Nov 2019 14:43:00 +0800 Message-Id: <20191101064300.16073-2-hui.wang@canonical.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20191101064300.16073-1-hui.wang@canonical.com> References: <20191101064300.16073-1-hui.wang@canonical.com> X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.20 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" BugLink: https://bugs.launchpad.net/bugs/1850876 Users reported that we should enable the DRM_V3D, this driver could work together with DRM_VC4, then greatly reduce the graphical overhead of CPU since most of graphical works move to GPU. Signed-off-by: Hui Wang Acked-by: Juerg Haefliger Acked-by: Connor Kuehl --- debian.raspi2/config/annotations | 1 + debian.raspi2/config/config.common.ubuntu | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian.raspi2/config/annotations b/debian.raspi2/config/annotations index c22a50d878b9..f94a960ef4ff 100644 --- a/debian.raspi2/config/annotations +++ b/debian.raspi2/config/annotations @@ -1542,6 +1542,7 @@ CONFIG_DRM_TEGRA policy<{'armhf-generic': 'm'}> CONFIG_DRM_TEGRA_DEBUG policy<{'armhf-generic': 'n'}> CONFIG_DRM_TEGRA_STAGING policy<{'armhf-generic': 'y'}> CONFIG_DRM_STI policy<{'armhf': 'n'}> +CONFIG_DRM_V3D policy<{'arm64': 'm', 'armhf': 'm'}>note CONFIG_DRM_VC4 policy<{'arm64': 'm'}> CONFIG_DRM_ETNAVIV policy<{'armhf-generic': 'm'}> CONFIG_DRM_ETNAVIV_REGISTER_LOGGING policy<{'armhf-generic': 'n'}> diff --git a/debian.raspi2/config/config.common.ubuntu b/debian.raspi2/config/config.common.ubuntu index 964e030c398a..89cc11c7edce 100644 --- a/debian.raspi2/config/config.common.ubuntu +++ b/debian.raspi2/config/config.common.ubuntu @@ -1836,7 +1836,7 @@ CONFIG_DRM_TOSHIBA_TC358767=m CONFIG_DRM_TTM=m CONFIG_DRM_TVE200=m CONFIG_DRM_UDL=m -# CONFIG_DRM_V3D is not set +CONFIG_DRM_V3D=m CONFIG_DRM_VC4=m # CONFIG_DRM_VC4_HDMI_CEC is not set CONFIG_DRM_VGEM=m