[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [v1,1/1] drm/i915/pxp: Add drm_dbgs for critical PXP events.
Patchwork
patchwork at emeril.freedesktop.org
Thu Sep 7 03:06:34 UTC 2023
== Series Details ==
Series: series starting with [v1,1/1] drm/i915/pxp: Add drm_dbgs for critical PXP events.
URL : https://patchwork.freedesktop.org/series/123370/
State : warning
== Summary ==
Error: dim checkpatch failed
5dcdd6c035e0 drm/i915/pxp: Add drm_dbgs for critical PXP events.
-:59: WARNING:LONG_LINE: line length of 113 exceeds 100 columns
#59: FILE: drivers/gpu/drm/i915/pxp/intel_pxp.c:422:
+ drm_dbg(&pxp->ctrl_gt->i915->drm, "PXP: explicit %s failed on readiness with %d", __func__, ret);
-:77: WARNING:LONG_LINE: line length of 105 exceeds 100 columns
#77: FILE: drivers/gpu/drm/i915/pxp/intel_pxp_irq.c:43:
+ pxp->session_events |= PXP_TERMINATION_REQUEST | PXP_INVAL_REQUIRED | PXP_EVENT_TYPE_IRQ;
-:96: WARNING:LONG_LINE: line length of 112 exceeds 100 columns
#96: FILE: drivers/gpu/drm/i915/pxp/intel_pxp_session.c:141:
+ drm_dbg(&pxp->ctrl_gt->i915->drm, "PXP: %s to create arb_session after invalidation", __func__);
total: 0 errors, 3 warnings, 0 checks, 83 lines checked
More information about the Intel-gfx
mailing list