✗ CI.checkpatch: warning for Add debugfs node to expose G-state and pcie link state residency (rev3)

Patchwork patchwork at emeril.freedesktop.org
Fri Jun 20 12:28:09 UTC 2025


== Series Details ==

Series: Add debugfs node to expose G-state and pcie link state residency (rev3)
URL   : https://patchwork.freedesktop.org/series/149793/
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
f8ff75ae1d2127635239b134695774ed4045d05b
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 178a117ee35c572010bcd7584657cd8cc1025b10
Author: Soham Purkait <soham.purkait at intel.com>
Date:   Fri Jun 20 17:33:56 2025 +0530

    drm/xe/xe_debugfs: Exposure of G-State and pcie link state residency counters through debugfs
    
    Add debug nodes, "dgfx_pkg_residencies" for G-states (G2, G6, G8, G10,
    ModS) and "dgfx_pcie_link_residencies" for PCIe link states(L0, L1, L1.2)
    residency counters.
    
    V1 : Expose all G-State residency counter values under dgfx_pkg_residencies. (Anshuman)
         Included runtime_get/put and removed drm_warn. (Riana)
    
    v2 : Moved "dgfx_pkg_residencies" from "/sys/kernel/debug/gtidle/" to "/sys/kernel/debug/".
                                                                                     (Anshuman)
    
    v3 : Included debugfs node "dgfx_pcie_link_residencies" for pcie link state residency
         counter values.       (Anshuman)
    
    v4 : Included check for BMG and dgfx and helper function for repetitive code.  (Riana)
         Used drm_info_list to create the debugfs. (Karthik)
    
    v5 : Reordered commits to reflect the correct dependency hierarchy.  (Jonathan)
         Simplification of commit message and rectified register offset. (Karthik)
         Error handling and return before printing.                      (Riana)
    
    Signed-off-by: Soham Purkait <soham.purkait at intel.com>
+ /mt/dim checkpatch 1b4be188ae14a43b901f3005075fab3a22f77968 drm-intel
a3011746b82e drm/xe/regs/xe_pmt: Macros for G-State and pcie link state residency offset
-:13: WARNING:COMMIT_LOG_LONG_LINE: Prefer a maximum 75 chars per line (possible unwrapped commit description?)
#13: 
v5 : Reordered commits to reflect the correct dependency hierarchy.  (Jonathan)

total: 0 errors, 1 warnings, 0 checks, 14 lines checked
178a117ee35c drm/xe/xe_debugfs: Exposure of G-State and pcie link state residency counters through debugfs
-:11: WARNING:COMMIT_LOG_LONG_LINE: Prefer a maximum 75 chars per line (possible unwrapped commit description?)
#11: 
V1 : Expose all G-State residency counter values under dgfx_pkg_residencies. (Anshuman)

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




More information about the Intel-xe mailing list