[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Use drm_clflush* instead of clflush (rev8)
Patchwork
patchwork at emeril.freedesktop.org
Thu Feb 10 01:38:24 UTC 2022
== Series Details ==
Series: Use drm_clflush* instead of clflush (rev8)
URL : https://patchwork.freedesktop.org/series/99450/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
3bb116c416b9 drm: Add arch arm64 for drm_clflush_virt_range
-:27: WARNING:INCLUDE_LINUX: Use #include <linux/cacheflush.h> instead of <asm/cacheflush.h>
#27: FILE: drivers/gpu/drm/drm_cache.c:31:
+#include <asm/cacheflush.h>
-:38: WARNING:LINE_SPACING: Missing a blank line after declarations
#38: FILE: drivers/gpu/drm/drm_cache.c:181:
+ void *end = addr + length;
+ dcache_clean_inval_poc((unsigned long)addr, (unsigned long)end);
total: 0 errors, 2 warnings, 0 checks, 17 lines checked
5860a6b50357 drm/i915/gt: Re-work intel_write_status_page
b88c0d0c2e11 drm/i915/gt: Drop invalidate_csb_entries
-:52: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#52: FILE: drivers/gpu/drm/i915/gt/intel_execlists_submission.c:2781:
+ drm_clflush_virt_range(&execlists->csb_status[0],
+ execlists->csb_size * sizeof(execlists->csb_status[0]));
total: 0 errors, 0 warnings, 1 checks, 30 lines checked
808c2aa68876 drm/i915/gt: Re-work reset_csb
-:28: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#28: FILE: drivers/gpu/drm/i915/gt/intel_execlists_submission.c:2948:
+ drm_clflush_virt_range(execlists->csb_write,
+ sizeof(execlists->csb_write));
total: 0 errors, 0 warnings, 1 checks, 11 lines checked
c0184abcc96a drm/i915/: Re-work clflush_write32
705b5b446b71 drm/i915/gt: replace cache_clflush_range
-:6: WARNING:TYPO_SPELLING: 'occurance' may be misspelled - perhaps 'occurrence'?
#6:
Replace all occurance of cache_clflush_range with
^^^^^^^^^
total: 0 errors, 1 warnings, 0 checks, 77 lines checked
More information about the Intel-gfx
mailing list