[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/vm_bind: Add VM_BIND functionality (rev6)
Patchwork
patchwork at emeril.freedesktop.org
Mon Oct 10 07:47:09 UTC 2022
== Series Details ==
Series: drm/i915/vm_bind: Add VM_BIND functionality (rev6)
URL : https://patchwork.freedesktop.org/series/105879/
State : warning
== Summary ==
Error: dim checkpatch failed
95d7e27b6d51 drm/i915/vm_bind: Expose vm lookup function
630f95af9f30 drm/i915/vm_bind: Add __i915_sw_fence_await_reservation()
e867bca3237c drm/i915/vm_bind: Expose i915_gem_object_max_page_size()
b138b570e262 drm/i915/vm_bind: Add support to create persistent vma
4e952253c8f3 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'
-:53: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#53:
new file mode 100644
-:556: WARNING:LONG_LINE: line length of 118 exceeds 100 columns
#556: 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)
-:557: WARNING:LONG_LINE: line length of 122 exceeds 100 columns
#557: 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, 592 lines checked
78df628e2508 drm/i915/vm_bind: Support for VM private BOs
8b22f873db8b drm/i915/vm_bind: Add support to handle object evictions
b2d0b1eb8ce6 drm/i915/vm_bind: Support persistent vma activeness tracking
042dfe044cfe drm/i915/vm_bind: Add out fence support
9adc9194583b 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'
-:28: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#28:
new file mode 100644
total: 0 errors, 1 warnings, 0 checks, 747 lines checked
0dbff0478b94 drm/i915/vm_bind: Use common execbuf functions in execbuf path
199b61793aed 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'
-:36: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#36:
new file mode 100644
-:662: WARNING:LONG_LINE: line length of 126 exceeds 100 columns
#662: 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, 681 lines checked
e54479be2c5a drm/i915/vm_bind: Update i915_vma_verify_bind_complete()
7b317fbf8f69 drm/i915/vm_bind: Expose i915_request_await_bind()
02db32350f6c drm/i915/vm_bind: Handle persistent vmas in execbuf3
aa432abb9326 drm/i915/vm_bind: userptr dma-resv changes
527606eae87c drm/i915/vm_bind: Add uapi for user to enable vm_bind_mode
More information about the Intel-gfx
mailing list