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 B45B6C433FE for ; Thu, 17 Nov 2022 23:31:27 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id AB64910E6BF; Thu, 17 Nov 2022 23:31:26 +0000 (UTC) Received: from emeril.freedesktop.org (emeril.freedesktop.org [131.252.210.167]) by gabe.freedesktop.org (Postfix) with ESMTP id 3186110E6BF; Thu, 17 Nov 2022 23:31:23 +0000 (UTC) Received: from emeril.freedesktop.org (localhost [127.0.0.1]) by emeril.freedesktop.org (Postfix) with ESMTP id 2BFFEA00E6; Thu, 17 Nov 2022 23:31:23 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Patchwork To: "Anusha Srivatsa" Date: Thu, 17 Nov 2022 23:31:23 -0000 Message-ID: <166872788314.12187.6446117463865602711@emeril.freedesktop.org> X-Patchwork-Hint: ignore References: <20221117230002.792096-1-anusha.srivatsa@intel.com> In-Reply-To: <20221117230002.792096-1-anusha.srivatsa@intel.com> Subject: [Intel-gfx] =?utf-8?b?4pyXIEZpLkNJLkNIRUNLUEFUQ0g6IHdhcm5pbmcg?= =?utf-8?q?for_series_starting_with_=5B1/3=5D_drm/i915/display=3A_Add_miss?= =?utf-8?q?ing_checks_for_cdclk_crawling?= 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 Cc: intel-gfx@lists.freedesktop.org Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" == Series Details == Series: series starting with [1/3] drm/i915/display: Add missing checks for cdclk crawling URL : https://patchwork.freedesktop.org/series/111045/ State : warning == Summary == Error: dim checkpatch failed c105abf14fde drm/i915/display: Add missing checks for cdclk crawling f6927d8d6e84 drm/i915/display: Do both crawl and squash when changing cdclk -:61: WARNING:LONG_LINE: line length of 102 exceeds 100 columns #61: FILE: drivers/gpu/drm/i915/display/intel_cdclk.c:1736: + const struct intel_cdclk_config *old_cdclk_config, -:62: WARNING:LONG_LINE: line length of 102 exceeds 100 columns #62: FILE: drivers/gpu/drm/i915/display/intel_cdclk.c:1737: + const struct intel_cdclk_config *new_cdclk_config, -:173: WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 26) #173: FILE: drivers/gpu/drm/i915/display/intel_cdclk.c:1854: + if (DISPLAY_VER(dev_priv) >= 14) + /* NOOP */; -:205: WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 19) #205: FILE: drivers/gpu/drm/i915/display/intel_cdclk.c:1885: + if (DISPLAY_VER(dev_priv) >= 14) [...] + */; total: 0 errors, 4 warnings, 0 checks, 220 lines checked 58eebe208394 drm/i915/display: Add CDCLK Support for MTL