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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 37AC6C54E58 for ; Thu, 21 Mar 2024 21:36:14 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id ACC59112166; Thu, 21 Mar 2024 21:36:13 +0000 (UTC) Received: from 8e613ede5ea5 (emeril.freedesktop.org [131.252.210.167]) by gabe.freedesktop.org (Postfix) with ESMTPS id 26347112166; Thu, 21 Mar 2024 21:36:12 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: =?utf-8?q?=E2=9C=97_Fi=2ECI=2EBUILD=3A_failure_for_Enable_Adaptive_Sync_SDP_?= =?utf-8?q?Support_for_DP_=28rev30=29?= From: Patchwork To: "Mitul Golani" Cc: intel-gfx@lists.freedesktop.org Date: Thu, 21 Mar 2024 21:36:12 -0000 Message-ID: <171105697215.941104.12613086124942981196@8e613ede5ea5> X-Patchwork-Hint: ignore References: <20240311094238.3320888-1-mitulkumar.ajitkumar.golani@intel.com> In-Reply-To: <20240311094238.3320888-1-mitulkumar.ajitkumar.golani@intel.com> X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: intel-gfx@lists.freedesktop.org Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" == Series Details == Series: Enable Adaptive Sync SDP Support for DP (rev30) URL : https://patchwork.freedesktop.org/series/126829/ State : failure == Summary == Error: make failed CALL scripts/checksyscalls.sh DESCEND objtool INSTALL libsubcmd_headers CC [M] drivers/gpu/drm/i915/display/intel_dp.o drivers/gpu/drm/i915/display/intel_dp.c: In function ‘intel_dp_as_sdp_supported’: drivers/gpu/drm/i915/display/intel_dp.c:131:3: error: implicit declaration of function ‘drm_dp_as_sdp_supported’; did you mean ‘drm_dp_vsc_sdp_supported’? [-Werror=implicit-function-declaration] 131 | drm_dp_as_sdp_supported(&intel_dp->aux, intel_dp->dpcd); | ^~~~~~~~~~~~~~~~~~~~~~~ | drm_dp_vsc_sdp_supported cc1: all warnings being treated as errors make[6]: *** [scripts/Makefile.build:243: drivers/gpu/drm/i915/display/intel_dp.o] Error 1 make[5]: *** [scripts/Makefile.build:481: drivers/gpu/drm/i915] Error 2 make[4]: *** [scripts/Makefile.build:481: drivers/gpu/drm] Error 2 make[3]: *** [scripts/Makefile.build:481: drivers/gpu] Error 2 make[2]: *** [scripts/Makefile.build:481: drivers] Error 2 make[1]: *** [/home/kbuild2/kernel/Makefile:1921: .] Error 2 make: *** [Makefile:240: __sub-make] Error 2 Build failed, no error log produced