From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id CF201C43460 for ; Fri, 21 May 2021 01:58:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id AB9D4613C4 for ; Fri, 21 May 2021 01:58:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238067AbhEUB7j (ORCPT ); Thu, 20 May 2021 21:59:39 -0400 Received: from bilbo.ozlabs.org ([203.11.71.1]:51195 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238017AbhEUB7i (ORCPT ); Thu, 20 May 2021 21:59:38 -0400 Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.ozlabs.org (Postfix) with ESMTPSA id 4FmVBF1pGXz9sVt; Fri, 21 May 2021 11:58:13 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=canb.auug.org.au; s=201702; t=1621562294; bh=YKiJJ5vfpxMNe5T8vLLSeZo6uiKw1uqUqAKy5C3g0rg=; h=Date:From:To:Cc:Subject:From; b=u/6hc///Ob7Uue0j64OZ0pz1rKWyMZ/ilIbQI/7eYU4yX8+6+fJNbECEoGOsV8o5D betMX8bOEhu9gGAr+UNy1wGDW765hIUDKHbtOPMKnyF+zJsEbemD9BuoA48ZBmKgvL wxobz9VZC+v8i6ZdtFpqRC7krAoPnv/mtjB2QAz5ornitKBdLyZ2qSeFwHyPLt+APf TcyW7rcOcD15Yo5dBojNGBtAZKtt3efz2uYCKqBSZz3v41ro/SdoYCR7B9vwxAiLas bwyuv04/t/C/Ej+zZyJIg96jeQWN5Aim4hkb5eCNLzTZtONjsb9KaD/2GZErwrttWv ZDRLlrQ4NX5gA== Date: Fri, 21 May 2021 11:58:12 +1000 From: Stephen Rothwell To: Daniel Vetter , Jani Nikula , Joonas Lahtinen , Rodrigo Vivi , Intel Graphics , DRI Cc: Anusha Srivatsa , Lucas De Marchi , Linux Kernel Mailing List , Linux Next Mailing List Subject: linux-next: build failure after merge of the drm-intel tree Message-ID: <20210521115812.1f8680bf@canb.auug.org.au> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/X_1rq9i10KBI.rsWyD/3wED"; protocol="application/pgp-signature"; micalg=pgp-sha256 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --Sig_/X_1rq9i10KBI.rsWyD/3wED Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hi all, After merging the drm-intel tree, today's linux-next build (x86_64 allmodconfig) failed like this: drivers/gpu/drm/i915/gvt/handlers.c: In function 'init_skl_mmio_info': drivers/gpu/drm/i915/gvt/handlers.c:3345:9: error: 'CSR_SSP_BASE' undeclare= d (first use in this function); did you mean 'DMC_SSP_BASE'? 3345 | MMIO_D(CSR_SSP_BASE, D_SKL_PLUS); | ^~~~~~~~~~~~ drivers/gpu/drm/i915/gvt/handlers.c:2120:48: note: in definition of macro '= MMIO_F' 2120 | ret =3D new_mmio_info(gvt, i915_mmio_reg_offset(reg), \ | ^~~ drivers/gpu/drm/i915/gvt/handlers.c:3345:2: note: in expansion of macro 'MM= IO_D' 3345 | MMIO_D(CSR_SSP_BASE, D_SKL_PLUS); | ^~~~~~ drivers/gpu/drm/i915/gvt/handlers.c:3345:9: note: each undeclared identifie= r is reported only once for each function it appears in 3345 | MMIO_D(CSR_SSP_BASE, D_SKL_PLUS); | ^~~~~~~~~~~~ drivers/gpu/drm/i915/gvt/handlers.c:2120:48: note: in definition of macro '= MMIO_F' 2120 | ret =3D new_mmio_info(gvt, i915_mmio_reg_offset(reg), \ | ^~~ drivers/gpu/drm/i915/gvt/handlers.c:3345:2: note: in expansion of macro 'MM= IO_D' 3345 | MMIO_D(CSR_SSP_BASE, D_SKL_PLUS); | ^~~~~~ drivers/gpu/drm/i915/gvt/handlers.c:3346:9: error: 'CSR_HTP_SKL' undeclared= (first use in this function); did you mean 'DMC_HTP_SKL'? 3346 | MMIO_D(CSR_HTP_SKL, D_SKL_PLUS); | ^~~~~~~~~~~ drivers/gpu/drm/i915/gvt/handlers.c:2120:48: note: in definition of macro '= MMIO_F' 2120 | ret =3D new_mmio_info(gvt, i915_mmio_reg_offset(reg), \ | ^~~ drivers/gpu/drm/i915/gvt/handlers.c:3346:2: note: in expansion of macro 'MM= IO_D' 3346 | MMIO_D(CSR_HTP_SKL, D_SKL_PLUS); | ^~~~~~ drivers/gpu/drm/i915/gvt/handlers.c:3347:9: error: 'CSR_LAST_WRITE' undecla= red (first use in this function); did you mean 'DMC_LAST_WRITE'? 3347 | MMIO_D(CSR_LAST_WRITE, D_SKL_PLUS); | ^~~~~~~~~~~~~~ drivers/gpu/drm/i915/gvt/handlers.c:2120:48: note: in definition of macro '= MMIO_F' 2120 | ret =3D new_mmio_info(gvt, i915_mmio_reg_offset(reg), \ | ^~~ drivers/gpu/drm/i915/gvt/handlers.c:3347:2: note: in expansion of macro 'MM= IO_D' 3347 | MMIO_D(CSR_LAST_WRITE, D_SKL_PLUS); | ^~~~~~ In file included from drivers/gpu/drm/i915/i915_drv.h:64, from drivers/gpu/drm/i915/gvt/handlers.c:39: drivers/gpu/drm/i915/gvt/handlers.c: At top level: drivers/gpu/drm/i915/gvt/handlers.c:3658:21: error: 'CSR_MMIO_START_RANGE' = undeclared here (not in a function); did you mean 'DMC_MMIO_START_RANGE'? 3658 | {D_SKL_PLUS, _MMIO(CSR_MMIO_START_RANGE), 0x3000, NULL, NULL}, | ^~~~~~~~~~~~~~~~~~~~ drivers/gpu/drm/i915/i915_reg.h:185:47: note: in definition of macro '_MMIO' 185 | #define _MMIO(r) ((const i915_reg_t){ .reg =3D (r) }) | ^ Caused by commit 0633cdcbaa77 ("drm/i915/dmc: Rename macro names containing csr") I have used the drm-intel tree from next-20210520 for today. --=20 Cheers, Stephen Rothwell --Sig_/X_1rq9i10KBI.rsWyD/3wED Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEENIC96giZ81tWdLgKAVBC80lX0GwFAmCnE7QACgkQAVBC80lX 0GyWKgf9FhTLYXrDxj5B3cqWCYudB70j1lqfCiwVHuma5A/C3D+owuO1kDRVHau4 8Anq+qZIxU+Po1kIXSCi4HTSfn4sZRRDtbrVIpJZ/nR1T2bDgZVdpSQWsGJKnetw BRuZRHyu2S/PT27P7PnSs0ye6s9KxcdZm4MKb0PQRAVaTsBojgcSEKIyAqwks3ux SPpcUqyVtfnDUExXKU4SaCNHVLNFvtdnDtjXJzNvmG6xTgI4vieePaC8LCMYtEYb CpcHIIOYCdwETcUPdvYB2wrvg81l95qoam1UBS2zK/6egxNn7FfkRop3ENXQ4lPO gEwy3peESSNX1u8x2wzrVMctVsKy/g== =+Gw7 -----END PGP SIGNATURE----- --Sig_/X_1rq9i10KBI.rsWyD/3wED--