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 9C467C433EF for ; Fri, 24 Jun 2022 06:10:45 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 0B31E10EC31; Fri, 24 Jun 2022 06:10:45 +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 13C0110E6BD; Fri, 24 Jun 2022 06:10:44 +0000 (UTC) Received: from emeril.freedesktop.org (localhost [127.0.0.1]) by emeril.freedesktop.org (Postfix) with ESMTP id 0D8C3AA0ED; Fri, 24 Jun 2022 06:10:44 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Patchwork To: "Niranjana Vishwanathapura" Date: Fri, 24 Jun 2022 06:10:44 -0000 Message-ID: <165605104403.16787.17311311187019052847@emeril.freedesktop.org> X-Patchwork-Hint: ignore References: <20220624053208.23723-1-niranjana.vishwanathapura@intel.com> In-Reply-To: <20220624053208.23723-1-niranjana.vishwanathapura@intel.com> Subject: [Intel-gfx] =?utf-8?b?4pyXIEZpLkNJLkNIRUNLUEFUQ0g6IHdhcm5pbmcg?= =?utf-8?q?for_drm/doc/rfc=3A_i915_VM=5FBIND_feature_design_+_uapi?= 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: drm/doc/rfc: i915 VM_BIND feature design + uapi URL : https://patchwork.freedesktop.org/series/105577/ State : warning == Summary == Error: dim checkpatch failed 088efc82aee4 drm/doc/rfc: VM_BIND feature design document -:17: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating? #17: new file mode 100644 -:22: WARNING:SPDX_LICENSE_TAG: Missing or malformed SPDX-License-Identifier tag in line 1 #22: FILE: Documentation/gpu/rfc/i915_vm_bind.rst:1: +========================================== total: 0 errors, 2 warnings, 0 checks, 253 lines checked 6f05206ed62b drm/i915: Update i915 uapi documentation -:43: WARNING:NEW_TYPEDEFS: do not add new typedefs #43: FILE: include/uapi/drm/i915_drm.h:774: +typedef struct drm_i915_getparam drm_i915_getparam_t; total: 0 errors, 1 warnings, 0 checks, 337 lines checked e352bf45048c drm/doc/rfc: VM_BIND uapi definition Traceback (most recent call last): File "scripts/spdxcheck.py", line 6, in from ply import lex, yacc ModuleNotFoundError: No module named 'ply' -:20: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating? #20: new file mode 100644 -:62: WARNING:LONG_LINE: line length of 126 exceeds 100 columns #62: FILE: Documentation/gpu/rfc/i915_vm_bind.h:38: +#define DRM_IOCTL_I915_GEM_VM_BIND DRM_IOWR(DRM_COMMAND_BASE + DRM_I915_GEM_VM_BIND, struct drm_i915_gem_vm_bind) -:63: WARNING:LONG_LINE: line length of 128 exceeds 100 columns #63: FILE: Documentation/gpu/rfc/i915_vm_bind.h:39: +#define DRM_IOCTL_I915_GEM_VM_UNBIND DRM_IOWR(DRM_COMMAND_BASE + DRM_I915_GEM_VM_UNBIND, struct drm_i915_gem_vm_bind) -:64: WARNING:LONG_LINE: line length of 134 exceeds 100 columns #64: FILE: Documentation/gpu/rfc/i915_vm_bind.h:40: +#define DRM_IOCTL_I915_GEM_EXECBUFFER3 DRM_IOWR(DRM_COMMAND_BASE + DRM_I915_GEM_EXECBUFFER3, struct drm_i915_gem_execbuffer3) -:251: CHECK:SPACING: spaces preferred around that '<<' (ctx:VxV) #251: FILE: Documentation/gpu/rfc/i915_vm_bind.h:227: +#define I915_EXEC3_SECURE (1<<0) ^ total: 0 errors, 4 warnings, 1 checks, 256 lines checked