✗ Fi.CI.CHECKPATCH: warning for Link off between frames for edp (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Mon Apr 15 12:58:13 UTC 2024
== Series Details ==
Series: Link off between frames for edp (rev2)
URL : https://patchwork.freedesktop.org/series/130650/
State : warning
== Summary ==
Error: dim checkpatch failed
3237e68ff67b drm/i915/alpm: Move alpm parameters from intel_psr
aaf1cb340d64 drm/i915/alpm: Move alpm related code to a new file
Traceback (most recent call last):
File "scripts/spdxcheck.py", line 6, in <module>
from ply import lex, yacc
ModuleNotFoundError: No module named 'ply'
Traceback (most recent call last):
File "scripts/spdxcheck.py", line 6, in <module>
from ply import lex, yacc
ModuleNotFoundError: No module named 'ply'
-:24: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#24:
new file mode 100644
-:251: CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#251: FILE: drivers/gpu/drm/i915/display/intel_alpm.c:223:
+ io_wake_lines = intel_usecs_to_scanlines(
-:253: CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#253: FILE: drivers/gpu/drm/i915/display/intel_alpm.c:225:
+ fast_wake_lines = intel_usecs_to_scanlines(
-:264: CHECK:MULTIPLE_ASSIGNMENTS: multiple assignments should be avoided
#264: FILE: drivers/gpu/drm/i915/display/intel_alpm.c:236:
+ io_wake_lines = fast_wake_lines = max_wake_lines;
-:296: CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#296: FILE: drivers/gpu/drm/i915/display/intel_alpm.c:268:
+ PORT_ALPM_CTL_SILENCE_PERIOD(
-:301: CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#301: FILE: drivers/gpu/drm/i915/display/intel_alpm.c:273:
+ PORT_ALPM_LFPS_CTL_LFPS_HALF_CYCLE_DURATION(
-:303: CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#303: FILE: drivers/gpu/drm/i915/display/intel_alpm.c:275:
+ PORT_ALPM_LFPS_CTL_FIRST_LFPS_HALF_CYCLE_DURATION(
-:305: CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#305: FILE: drivers/gpu/drm/i915/display/intel_alpm.c:277:
+ PORT_ALPM_LFPS_CTL_LAST_LFPS_HALF_CYCLE_DURATION(
-:309: WARNING:LONG_LINE: line length of 103 exceeds 100 columns
#309: FILE: drivers/gpu/drm/i915/display/intel_alpm.c:281:
+ ALPM_CTL_EXTENDED_FAST_WAKE_TIME(intel_dp->alpm_parameters.fast_wake_lines);
total: 0 errors, 2 warnings, 7 checks, 627 lines checked
86d04a0536b2 drm/display: Add missing aux less alpm wake related bits
afa8b9ada2d6 drm/i915/alpm: Add compute config for lobf
88a647045907 drm/i915/alpm: Enable lobf from source in ALPM_CTL
2130607c083a drm/i915/alpm: Add debugfs for LOBF
More information about the Intel-gfx
mailing list