From patchwork Wed Oct 2 12:01:21 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arnd Bergmann X-Patchwork-Id: 11170927 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id AED5B13B1 for ; Wed, 2 Oct 2019 12:02:03 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 92DF421A4A for ; Wed, 2 Oct 2019 12:02:03 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 92DF421A4A Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=arndb.de Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id B8372894C0; Wed, 2 Oct 2019 12:02:01 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mout.kundenserver.de (mout.kundenserver.de [212.227.126.135]) by gabe.freedesktop.org (Postfix) with ESMTPS id 21BCD894C0; Wed, 2 Oct 2019 12:01:59 +0000 (UTC) Received: from threadripper.lan ([149.172.19.189]) by mrelayeu.kundenserver.de (mreue009 [212.227.15.129]) with ESMTPA (Nemesis) id 1Ma1wa-1iaceH2QCq-00W25Y; Wed, 02 Oct 2019 14:01:49 +0200 From: Arnd Bergmann To: Alex Deucher Subject: [PATCH 0/6] amdgpu build fixes Date: Wed, 2 Oct 2019 14:01:21 +0200 Message-Id: <20191002120136.1777161-1-arnd@arndb.de> X-Mailer: git-send-email 2.20.0 MIME-Version: 1.0 X-Provags-ID: V03:K1:LX1FNtvLcwDIdLB+i4qzflq2ZYlCE6KB5K5rZJynUoqPGyIkUPY 4Mz6djh6520XrlLSv3g57aFtMwJKS+y9hLWUvZH12eQqTQeiw1qnt1FSbmj6CTyowpdYqE0 WuhmsmWfyydswcAYpuzkFYUaxnI42aBCHE/yPsUVi8yz+hz+FKV6WtoLKY7ceGsBXWg2p0a 9ac7GLueW+ohA1srPf4fg== X-Spam-Flag: NO X-UI-Out-Filterresults: notjunk:1;V03:K0:AqG46Q0Fqto=:DiGthsIlGZVRMpN4RTeFID MzWbk55Uax7YvMfxb5flyijER5Y97yOw9nqFFa9gNvalWz1RX1Smch6ciGu18NmJHcqo0vQsz 4l/7L3Zvi6eStA4nSOz8V/J4DiViiY8LkeqfzJrxOO/NVKP8Djf4M08+BnRnqk5CJ3v5zd8hX QDoE81CpQZCCZuwnDM94TI6hsfxnv4uRj6UmodLtuWn8ouOUWQ3BvNTa42LLs0PFgd3aPvy3R ZuGilRa/9oD9CHqYxJZCaVKtFi71PHznXaZTTotzR71MEgICxHUtFhHLRr3Ti2PnseiC1Zf1K 6sWSVtmTkJAn4LkBU9/Apur7egleGe3RjtTIwURZP6M7wWuZJ/WKoeaigTXtryVTgwsIJD0lF Os8EmR+Ea6imlxUnoAli7g16cVWBTGco29yJHZ01a0bR6A4b6YxOx5/EkMZo9RyZFqOEAx6aj Ip/4JP2jXmrZl8f2218bFr7WKMXq0THxulwMq7BTOx4IU0aaNX0JPEO4WIIUE/1zpr1W60SnB WPcojRp9/gFMVUYeeYbVjhYIlXE/vE2/zUKjzcaszN/nLpQtWiDhWUaH7FRDAJNSnzXjp0fKF g9s4vuuiPGigbTT0maHwmZ5KjCe8Zbkk6d2MxiUk9m+2a7vUjdRcYd+x8ELkQE8uWqyHmwpav TBjAZiHYmqsMEV6OeAKSBplfwhfU3DRHKUI13FEH10G+ymiGpst8RDBbYVvvpeXS5WrojWn8f hNa3V2lvlNUuESik+LKIqAzocxOERxp4NcosOxZpY+79kYf+k8dylDD6cCFSdaMNoQpLUNmFM qBFAdKa8Y9BJi7eFpoDMujcFwwBTjBTJwwfnSoSKe0C/+UQ303ozpFPAqr2bgMjmIqx1058AK tFDKQ930L4atVk7VQzEA== X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: clang-built-linux@googlegroups.com, dri-devel@lists.freedesktop.org, Arnd Bergmann , linux-kernel@vger.kernel.org, amd-gfx@lists.freedesktop.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Here are a couple of build fixes from my backlog in the randconfig tree. It would be good to get them all into linux-5.4. Arnd Arnd Bergmann (6): drm/amdgpu: make pmu support optional, again drm/amdgpu: hide another #warning drm/amdgpu: display_mode_vba_21: remove uint typedef drm/amd/display: fix dcn21 Makefile for clang [RESEND] drm/amd/display: hide an unused variable [RESEND] drm/amdgpu: work around llvm bug #42576 drivers/gpu/drm/amd/amdgpu/Makefile | 2 +- drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c | 1 + drivers/gpu/drm/amd/amdgpu/soc15.c | 2 -- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 2 ++ drivers/gpu/drm/amd/display/dc/dcn21/Makefile | 12 +++++++++++- .../amd/display/dc/dml/dcn21/display_mode_vba_21.c | 13 +++++-------- 6 files changed, 20 insertions(+), 12 deletions(-)