✗ Fi.CI.CHECKPATCH: warning for drm/client: Stop using legacy crtc->mode and a bunch of cleanups (rev4)
Patchwork
patchwork at emeril.freedesktop.org
Thu Oct 3 21:40:34 UTC 2024
== Series Details ==
Series: drm/client: Stop using legacy crtc->mode and a bunch of cleanups (rev4)
URL : https://patchwork.freedesktop.org/series/139493/
State : warning
== Summary ==
Error: dim checkpatch failed
ee02b235c701 drm/client: Constify modes
8f2ff5600d27 drm/client: Use array notation for function arguments
3359a09a8b20 drm/client: Streamline mode selection debugs
b9c677dbe986 drm/client: Make copies of modes
-:21: ERROR:GIT_COMMIT_ID: Please use git commit description style 'commit <12+ chars of sha1> ("<title line>")' - ie: 'commit 3eadd887dbac ("drm/client: Fully protect modes[] with dev->mode_config.mutex")'
#21:
And with this we can undo also commit 3eadd887dbac
("drm/client:Fully protect modes[] with dev->mode_config.mutex")
-:141: WARNING:LONG_LINE: line length of 102 exceeds 100 columns
#141: FILE: drivers/gpu/drm/drm_client_modeset.c:466:
+ drm_connector_preferred_mode(connector, width, height));
-:159: WARNING:LONG_LINE: line length of 104 exceeds 100 columns
#159: FILE: drivers/gpu/drm/drm_client_modeset.c:491:
+ drm_connector_fallback_non_tiled_mode(connector));
-:226: WARNING:LONG_LINE: line length of 102 exceeds 100 columns
#226: FILE: drivers/gpu/drm/drm_client_modeset.c:716:
+ drm_connector_preferred_mode(connector, width, height));
total: 1 errors, 3 warnings, 0 checks, 251 lines checked
1cee507155e9 drm/client: Stop using the legacy crtc->mode
eb60357dee42 drm/client: s/new_crtc/crtc/
380825ae46a6 drm/client: Move variables to tighter scope
18141aafedb0 drm/client: s/unsigned int i/int i/
More information about the Intel-gfx
mailing list