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 E642AC32771 for ; Wed, 28 Sep 2022 13:35:00 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 0913710E7DA; Wed, 28 Sep 2022 13:35:00 +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 50B2A10E7D9; Wed, 28 Sep 2022 13:34:57 +0000 (UTC) Received: from emeril.freedesktop.org (localhost [127.0.0.1]) by emeril.freedesktop.org (Postfix) with ESMTP id 4A357AA0EA; Wed, 28 Sep 2022 13:34:57 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Patchwork To: "Niranjana Vishwanathapura" Date: Wed, 28 Sep 2022 13:34:57 -0000 Message-ID: <166437209728.596.16114830273585074089@emeril.freedesktop.org> X-Patchwork-Hint: ignore References: <20220928061918.6340-1-niranjana.vishwanathapura@intel.com> In-Reply-To: <20220928061918.6340-1-niranjana.vishwanathapura@intel.com> Subject: [Intel-gfx] =?utf-8?b?4pyXIEZpLkNJLkNIRUNLUEFUQ0g6IHdhcm5pbmcg?= =?utf-8?q?for_drm/i915/vm=5Fbind=3A_Add_VM=5FBIND_functionality_=28rev4?= =?utf-8?q?=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 Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" == Series Details == Series: drm/i915/vm_bind: Add VM_BIND functionality (rev4) URL : https://patchwork.freedesktop.org/series/105879/ State : warning == Summary == Error: dim checkpatch failed 474cbe064d10 drm/i915/vm_bind: Expose vm lookup function e2f167a71a29 drm/i915/vm_bind: Add __i915_sw_fence_await_reservation() 023c54945d23 drm/i915/vm_bind: Expose i915_gem_object_max_page_size() b1f938cd82db drm/i915/vm_bind: Add support to create persistent vma 826c494fb857 drm/i915/vm_bind: Implement bind and unbind of object Traceback (most recent call last): File "scripts/spdxcheck.py", line 11, in import git ModuleNotFoundError: No module named 'git' Traceback (most recent call last): File "scripts/spdxcheck.py", line 11, in import git ModuleNotFoundError: No module named 'git' -:45: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating? #45: new file mode 100644 -:533: WARNING:LONG_LINE: line length of 118 exceeds 100 columns #533: FILE: include/uapi/drm/i915_drm.h:539: +#define DRM_IOCTL_I915_GEM_VM_BIND DRM_IOWR(DRM_COMMAND_BASE + DRM_I915_GEM_VM_BIND, struct drm_i915_gem_vm_bind) -:534: WARNING:LONG_LINE: line length of 122 exceeds 100 columns #534: FILE: include/uapi/drm/i915_drm.h:540: +#define DRM_IOCTL_I915_GEM_VM_UNBIND DRM_IOWR(DRM_COMMAND_BASE + DRM_I915_GEM_VM_UNBIND, struct drm_i915_gem_vm_unbind) total: 0 errors, 3 warnings, 0 checks, 579 lines checked 26acc4d4a0ef drm/i915/vm_bind: Support for VM private BOs ebc4a05ea52b drm/i915/vm_bind: Add support to handle object evictions e343133ff0ed drm/i915/vm_bind: Support persistent vma activeness tracking 92b7d2642ee7 drm/i915/vm_bind: Add out fence support 11b4f409aa2e drm/i915/vm_bind: Abstract out common execbuf functions Traceback (most recent call last): File "scripts/spdxcheck.py", line 11, in import git ModuleNotFoundError: No module named 'git' Traceback (most recent call last): File "scripts/spdxcheck.py", line 11, in import git ModuleNotFoundError: No module named 'git' -:26: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating? #26: new file mode 100644 total: 0 errors, 1 warnings, 0 checks, 745 lines checked 8c9164a58976 drm/i915/vm_bind: Use common execbuf functions in execbuf path 379f44e339b1 drm/i915/vm_bind: Implement I915_GEM_EXECBUFFER3 ioctl Traceback (most recent call last): File "scripts/spdxcheck.py", line 11, in import git ModuleNotFoundError: No module named 'git' -:32: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating? #32: new file mode 100644 -:649: WARNING:LONG_LINE: line length of 126 exceeds 100 columns #649: FILE: include/uapi/drm/i915_drm.h:542: +#define DRM_IOCTL_I915_GEM_EXECBUFFER3 DRM_IOWR(DRM_COMMAND_BASE + DRM_I915_GEM_EXECBUFFER3, struct drm_i915_gem_execbuffer3) total: 0 errors, 2 warnings, 0 checks, 672 lines checked b61d17505e32 drm/i915/vm_bind: Update i915_vma_verify_bind_complete() 9fb816dd9d3b drm/i915/vm_bind: Handle persistent vmas in execbuf3 ad50dfdc4550 drm/i915/vm_bind: userptr dma-resv changes cf1857ce0c2d drm/i915/vm_bind: Add uapi for user to enable vm_bind_mode