From patchwork Thu Nov 19 13:42:23 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Seth Forshee X-Patchwork-Id: 546460 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 62156141494; Fri, 20 Nov 2015 00:43:27 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=canonical-com.20150623.gappssmtp.com header.i=@canonical-com.20150623.gappssmtp.com header.b=eS1qlV3c; dkim-atps=neutral Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1ZzPUg-0004XX-0q; Thu, 19 Nov 2015 13:43:22 +0000 Received: from mail-ig0-f179.google.com ([209.85.213.179]) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1ZzPUa-0004XB-Nl for kernel-team@lists.ubuntu.com; Thu, 19 Nov 2015 13:43:16 +0000 Received: by igbxm8 with SMTP id xm8so63592816igb.1 for ; Thu, 19 Nov 2015 05:43:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=canonical-com.20150623.gappssmtp.com; s=20150623; h=from:to:subject:date:message-id; bh=r0O9p1yjfYPS03bSs+K2Q6JPldmYUHtSvNOJjFQ32K0=; b=eS1qlV3cSvcj1M1csFYS10RY5SEFgL2doi4tbDCdmKDOc8AINCcr4vuFFo+YTVDnlK 11XxTUOUgjIADxwwAoeji0GdKpRi9xXhMluLt0zjUDKUS2sp6q6c5bCRWlm0AZ772C43 gvG+nLX4BPh5i7owQtp/lm0ktXJLqxqKoXT/ipmF0V5j3paTOyxlVHBDjR8wU2iDCPMV HyoaJgyMnVoVrKa2O/ToZgfa2N7gw4k+yffvVXi968dZG0JDbTmTDVsB+cjyyEjm/3Jk uK91l4FbIIMAs0OvJqCuiwNn5D8N2tOGemrjucurlkB4PF69QIF3/F3Z0/Ocbnl+vymw 9cOA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:date:message-id; bh=r0O9p1yjfYPS03bSs+K2Q6JPldmYUHtSvNOJjFQ32K0=; b=GJM51wBfIS69hUmc2DOvaAPZKxpkGXwTJnbuNs5C3bCwk2fsPNP6AvDIblPL/bP0DG FjxKvtMfHAGVXM4wrhgNsHz69W0fCZ0R43KNx7mco9H1VG47CFOwRYTDd3CvICS2EVBj as+yBMSOlQSdl1xuWMQim45r+6KXyzvBWhEScbVE7EBnr15HjRPB0qvgpCk4xFf5+SK5 O6YtEjDSMb/YlSxCW2uKolmC3lohpeSZ2WEZYY2nv6BT88166qLn80/09F+FvvCanjaL EmfTIn72PSb5furoMXhDAg//KdspMAcOjHgCzS4VZ0W4no3qdcwzeXLAbFLQB9K2/foL Pd/Q== X-Gm-Message-State: ALoCoQnLO7CCdCcoploNZrluMssZo2deQZTHxBLcfjYAKPo4Ea7nmk7bBuwp4goyUgnW65p7rCNc X-Received: by 10.50.136.132 with SMTP id qa4mr8415940igb.68.1447940596101; Thu, 19 Nov 2015 05:43:16 -0800 (PST) Received: from localhost (199-87-125-144.dyn.kc.surewest.net. [199.87.125.144]) by smtp.gmail.com with ESMTPSA id d81sm3396846ioj.12.2015.11.19.05.43.15 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Thu, 19 Nov 2015 05:43:15 -0800 (PST) From: Seth Forshee To: kernel-team@lists.ubuntu.com Subject: [PATCH][wily] UBUNTU: [Config] CONFIG_DRM_AMDGPU_CIK=n Date: Thu, 19 Nov 2015 07:42:23 -0600 Message-Id: <1447940543-58513-1-git-send-email-seth.forshee@canonical.com> X-Mailer: git-send-email 1.9.1 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 CIK support in amdgpu is currently experimental, and the upstream maintainers do not recommend enabling it. Disabling CIK support in amdgpu will result in falling back to the radeon driver, which also supports this hardware. BugLink: http://bugs.launchpad.net/bugs/1510405 Signed-off-by: Seth Forshee --- debian.master/config/config.common.ubuntu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian.master/config/config.common.ubuntu b/debian.master/config/config.common.ubuntu index a108f6e..917e97e 100644 --- a/debian.master/config/config.common.ubuntu +++ b/debian.master/config/config.common.ubuntu @@ -1867,7 +1867,7 @@ CONFIG_DRAGONRISE_FF=y # CONFIG_DRBD_FAULT_INJECTION is not set CONFIG_DRM=m CONFIG_DRM_AMDGPU=m -CONFIG_DRM_AMDGPU_CIK=y +# CONFIG_DRM_AMDGPU_CIK is not set CONFIG_DRM_AMDGPU_USERPTR=y CONFIG_DRM_ARMADA=m CONFIG_DRM_AST=m