[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/gem: Use chained reloc batches
Patchwork
patchwork at emeril.freedesktop.org
Fri May 1 00:31:27 UTC 2020
== Series Details ==
Series: drm/i915/gem: Use chained reloc batches
URL : https://patchwork.freedesktop.org/series/76793/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
dffa147cbfe1 drm/i915/gem: Use chained reloc batches
-:200: CHECK:SPACING: spaces preferred around that '/' (ctx:VxV)
#200: FILE: drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c:1368:
+ if (cache->rq_size > PAGE_SIZE/sizeof(u32) - (len + 1) - 4) {
^
-:206: CHECK:SPACING: spaces preferred around that '/' (ctx:VxV)
#206: FILE: drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c:1374:
+ GEM_BUG_ON(cache->rq_size + len > PAGE_SIZE/sizeof(u32));
^
total: 0 errors, 0 warnings, 2 checks, 188 lines checked
More information about the Intel-gfx
mailing list