From patchwork Wed Sep 27 09:48:50 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Vetter X-Patchwork-Id: 9973645 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id B8ED360365 for ; Wed, 27 Sep 2017 09:49:03 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id A0D1927F89 for ; Wed, 27 Sep 2017 09:49:03 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 957992910B; Wed, 27 Sep 2017 09:49:03 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.1 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id C613428F17 for ; Wed, 27 Sep 2017 09:49:02 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id CD4CC6E6A3; Wed, 27 Sep 2017 09:49:00 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-wm0-x243.google.com (mail-wm0-x243.google.com [IPv6:2a00:1450:400c:c09::243]) by gabe.freedesktop.org (Postfix) with ESMTPS id BACFF6E1FD for ; Wed, 27 Sep 2017 09:48:59 +0000 (UTC) Received: by mail-wm0-x243.google.com with SMTP id m127so11022646wmm.0 for ; Wed, 27 Sep 2017 02:48:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ffwll.ch; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=zDMzxYyW6cDszzwrxR4eb2v+VzajVYgRkErf79fbAmo=; b=gYxbc8ePuYtjI3cD4FCmrxuo31fPIfXvdR+LsmcA3d/CurDnyKNkB4b03Z/54yV/XB WDfT081UX7vvAL8zrCh842aduz+vJNgHWHwbVtajBCeqHDQAjGaoTPg5xXd7QANz8OZd qVW0utxdQPoIoELQI2jziEpx/dnWVFr1uu3A4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=zDMzxYyW6cDszzwrxR4eb2v+VzajVYgRkErf79fbAmo=; b=LBNOmIN5PJ7GfdbtT+moxE9hDU7+pKaPdRrSGTu352Aiabz2H0CXjjhddj1tba8dPg POyFFRCG8puP6FvYWaxSzAA0Yf3FVohGrc89mQ1ZFpTPqA4lexE7/GpTYFCC56kM0Upi ce6OyHpx+Xq7XVScjVPuQWh6CAvn27jehSc74ccifBWwI8ZdA6rJfYWXOpiwisbB65/0 j9sGjrIsQvhmviG18TOgEkcWVIE612NLsMZTyKNCeFwzrP3pTzPKE63ZD5+Ih2/Igcbs Qss+z8lFa8JVJO8BkPGlt7uCqTs7fGf+cXACG17hm4v0u0mW1nKo+mPjGK1D148HeIfx 4eDw== X-Gm-Message-State: AHPjjUgN4SfbyoPBu1n196abWiRtl5SZac/QXxi8LtGHTy1XgUrcMkXz 3JHlfKC0/P0g68iWInC+mLwiMw== X-Google-Smtp-Source: AOwi7QBjGvdp7kgElmTBZFw38p+QKyDh/7Zj/iMqIoXpBTpDQO/mZK1/LQyW5VPFFApFQnTcMvKgxQ== X-Received: by 10.80.182.146 with SMTP id d18mr1314881ede.252.1506505738468; Wed, 27 Sep 2017 02:48:58 -0700 (PDT) Received: from phenom.ffwll.local ([2a02:168:5635:0:39d2:f87e:2033:9f6]) by smtp.gmail.com with ESMTPSA id p14sm6450053edj.21.2017.09.27.02.48.56 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 27 Sep 2017 02:48:57 -0700 (PDT) From: Daniel Vetter To: Intel Graphics Development Subject: [PATCH 3/3] dim: add drm-amd.git Date: Wed, 27 Sep 2017 11:48:50 +0200 Message-Id: <20170927094850.22484-3-daniel.vetter@ffwll.ch> X-Mailer: git-send-email 2.14.1 In-Reply-To: <20170927094850.22484-1-daniel.vetter@ffwll.ch> References: <20170927094850.22484-1-daniel.vetter@ffwll.ch> Cc: Alex Deucher , Daniel Vetter , DRI Development X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Virus-Scanned: ClamAV using ClamSMTP Unfortunately there's a little bit of hardcoded stuff still. Cc: Alex Deucher Cc: Harry Wentland Signed-off-by: Daniel Vetter Acked-by: Rodrigo Vivi --- dim | 1 + 1 file changed, 1 insertion(+) diff --git a/dim b/dim index 6ebbad2b6dfd..63ffebe14781 100755 --- a/dim +++ b/dim @@ -761,6 +761,7 @@ function dim_push_branch update_linux_next $branch drm-intel-next-queued drm-intel-next-fixes drm-intel-fixes update_linux_next $branch drm-misc-next drm-misc-next-fixes drm-misc-fixes + update_linux_next $branch drm-amd-next drm-amd-next-fixes drm-amd-fixes dim_rebuild_tip }