== Series Details ==

Series: drm/i915/gt: Fix reservation address in ggtt_reserve_guc_top
URL   : https://patchwork.freedesktop.org/series/122970/
State : warning

== Summary ==

Error: dim checkpatch failed
483b43d16420 drm/i915/gt: Fix reservation address in ggtt_reserve_guc_top
-:14: WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description 
(prefer a maximum 75 chars per line)
#14: 
i915 0000:00:02.0: [drm:i915_init_ggtt [i915]] Failed to reserve top of GGTT 
for GuC

-:41: WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a 
separate line
#41: FILE: drivers/gpu/drm/i915/gt/intel_ggtt.c:520:
+ * in uc_fw_ggtt_offset() simple. */

-:55: WARNING:AVOID_BUG: Do not crash the kernel unless it is absolutely 
unavoidable--use WARN_ON_ONCE() plus recovery code (if feasible) instead of 
BUG() or variants
#55: FILE: drivers/gpu/drm/i915/gt/intel_ggtt.c:531:
+       GEM_BUG_ON(ggtt->vm.total <= GUC_TOP_RESERVE_SIZE);

total: 0 errors, 3 warnings, 0 checks, 35 lines checked


Reply via email to