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 A4B4BC5475B for ; Tue, 12 Mar 2024 01:01:55 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id E4C20112D2A; Tue, 12 Mar 2024 01:01:54 +0000 (UTC) Received: from 8e613ede5ea5 (emeril.freedesktop.org [131.252.210.167]) by gabe.freedesktop.org (Postfix) with ESMTPS id 390C5112D2A; Tue, 12 Mar 2024 01:01:53 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: =?utf-8?q?=E2=9C=97_Fi=2ECI=2ECHECKPATCH=3A_warning_for_Enable_Adaptive_Sync?= =?utf-8?q?_SDP_Support_for_DP_=28rev17=29?= From: Patchwork To: "Mitul Golani" Cc: intel-gfx@lists.freedesktop.org Date: Tue, 12 Mar 2024 01:01:53 -0000 Message-ID: <171020531323.680152.18273216700300699908@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 (rev17) URL : https://patchwork.freedesktop.org/series/126829/ State : warning == Summary == Error: dim checkpatch failed 451ab13b0a0e drm/dp: Add support to indicate if sink supports AS SDP cf5877afd69f drm: Add Adaptive Sync SDP logging 529200b2ef1b drm/i915/display: Add crtc state dump for Adaptive Sync SDP 8cfc759e1670 drm/i915/dp: Add Read/Write support for Adaptive Sync SDP a7d90662a729 drm/i915/dp: Add wrapper function to check AS SDP 69dde4f36a05 drm/i915/display: Compute AS SDP parameters 3da2b9b06759 drm/i915/display: Add state checker for Adaptive Sync SDP -:72: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'name' - possible side-effects? #72: FILE: drivers/gpu/drm/i915/display/intel_display.c:5137: +#define PIPE_CONF_CHECK_DP_AS_SDP(name) do { \ + if (!intel_compare_dp_as_sdp(¤t_config->infoframes.name, \ + &pipe_config->infoframes.name)) { \ + pipe_config_dp_as_sdp_mismatch(dev_priv, fastset, __stringify(name), \ + ¤t_config->infoframes.name, \ + &pipe_config->infoframes.name); \ + ret = false; \ + } \ +} while (0) total: 0 errors, 0 warnings, 1 checks, 70 lines checked 408e5b3132b5 drm/i915/display: Compute vrr_vsync params 8e3b370f2c2f drm/i915/display: Read/Write Adaptive Sync SDP