[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Asynchronous vma unbinding (rev4)
Patchwork
patchwork at emeril.freedesktop.org
Mon Jan 3 12:41:59 UTC 2022
== Series Details ==
Series: drm/i915: Asynchronous vma unbinding (rev4)
URL : https://patchwork.freedesktop.org/series/98055/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
4d8764c49999 drm/i915: Initial introduction of vma resources
-:245: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#245:
new file mode 100644
total: 0 errors, 1 warnings, 0 checks, 626 lines checked
d5c764c68dbe drm/i915: Use the vma resource as argument for gtt binding / unbinding
6614ef6664e9 drm/i915: Use vma resources for async unbinding
-:570: CHECK:MACRO_ARG_REUSE: Macro argument reuse '_node' - possible side-effects?
#570: FILE: drivers/gpu/drm/i915/i915_vma_resource.c:37:
+#define VMA_RES_LAST(_node) ((_node)->start + (_node)->node_size - 1)
-:722: WARNING:BRACES: braces {} are not necessary for single statement blocks
#722: FILE: drivers/gpu/drm/i915/i915_vma_resource.c:229:
+ if (vma_res->needs_wakeref) {
+ vma_res->wakeref = intel_runtime_pm_get_if_in_use(&vm->i915->runtime_pm);
+ }
total: 0 errors, 1 warnings, 1 checks, 927 lines checked
79cafac84ad4 drm/i915: Use struct vma_resource instead of struct vma_snapshot
-:604: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#604:
deleted file mode 100644
total: 0 errors, 1 warnings, 0 checks, 499 lines checked
More information about the Intel-gfx
mailing list