== Series Details ==

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

== Summary ==

$ dim checkpatch origin/drm-tip
ca55d5422881 drm/i915/gt: Use XY_FASR_COLOR_BLT to clear obj on graphics ver 12+
ecd91714c6d2 drm/i915/gt: Clear compress metadata for Flat-ccs objects
f5878410b6ff drm/ttm: Add a parameter to add extra pages into ttm_tt
-:92: CHECK:PREFER_KERNEL_TYPES: Prefer kernel type 'u32' over 'uint32_t'
#92: FILE: drivers/gpu/drm/ttm/ttm_tt.c:150:
+               uint32_t page_flags, enum ttm_caching caching,

-:139: CHECK:PREFER_KERNEL_TYPES: Prefer kernel type 'u32' over 'uint32_t'
#139: 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
7160c760c643 drm/i915/gem: Add extra pages in ttm_tt for ccs data
1f4b56203045 drm/i915/gt: Optimize the migration loop
68f3742dad6a drm/i915/migrate: Evict and restore the flatccs capable lmem obj
-:38: CHECK:SPACING: spaces preferred around that '<<' (ctx:VxV)
#38: FILE: drivers/gpu/drm/i915/gt/intel_gpu_commands.h:156:
+#define   MI_FLUSH_DW_CCS              (1<<16)
                                          ^

-:41: CHECK:SPACING: spaces preferred around that '<<' (ctx:VxV)
#41: 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, 349 lines checked


Reply via email to