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=-8.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=ham 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 4F93CC433F5 for ; Wed, 8 Sep 2021 01:19:09 +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 0A30A6113D for ; Wed, 8 Sep 2021 01:19:09 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 0A30A6113D 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=lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 64B036E0EA; Wed, 8 Sep 2021 01:19:08 +0000 (UTC) Received: from emeril.freedesktop.org (emeril.freedesktop.org [IPv6:2610:10:20:722:a800:ff:feee:56cf]) by gabe.freedesktop.org (Postfix) with ESMTP id C5A416E0EA; Wed, 8 Sep 2021 01:19:07 +0000 (UTC) Received: from emeril.freedesktop.org (localhost [127.0.0.1]) by emeril.freedesktop.org (Postfix) with ESMTP id BD785A47EB; Wed, 8 Sep 2021 01:19:07 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Patchwork To: "Dave Airlie" Cc: intel-gfx@lists.freedesktop.org Date: Wed, 08 Sep 2021 01:19:07 -0000 Message-ID: <163106394774.22225.10124273179501476322@emeril.freedesktop.org> X-Patchwork-Hint: ignore References: <20210908003944.2972024-1-airlied@gmail.com> In-Reply-To: <20210908003944.2972024-1-airlied@gmail.com> Subject: [Intel-gfx] =?utf-8?b?4pyXIEZpLkNJLkNIRUNLUEFUQ0g6IHdhcm5pbmcg?= =?utf-8?q?for_i915/display=3A_split_and_constify_vtable?= 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: i915/display: split and constify vtable URL : https://patchwork.freedesktop.org/series/94459/ State : warning == Summary == $ dim checkpatch origin/drm-tip 7166501ad5c5 drm/i915/pm: drop get_fifo_size vfunc. 7d63620c3a3c drm/i915: make update_wm take a dev_priv. -:9: WARNING:COMMIT_MESSAGE: Missing commit description - Add an appropriate one -:145: ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s) total: 1 errors, 1 warnings, 0 checks, 110 lines checked 4f0dcfddaf55 drm/i915/wm: move the update watermark wrapper to display side. -:25: CHECK:LINE_SPACING: Please don't use multiple blank lines #25: FILE: drivers/gpu/drm/i915/display/intel_display.c:129: + -:129: ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s) total: 1 errors, 0 warnings, 1 checks, 98 lines checked f7fd8b9b66d8 drm/i915: split clock gating init from display vtable -:9: WARNING:COMMIT_MESSAGE: Missing commit description - Add an appropriate one -:130: ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s) total: 1 errors, 1 warnings, 0 checks, 110 lines checked fa9489128d12 drm/i915: split watermark vfuncs from display vtable. -:9: WARNING:COMMIT_MESSAGE: Missing commit description - Add an appropriate one -:309: ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s) total: 1 errors, 1 warnings, 0 checks, 267 lines checked 8e12abc84eee drm/i915: split color functions from display vtable -:9: WARNING:COMMIT_MESSAGE: Missing commit description - Add an appropriate one -:190: ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s) total: 1 errors, 1 warnings, 0 checks, 169 lines checked f04a4c66375c drm/i915: split audio functions from display vtable -:9: WARNING:COMMIT_MESSAGE: Missing commit description - Add an appropriate one -:103: ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s) total: 1 errors, 1 warnings, 0 checks, 82 lines checked 38cdd3a1eb3b drm/i915: split cdclk functions from display vtable. -:8: WARNING:COMMIT_MESSAGE: Missing commit description - Add an appropriate one -:335: ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s) total: 1 errors, 1 warnings, 0 checks, 298 lines checked 058f5bcb4112 drm/i915: split irq hotplug function from display vtable -:9: WARNING:COMMIT_MESSAGE: Missing commit description - Add an appropriate one -:88: ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s) total: 1 errors, 1 warnings, 0 checks, 64 lines checked 079b3659abea drm/i915: split fdi link training from display vtable. -:77: ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s) total: 1 errors, 0 warnings, 0 checks, 51 lines checked c6679bffd83a drm/i915: split the dpll clock compute out from display vtable. -:10: WARNING:COMMIT_MESSAGE: Missing commit description - Add an appropriate one -:101: ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s) total: 1 errors, 1 warnings, 0 checks, 75 lines checked a68de81479ab drm/i915: constify fdi link training vtable -:9: WARNING:COMMIT_MESSAGE: Missing commit description - Add an appropriate one -:68: ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s) total: 1 errors, 1 warnings, 0 checks, 46 lines checked a022a66bdb74 drm/i915: constify irq function vtable. -:88: ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s) total: 1 errors, 0 warnings, 0 checks, 64 lines checked 8715b614793b drm/i915: constify color function vtable. -:8: WARNING:COMMIT_MESSAGE: Missing commit description - Add an appropriate one -:189: CHECK:BRACES: Unbalanced braces around else statement #189: FILE: drivers/gpu/drm/i915/display/intel_color.c:2194: + } else -:206: ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s) total: 1 errors, 1 warnings, 1 checks, 187 lines checked bc7d25d0b5a8 drm/i915: constify the audio function vtable -:8: WARNING:COMMIT_MESSAGE: Missing commit description - Add an appropriate one -:97: ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s) total: 1 errors, 1 warnings, 0 checks, 78 lines checked 7afd7fa26e62 drm/i915: constify the dpll clock vtable -:8: WARNING:COMMIT_MESSAGE: Missing commit description - Add an appropriate one -:73: CHECK:LINE_SPACING: Please don't use multiple blank lines #73: FILE: drivers/gpu/drm/i915/display/intel_dpll.c:1398: + + -:116: ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s) total: 1 errors, 1 warnings, 1 checks, 94 lines checked 19452e67e3f5 drm/i915: constify the cdclk vtable -:458: ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s) total: 1 errors, 0 warnings, 0 checks, 420 lines checked cd09b1003483 drm/i915: drop unused function ptr and comments. -:9: WARNING:COMMIT_MESSAGE: Missing commit description - Add an appropriate one -:25: ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s) total: 1 errors, 1 warnings, 0 checks, 13 lines checked 0aa6560d6dc0 drm/i915: constify display function vtable -:8: WARNING:COMMIT_MESSAGE: Missing commit description - Add an appropriate one -:168: ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s) total: 1 errors, 1 warnings, 0 checks, 145 lines checked c38e95658801 drm/i915: constify clock gating init vtable. -:9: WARNING:COMMIT_MESSAGE: Missing commit description - Add an appropriate one -:145: ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s) total: 1 errors, 1 warnings, 0 checks, 126 lines checked ee4bac229f7f drm/i915: constify display wm vtable -:316: ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s) total: 1 errors, 0 warnings, 0 checks, 273 lines checked