[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/ttm: Evict and restore of compressed object (rev4)

Patchwork patchwork at emeril.freedesktop.org
Tue Mar 22 12:02:36 UTC 2022


== Series Details ==

Series: drm/i915/ttm: Evict and restore of compressed object (rev4)
URL   : https://patchwork.freedesktop.org/series/101106/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
7bd13c18ac9e drm/i915/gt: Use XY_FAST_COLOR_BLT to clear obj on graphics ver 12+
3d80382ed2d7 drm/i915/gt: Optimize the migration and clear loop
b1fffd14ade8 drm/i915/gt: Clear compress metadata for Flat-ccs objects
-:41: CHECK:SPACING: spaces preferred around that '<<' (ctx:VxV)
#41: FILE: drivers/gpu/drm/i915/gt/intel_gpu_commands.h:156:
+#define   MI_FLUSH_DW_CCS		(1<<16)
                          		  ^

-:44: CHECK:SPACING: spaces preferred around that '<<' (ctx:VxV)
#44: FILE: drivers/gpu/drm/i915/gt/intel_gpu_commands.h:159:
+#define   MI_FLUSH_DW_LLC		(1<<9)
                          		  ^

total: 0 errors, 0 warnings, 2 checks, 235 lines checked
d45626d09747 drm/i915/selftest_migrate: Consider the possible roundup of size
5983ea8c0949 drm/i915/selftest_migrate: Check CCS meta data clear
76ff4ce56fc2 drm/i915/gt: offset handling for multiple copy engines
766cd5bde39e drm/ttm: Add a parameter to add extra pages into ttm_tt
-:93: CHECK:PREFER_KERNEL_TYPES: Prefer kernel type 'u32' over 'uint32_t'
#93: FILE: drivers/gpu/drm/ttm/ttm_tt.c:150:
+		uint32_t page_flags, enum ttm_caching caching,

-:140: CHECK:PREFER_KERNEL_TYPES: Prefer kernel type 'u32' over 'uint32_t'
#140: FILE: include/drm/ttm/ttm_tt.h:151:
+		uint32_t page_flags, enum ttm_caching caching,

total: 0 errors, 0 warnings, 2 checks, 88 lines checked
39ff40d5bebd drm/i915/gem: Add extra pages in ttm_tt for ccs data
e353c857458a drm/i915/migrate: Evict and restore the flatccs capable lmem obj




More information about the Intel-gfx mailing list