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 087E0C4332F for ; Tue, 29 Nov 2022 08:24:18 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 3344410E3A2; Tue, 29 Nov 2022 08:24:17 +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 8C14E10E39E; Tue, 29 Nov 2022 08:24:13 +0000 (UTC) Received: from emeril.freedesktop.org (localhost [127.0.0.1]) by emeril.freedesktop.org (Postfix) with ESMTP id 860B7AADDC; Tue, 29 Nov 2022 08:24:13 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Patchwork To: "Niranjana Vishwanathapura" Date: Tue, 29 Nov 2022 08:24:13 -0000 Message-ID: <166971025352.23270.16738479260211613761@emeril.freedesktop.org> X-Patchwork-Hint: ignore References: <20221129072635.847-1-niranjana.vishwanathapura@intel.com> In-Reply-To: <20221129072635.847-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_=28rev11?= =?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 (rev11) URL : https://patchwork.freedesktop.org/series/105879/ State : warning == Summary == Error: dim checkpatch failed de1854134032 drm/i915/vm_bind: Expose vm lookup function b435faacf50c drm/i915/vm_bind: Add __i915_sw_fence_await_reservation() 7ee7b92eff26 drm/i915/vm_bind: Expose i915_gem_object_max_page_size() b6c12c4cfaa6 drm/i915/vm_bind: Add support to create persistent vma -:61: WARNING:AVOID_BUG: Do not crash the kernel unless it is absolutely unavoidable--use WARN_ON_ONCE() plus recovery code (if feasible) instead of BUG() or variants #61: FILE: drivers/gpu/drm/i915/i915_vma.c:311: + GEM_BUG_ON(!IS_ERR(vma) && i915_vma_compare(vma, vm, view)); -:82: WARNING:AVOID_BUG: Do not crash the kernel unless it is absolutely unavoidable--use WARN_ON_ONCE() plus recovery code (if feasible) instead of BUG() or variants #82: FILE: drivers/gpu/drm/i915/i915_vma.c:332: + GEM_BUG_ON(!kref_read(&vm->ref)); -:127: WARNING:AVOID_BUG: Do not crash the kernel unless it is absolutely unavoidable--use WARN_ON_ONCE() plus recovery code (if feasible) instead of BUG() or variants #127: FILE: drivers/gpu/drm/i915/i915_vma.h:182: + GEM_BUG_ON(view && !(i915_is_ggtt_or_dpt(vm) || total: 0 errors, 3 warnings, 0 checks, 107 lines checked b49e63d36266 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' -:83: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating? #83: new file mode 100644 -:466: WARNING:AVOID_BUG: Do not crash the kernel unless it is absolutely unavoidable--use WARN_ON_ONCE() plus recovery code (if feasible) instead of BUG() or variants #466: FILE: drivers/gpu/drm/i915/gt/intel_gtt.c:182: + GEM_BUG_ON(!RB_EMPTY_ROOT(&vm->va.rb_root)); -:587: WARNING:LONG_LINE: line length of 118 exceeds 100 columns #587: 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) -:588: WARNING:LONG_LINE: line length of 122 exceeds 100 columns #588: 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, 4 warnings, 0 checks, 609 lines checked 09994a9d8978 drm/i915/vm_bind: Support for VM private BOs f43fe1db057b drm/i915/vm_bind: Add support to handle object evictions c7d8351595d4 drm/i915/vm_bind: Support persistent vma activeness tracking fb515b2b4c54 drm/i915/vm_bind: Add out fence support 4c99d9c4d4aa 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' -:30: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating? #30: new file mode 100644 -:174: WARNING:AVOID_BUG: Do not crash the kernel unless it is absolutely unavoidable--use WARN_ON_ONCE() plus recovery code (if feasible) instead of BUG() or variants #174: FILE: drivers/gpu/drm/i915/gem/i915_gem_execbuffer_common.c:140: + GEM_BUG_ON(err); /* perma-pinned should incr a counter */ -:249: WARNING:AVOID_BUG: Do not crash the kernel unless it is absolutely unavoidable--use WARN_ON_ONCE() plus recovery code (if feasible) instead of BUG() or variants #249: FILE: drivers/gpu/drm/i915/gem/i915_gem_execbuffer_common.c:215: + GEM_BUG_ON("Context not found"); -:607: WARNING:AVOID_BUG: Do not crash the kernel unless it is absolutely unavoidable--use WARN_ON_ONCE() plus recovery code (if feasible) instead of BUG() or variants #607: FILE: drivers/gpu/drm/i915/gem/i915_gem_execbuffer_common.c:573: + GEM_BUG_ON(!intel_context_is_parent(context)); total: 0 errors, 4 warnings, 0 checks, 754 lines checked 91752fa02947 drm/i915/vm_bind: Use common execbuf functions in execbuf path 7009e9fee4f8 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' -:39: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating? #39: new file mode 100644 -:266: WARNING:AVOID_BUG: Do not crash the kernel unless it is absolutely unavoidable--use WARN_ON_ONCE() plus recovery code (if feasible) instead of BUG() or variants #266: FILE: drivers/gpu/drm/i915/gem/i915_gem_execbuffer3.c:223: + GEM_BUG_ON(eb->args->flags & __EXEC3_ENGINE_PINNED); -:664: WARNING:LONG_LINE: line length of 126 exceeds 100 columns #664: 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, 3 warnings, 0 checks, 680 lines checked 2c0eabd8dc31 drm/i915/vm_bind: Update i915_vma_verify_bind_complete() 0e111bfef268 drm/i915/vm_bind: Expose i915_request_await_bind() 0bb84c9b318c drm/i915/vm_bind: Handle persistent vmas in execbuf3 7e59cc362c43 drm/i915/vm_bind: userptr dma-resv changes b2927b4c5134 drm/i915/vm_bind: Limit vm_bind mode to non-recoverable contexts b47f45954bee drm/i915/vm_bind: Add uapi for user to enable vm_bind_mode 7583ce49bdc1 drm/i915/vm_bind: Render VM_BIND documentation 729d3568d6ab drm/i915/vm_bind: Async vm_unbind support ae92db2d8418 drm/i915/vm_bind: Properly build persistent map sg table b2b35a5e8d3d drm/i915/vm_bind: Support capture of persistent mappings