✗ CI.checkpatch: warning for drm/edid: more displayid timing parsing and cleanups

Patchwork patchwork at emeril.freedesktop.org
Tue Apr 15 09:53:04 UTC 2025


== Series Details ==

Series: drm/edid: more displayid timing parsing and cleanups
URL   : https://patchwork.freedesktop.org/series/147737/
State : warning

== Summary ==

+ KERNEL=/kernel
+ git clone https://gitlab.freedesktop.org/drm/maintainer-tools mt
Cloning into 'mt'...
warning: redirecting to https://gitlab.freedesktop.org/drm/maintainer-tools.git/
+ git -C mt rev-list -n1 origin/master
13a92ce9fd458ebd6064f23cec8c39c53d02ed26
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 8aa6507bd61179964b0fb3778320b86777d57a98
Author: Egor Vorontsov <sdoregor at sdore.me>
Date:   Tue Apr 15 12:13:31 2025 +0300

    drm/edid: Refactor DisplayID timing block structs
    
    Using le16 instead of u8[2].
    
    Suggested-by: Jani Nikula <jani.nikula at linux.intel.com>
    Signed-off-by: Egor Vorontsov <sdoregor at sdore.me>
    Reviewed-by: Jani Nikula <jani.nikula at intel.com>
    Signed-off-by: Jani Nikula <jani.nikula at intel.com>
+ /mt/dim checkpatch 4e52f6bddf99cb28ed0279d56bb8286a8bbfda65 drm-intel
d06c63335418 drm/edid: Implement DisplayID Type IX & X timing blocks parsing
-:64: WARNING:LONG_LINE: line length of 109 exceeds 100 columns
#64: FILE: drivers/gpu/drm/drm_edid.c:6837:
+							   const struct displayid_formula_timings_9 *timings,

-:80: WARNING:LONG_LINE: line length of 109 exceeds 100 columns
#80: FILE: drivers/gpu/drm/drm_edid.c:6853:
+	mode = drm_cvt_mode(dev, hactive, vactive, timings->vrefresh + 1, timing_formula == 1, false, false);

-:95: WARNING:LONG_LINE: line length of 116 exceeds 100 columns
#95: FILE: drivers/gpu/drm/drm_edid.c:6868:
+	const struct displayid_formula_timing_block *formula_block = (struct displayid_formula_timing_block *)block;

total: 0 errors, 3 warnings, 0 checks, 100 lines checked
8aa6507bd611 drm/edid: Refactor DisplayID timing block structs
-:56: WARNING:LONG_LINE: line length of 111 exceeds 100 columns
#56: FILE: drivers/gpu/drm/drm_edid.c:6763:
+							    const struct displayid_detailed_timings_1 *timings,

total: 0 errors, 1 warnings, 0 checks, 66 lines checked




More information about the Intel-xe mailing list