From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2B9CC138334 for ; Thu, 7 Mar 2019 21:31:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D809E085E; Thu, 7 Mar 2019 21:31:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E8C74E085E for ; Thu, 7 Mar 2019 21:31:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 18D59335D01 for ; Thu, 7 Mar 2019 21:31:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 864A352B for ; Thu, 7 Mar 2019 21:31:12 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1551994246.803093e728262d03ae39b5acd30914f1a2f506ee.bkohler@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: arch/x86_64/, arch/x86/ X-VCS-Repository: proj/genkernel X-VCS-Files: arch/x86/kernel-config arch/x86_64/kernel-config X-VCS-Directories: arch/x86_64/ arch/x86/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: 803093e728262d03ae39b5acd30914f1a2f506ee X-VCS-Branch: master Date: Thu, 7 Mar 2019 21:31:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e147d71f-f30d-4ba3-893e-71af48dc44a6 X-Archives-Hash: f68b46406abdf9d8455c54f51bd6ba68 commit: 803093e728262d03ae39b5acd30914f1a2f506ee Author: Ben Kohler gentoo org> AuthorDate: Thu Mar 7 21:28:51 2019 +0000 Commit: Ben Kohler gentoo org> CommitDate: Thu Mar 7 21:30:46 2019 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=803093e7 x86{,_64}/kernel-config: add DRM_AMDGPU Closes: https://bugs.gentoo.org/651126 Signed-off-by: Ben Kohler gentoo.org> arch/x86/kernel-config | 1 + arch/x86_64/kernel-config | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/x86/kernel-config b/arch/x86/kernel-config index 2fea553..c865618 100644 --- a/arch/x86/kernel-config +++ b/arch/x86/kernel-config @@ -2568,6 +2568,7 @@ CONFIG_DRM=m CONFIG_DRM_TDFX=m CONFIG_DRM_R128=m CONFIG_DRM_RADEON=m +CONFIG_DRM_AMDGPU=m CONFIG_DRM_I810=m CONFIG_DRM_I830=m CONFIG_DRM_I915=m diff --git a/arch/x86_64/kernel-config b/arch/x86_64/kernel-config index 3e99ec9..5a849ce 100644 --- a/arch/x86_64/kernel-config +++ b/arch/x86_64/kernel-config @@ -2287,7 +2287,7 @@ CONFIG_DRM_TTM=m CONFIG_DRM_TDFX=m CONFIG_DRM_R128=m CONFIG_DRM_RADEON=m -# CONFIG_DRM_RADEON_KMS is not set +CONFIG_DRM_AMDGPU=m CONFIG_DRM_I810=m CONFIG_DRM_I830=m CONFIG_DRM_I915=m