✗ Fi.CI.CHECKPATCH: warning for Disable automatic load CCS load balancing (rev4)
Patchwork
patchwork at emeril.freedesktop.org
Fri Mar 1 00:11:21 UTC 2024
== Series Details ==
Series: Disable automatic load CCS load balancing (rev4)
URL : https://patchwork.freedesktop.org/series/129951/
State : warning
== Summary ==
Error: dim checkpatch failed
9d59a3a23381 drm/i915/gt: Refactor uabi engine class/instance list creation
-:54: 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
#54: FILE: drivers/gpu/drm/i915/gt/intel_engine_user.c:233:
+ GEM_BUG_ON(uabi_class >= ARRAY_SIZE(class_instance));
-:70: 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
#70: FILE: drivers/gpu/drm/i915/gt/intel_engine_user.c:247:
+ GEM_BUG_ON(uabi_class >=
total: 0 errors, 2 warnings, 0 checks, 56 lines checked
8b2b08e3b16c drm/i915/gt: Do not exposed fused off engines.
-:11: WARNING:COMMIT_LOG_LONG_LINE: Prefer a maximum 75 chars per line (possible unwrapped commit description?)
#11:
Requires: 4e4f77d74878 ("drm/i915/gt: Refactor uabi engine class/instance list creation")
total: 0 errors, 1 warnings, 0 checks, 18 lines checked
dcfb1f190d40 drm/i915/gt: Disable HW load balancing for CCS
1205dac76b84 drm/i915/gt: Enable only one CCS for compute workload
-:16: WARNING:COMMIT_LOG_LONG_LINE: Prefer a maximum 75 chars per line (possible unwrapped commit description?)
#16:
Requires: 4e4f77d74878 ("drm/i915/gt: Refactor uabi engine class/instance list creation")
total: 0 errors, 1 warnings, 0 checks, 54 lines checked
More information about the Intel-gfx
mailing list