== Series Details ==

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

== Summary ==

Error: dim checkpatch failed
824eede2a92d 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

-:65: 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
#65: FILE: drivers/gpu/drm/i915/gt/intel_ggtt.c:533:
+       GEM_BUG_ON(ggtt->vm.total <= GUC_TOP_RESERVE_SIZE);

total: 0 errors, 2 warnings, 0 checks, 37 lines checked


Reply via email to