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=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 70569C3F2CD for ; Fri, 28 Feb 2020 17:55:30 +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 4222C2469F for ; Fri, 28 Feb 2020 17:55:30 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 4222C2469F Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=emeril.freedesktop.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=intel-gfx-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id C08126F4A5; Fri, 28 Feb 2020 17:55:29 +0000 (UTC) Received: from emeril.freedesktop.org (emeril.freedesktop.org [131.252.210.167]) by gabe.freedesktop.org (Postfix) with ESMTP id B2FBC6F4A5; Fri, 28 Feb 2020 17:55:28 +0000 (UTC) Received: from emeril.freedesktop.org (localhost [127.0.0.1]) by emeril.freedesktop.org (Postfix) with ESMTP id A191DA0088; Fri, 28 Feb 2020 17:55:28 +0000 (UTC) MIME-Version: 1.0 From: Patchwork To: "Imre Deak" Date: Fri, 28 Feb 2020 17:55:28 -0000 Message-ID: <158291252863.7476.7331892471565096711@emeril.freedesktop.org> X-Patchwork-Hint: ignore References: <20200226203455.23032-1-imre.deak@intel.com> In-Reply-To: <20200226203455.23032-1-imre.deak@intel.com> Subject: [Intel-gfx] =?utf-8?b?4pyXIEZpLkNJLlNQQVJTRTogd2FybmluZyBmb3Ig?= =?utf-8?q?drm/i915=3A_Clean_up_DPLL_output/refclock_tracking_=28rev2=29?= 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 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" == Series Details == Series: drm/i915: Clean up DPLL output/refclock tracking (rev2) URL : https://patchwork.freedesktop.org/series/73977/ State : warning == Summary == $ dim sparse origin/drm-tip Sparse version: v0.6.0 Commit: drm/i915: Fix bounds check in intel_get_shared_dpll_id() Okay! Commit: drm/i915: Move DPLL HW readout/sanitize fns to intel_dpll_mgr.c Okay! Commit: drm/i915: Keep the global DPLL state in a DPLL specific struct Okay! Commit: drm/i915: Move the DPLL vfunc inits after the func defines Okay! Commit: drm/i915/hsw: Use the DPLL ID when calculating DPLL clock Okay! Commit: drm/i915: Move DPLL frequency calculation to intel_dpll_mgr.c Okay! Commit: drm/i915/skl: Parametrize the DPLL ref clock instead of open-coding it Okay! Commit: drm/i915/hsw: Rename the get HDMI/DP DPLL funcs to get WRPLL/LCPLL Okay! Commit: drm/i915/hsw: Split out the SPLL parameter calculation Okay! Commit: drm/i915/hsw: Split out the WRPLL, LCPLL, SPLL frequency calculation Okay! Commit: drm/i915/skl, cnl: Split out the WRPLL/LCPLL frequency calculation +drivers/gpu/drm/i915/display/intel_dpll_mgr.c:2514:5: warning: symbol 'cnl_hdmi_pll_ref_clock' was not declared. Should it be static? Commit: drm/i915/hsw: Use the read-out WRPLL/SPLL state instead of reading out again Okay! Commit: drm/i915: Unify the DPLL ref clock frequency tracking -O:drivers/gpu/drm/i915/display/intel_dpll_mgr.c:2511:5: warning: symbol 'cnl_hdmi_pll_ref_clock' was not declared. Should it be static? _______________________________________________ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx