== 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 <module> import git ModuleNotFoundError: No module named 'git' Traceback (most recent call last): File "scripts/spdxcheck.py", line 11, in <module> 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 <module> import git ModuleNotFoundError: No module named 'git' Traceback (most recent call last): File "scripts/spdxcheck.py", line 11, in <module> 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 <module> 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