[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Vulkan performance query support (rev3)

Patchwork patchwork at emeril.freedesktop.org
Tue Jun 4 16:09:38 UTC 2019


== Series Details ==

Series: drm/i915: Vulkan performance query support (rev3)
URL   : https://patchwork.freedesktop.org/series/60916/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
87e2a194bf9d drm/i915/perf: introduce a versioning of the i915-perf uapi
d05986d1855c drm/i915/perf: allow for CS OA configs to be created lazily
-:124: CHECK:SPACING: No space is necessary after a cast
#124: FILE: drivers/gpu/drm/i915/i915_perf.c:395:
+					(u32) MI_LOAD_REGISTER_IMM_MAX_REGS);

total: 0 errors, 0 warnings, 1 checks, 311 lines checked
4c87d084a453 drm/i915: introduce a mechanism to extend execbuf2
-:157: CHECK:SPACING: spaces preferred around that '<<' (ctx:VxV)
#157: FILE: include/uapi/drm/i915_drm.h:1189:
+#define __I915_EXEC_UNKNOWN_FLAGS (-(I915_EXEC_EXT<<1))
                                                   ^

total: 0 errors, 0 warnings, 1 checks, 135 lines checked
23e946fb5ef7 drm/i915: add syncobj timeline support
-:331: WARNING:TYPO_SPELLING: 'transfered' may be misspelled - perhaps 'transferred'?
#331: FILE: drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c:2481:
+			 * The chain's ownership is transfered to the

-:380: CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#380: FILE: drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c:2591:
+		fences = get_timeline_fence_array(

total: 0 errors, 1 warnings, 1 checks, 507 lines checked
8c3c1b054277 drm/i915: add a new perf configuration execbuf parameter
-:41: CHECK:LINE_SPACING: Please don't use multiple blank lines
#41: FILE: drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c:1205:
 
+

total: 0 errors, 0 warnings, 1 checks, 326 lines checked
d0c380225218 drm/i915/perf: allow holding preemption on filtered ctx
-:151: WARNING:BRACES: braces {} are not necessary for single statement blocks
#151: FILE: drivers/gpu/drm/i915/i915_perf.c:2726:
+	if (IS_HASWELL(dev_priv) && specific_ctx && !props->hold_preemption) {
 		privileged_op = false;
+	}

total: 0 errors, 1 warnings, 0 checks, 168 lines checked
71394e773da8 drm/i915: add support for perf configuration queries



More information about the Intel-gfx mailing list