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=-3.8 required=3.0 tests=BAYES_00, 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 6FE41C433EF for ; Thu, 23 Sep 2021 07:43:28 +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 34D8A60EC0 for ; Thu, 23 Sep 2021 07:43:28 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 34D8A60EC0 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 A62096E0F1; Thu, 23 Sep 2021 07:43:27 +0000 (UTC) Received: from emeril.freedesktop.org (emeril.freedesktop.org [131.252.210.167]) by gabe.freedesktop.org (Postfix) with ESMTP id 93E5A6ECF3; Thu, 23 Sep 2021 07:43:26 +0000 (UTC) Received: from emeril.freedesktop.org (localhost [127.0.0.1]) by emeril.freedesktop.org (Postfix) with ESMTP id 8CCC5A8830; Thu, 23 Sep 2021 07:43:26 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Patchwork To: "Gupta, Anshuman" Cc: intel-gfx@lists.freedesktop.org Date: Thu, 23 Sep 2021 07:43:26 -0000 Message-ID: <163238300657.31048.13546467354427408750@emeril.freedesktop.org> X-Patchwork-Hint: ignore References: <20210923073529.1058204-1-alan.previn.teres.alexis@intel.com> In-Reply-To: <20210923073529.1058204-1-alan.previn.teres.alexis@intel.com> Subject: [Intel-gfx] =?utf-8?b?4pyXIEZpLkNJLkNIRUNLUEFUQ0g6IHdhcm5pbmcg?= =?utf-8?q?for_drm/i915=3A_Introduce_Intel_PXP_=28rev11=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 Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" == Series Details == Series: drm/i915: Introduce Intel PXP (rev11) URL : https://patchwork.freedesktop.org/series/90503/ State : warning == Summary == $ dim checkpatch origin/drm-tip d573193f656b drm/i915/pxp: Define PXP component interface -:31: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating? #31: new file mode 100644 total: 0 errors, 1 warnings, 0 checks, 49 lines checked be0229d7c21c mei: pxp: export pavp client to me client bus -:36: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating? #36: new file mode 100644 total: 0 errors, 1 warnings, 0 checks, 276 lines checked d5f0364f8628 drm/i915/pxp: define PXP device flag and kconfig -:49: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'dev_priv' - possible side-effects? #49: FILE: drivers/gpu/drm/i915/i915_drv.h:1686: +#define HAS_PXP(dev_priv) ((IS_ENABLED(CONFIG_DRM_I915_PXP) && \ + INTEL_INFO(dev_priv)->has_pxp) && \ + VDBOX_MASK(&dev_priv->gt)) total: 0 errors, 0 warnings, 1 checks, 33 lines checked 0135b76609df drm/i915/pxp: allocate a vcs context for pxp usage -:100: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating? #100: new file mode 100644 total: 0 errors, 1 warnings, 0 checks, 172 lines checked f0dc7d51c7fd drm/i915/pxp: Implement funcs to create the TEE channel -:79: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating? #79: new file mode 100644 total: 0 errors, 1 warnings, 0 checks, 145 lines checked 9c77444f0c7a drm/i915/pxp: set KCR reg init 7f9d4f4dbf82 drm/i915/pxp: Create the arbitrary session after boot -:107: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating? #107: new file mode 100644 total: 0 errors, 1 warnings, 0 checks, 344 lines checked c784be950ed9 drm/i915/pxp: Implement arb session teardown -:118: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating? #118: new file mode 100644 total: 0 errors, 1 warnings, 0 checks, 283 lines checked b9d1ab8e40fd drm/i915/pxp: Implement PXP irq handler -:213: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating? #213: new file mode 100644 total: 0 errors, 1 warnings, 0 checks, 424 lines checked 8e6e843fb2fb drm/i915/pxp: interfaces for using protected objects 0c9a75cd894c drm/i915/pxp: start the arb session on demand f229a02dbed6 drm/i915/pxp: Enable PXP power management -:122: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating? #122: new file mode 100644 total: 0 errors, 1 warnings, 0 checks, 239 lines checked 11f5b485dd79 drm/i915/pxp: Add plane decryption support ba9bc18886f3 drm/i915/pxp: black pixels on pxp disabled -:169: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'pipe' - possible side-effects? #169: FILE: drivers/gpu/drm/i915/i915_reg.h:11412: +#define PLANE_CSC_COEFF(pipe, plane, index) _MMIO_PLANE(plane, \ + _PLANE_CSC_RY_GY_1(pipe) + (index) * 4, \ + _PLANE_CSC_RY_GY_2(pipe) + (index) * 4) -:169: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'index' - possible side-effects? #169: FILE: drivers/gpu/drm/i915/i915_reg.h:11412: +#define PLANE_CSC_COEFF(pipe, plane, index) _MMIO_PLANE(plane, \ + _PLANE_CSC_RY_GY_1(pipe) + (index) * 4, \ + _PLANE_CSC_RY_GY_2(pipe) + (index) * 4) -:170: WARNING:LONG_LINE: line length of 102 exceeds 100 columns #170: FILE: drivers/gpu/drm/i915/i915_reg.h:11413: + _PLANE_CSC_RY_GY_1(pipe) + (index) * 4, \ -:183: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'pipe' - possible side-effects? #183: FILE: drivers/gpu/drm/i915/i915_reg.h:11426: +#define PLANE_CSC_PREOFF(pipe, plane, index) _MMIO_PLANE(plane, _PLANE_CSC_PREOFF_HI_1(pipe) + \ + (index) * 4, _PLANE_CSC_PREOFF_HI_2(pipe) + \ + (index) * 4) -:183: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'index' - possible side-effects? #183: FILE: drivers/gpu/drm/i915/i915_reg.h:11426: +#define PLANE_CSC_PREOFF(pipe, plane, index) _MMIO_PLANE(plane, _PLANE_CSC_PREOFF_HI_1(pipe) + \ + (index) * 4, _PLANE_CSC_PREOFF_HI_2(pipe) + \ + (index) * 4) -:184: WARNING:LONG_LINE: line length of 105 exceeds 100 columns #184: FILE: drivers/gpu/drm/i915/i915_reg.h:11427: + (index) * 4, _PLANE_CSC_PREOFF_HI_2(pipe) + \ -:197: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'pipe' - possible side-effects? #197: FILE: drivers/gpu/drm/i915/i915_reg.h:11440: +#define PLANE_CSC_POSTOFF(pipe, plane, index) _MMIO_PLANE(plane, _PLANE_CSC_POSTOFF_HI_1(pipe) + \ + (index) * 4, _PLANE_CSC_POSTOFF_HI_2(pipe) + \ + (index) * 4) -:197: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'index' - possible side-effects? #197: FILE: drivers/gpu/drm/i915/i915_reg.h:11440: +#define PLANE_CSC_POSTOFF(pipe, plane, index) _MMIO_PLANE(plane, _PLANE_CSC_POSTOFF_HI_1(pipe) + \ + (index) * 4, _PLANE_CSC_POSTOFF_HI_2(pipe) + \ + (index) * 4) -:198: WARNING:LONG_LINE: line length of 106 exceeds 100 columns #198: FILE: drivers/gpu/drm/i915/i915_reg.h:11441: + (index) * 4, _PLANE_CSC_POSTOFF_HI_2(pipe) + \ total: 0 errors, 3 warnings, 6 checks, 148 lines checked f6bbdd6e7086 drm/i915/pxp: add pxp debugfs -:51: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating? #51: new file mode 100644 total: 0 errors, 1 warnings, 0 checks, 120 lines checked 7f1a7d78fdae drm/i915/pxp: add PXP documentation 35a035fabcfb drm/i915/pxp: enable PXP for integrated Gen12