[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/3] drm/i915/selftests: Flush the test object on creation (rev3)
Patchwork
patchwork at emeril.freedesktop.org
Thu Nov 22 21:25:59 UTC 2018
== Series Details ==
Series: series starting with [1/3] drm/i915/selftests: Flush the test object on creation (rev3)
URL : https://patchwork.freedesktop.org/series/52887/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
d8c8001692a3 drm/i915/selftests: Flush the test object on creation
c741eb757e0c drm/i915/selftests: Check MI_STORE_DWORD_IMM coherency
-:436: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#436: FILE: drivers/gpu/drm/i915/selftests/i915_gem_coherency.c:795:
+ obj = create_test_object(i915, npages,
+ file, &objects);
-:448: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#448: FILE: drivers/gpu/drm/i915/selftests/i915_gem_coherency.c:807:
+ pr_err("Failed to fill dword %lu [%lu] with gpu (%s), err=%d\n",
+ ndwords, dw, engine->name, err);
-:463: WARNING:LONG_LINE: line over 100 characters
#463: FILE: drivers/gpu/drm/i915/selftests/i915_gem_coherency.c:822:
+ pr_info("Submitted %lu dwords (across %lu engines) in %lu jiffies\n", ndwords, dw, timeout);
total: 0 errors, 1 warnings, 2 checks, 476 lines checked
f4a1572efe1a drm/i915: Avoid using MI_STORE_DWORD_IMM on vecs
More information about the Intel-gfx
mailing list