[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/11] drm/i915: Revoke mmaps and prevent access to fence registers across reset
Patchwork
patchwork at emeril.freedesktop.org
Wed Jan 30 02:43:12 UTC 2019
== Series Details ==
Series: series starting with [01/11] drm/i915: Revoke mmaps and prevent access to fence registers across reset
URL : https://patchwork.freedesktop.org/series/55956/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
45b1ecb63e1a drm/i915: Revoke mmaps and prevent access to fence registers across reset
2c67b547d327 drm/i915/execlists: Suppress redundant preemption
70551aa2b8d3 drm/i915/selftests: Exercise some AB...BA preemption chains
298a346378c9 drm/i915: Generalise GPU activity tracking
-:31: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#31:
new file mode 100644
-:36: WARNING:SPDX_LICENSE_TAG: Missing or malformed SPDX-License-Identifier tag in line 1
#36: FILE: drivers/gpu/drm/i915/i915_active.c:1:
+/*
-:268: WARNING:SPDX_LICENSE_TAG: Missing or malformed SPDX-License-Identifier tag in line 1
#268: FILE: drivers/gpu/drm/i915/i915_active.h:1:
+/*
-:340: WARNING:SPDX_LICENSE_TAG: Missing or malformed SPDX-License-Identifier tag in line 1
#340: FILE: drivers/gpu/drm/i915/i915_active_types.h:1:
+/*
-:695: WARNING:SPDX_LICENSE_TAG: Missing or malformed SPDX-License-Identifier tag in line 1
#695: FILE: drivers/gpu/drm/i915/selftests/i915_active.c:1:
+/*
total: 0 errors, 5 warnings, 0 checks, 793 lines checked
31ec4b8fd5cb drm/i915: Add timeline barrier support
c1155360bb39 drm/i915: Allocate active tracking nodes from a slabcache
2dc94f068a5e drm/i915: Pull i915_gem_active into the i915_active family
-:699: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#699: FILE: drivers/gpu/drm/i915/i915_gem_fence_reg.c:227:
+ ret = i915_active_request_retire(&vma->last_fence,
&vma->obj->base.dev->struct_mutex);
-:708: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#708: FILE: drivers/gpu/drm/i915/i915_gem_fence_reg.c:236:
+ ret = i915_active_request_retire(&old->last_fence,
&old->obj->base.dev->struct_mutex);
-:1415: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#1415: FILE: drivers/gpu/drm/i915/i915_vma.c:991:
+ ret = i915_active_request_retire(&vma->last_fence,
+ &vma->vm->i915->drm.struct_mutex);
total: 0 errors, 0 warnings, 3 checks, 1398 lines checked
69af025cbfc5 drm/i915: Keep timeline HWSP allocated until the system is idle
ad99d8227d36 drm/i915/execlists: Refactor out can_merge_rq()
136b83dc2f9c drm/i915: Use HW semaphores for inter-engine synchronisation on gen8+
-:310: CHECK:SPACING: spaces preferred around that '<<' (ctx:VxV)
#310: FILE: drivers/gpu/drm/i915/intel_gpu_commands.h:109:
+#define MI_SEMAPHORE_SAD_GT_SDD (0<<12)
^
-:312: CHECK:SPACING: spaces preferred around that '<<' (ctx:VxV)
#312: FILE: drivers/gpu/drm/i915/intel_gpu_commands.h:111:
+#define MI_SEMAPHORE_SAD_LT_SDD (2<<12)
^
-:313: CHECK:SPACING: spaces preferred around that '<<' (ctx:VxV)
#313: FILE: drivers/gpu/drm/i915/intel_gpu_commands.h:112:
+#define MI_SEMAPHORE_SAD_LTE_SDD (3<<12)
^
-:314: CHECK:SPACING: spaces preferred around that '<<' (ctx:VxV)
#314: FILE: drivers/gpu/drm/i915/intel_gpu_commands.h:113:
+#define MI_SEMAPHORE_SAD_EQ_SDD (4<<12)
^
-:315: CHECK:SPACING: spaces preferred around that '<<' (ctx:VxV)
#315: FILE: drivers/gpu/drm/i915/intel_gpu_commands.h:114:
+#define MI_SEMAPHORE_SAD_NEQ_SDD (5<<12)
^
total: 0 errors, 0 warnings, 5 checks, 274 lines checked
3a880e78d537 drm/i915: Prioritise non-busywait semaphore workloads
More information about the Intel-gfx
mailing list