✗ CI.checkpatch: warning for Add debugfs node to expose G-state and pcie link state residency (rev4)
Patchwork
patchwork at emeril.freedesktop.org
Wed Jun 25 15:28:17 UTC 2025
== Series Details ==
Series: Add debugfs node to expose G-state and pcie link state residency (rev4)
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 0d580d76dfafea93634a77de52b321f75d4e6392
Author: Soham Purkait <soham.purkait at intel.com>
Date: Wed Jun 25 20:02:54 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)
- Include runtime_get/put. (Riana)
v2:
- Move "dgfx_pkg_residencies" from "gtidle". (Anshuman)
v3:
- Include debugfs node "dgfx_pcie_link_residencies" for pcie link residency
counter values. (Anshuman)
v4:
- Include check for BMG for and add helper function for repetitive code. (Riana)
- Use "drm_debugfs_create_files" to create debugfs. (Karthik)
v5:
- Reorder commits to reflect the correct dependency hierarchy. (Jonathan)
- Simplification of commit message and rectified register offset.(Karthik)
- Error handling and return before printing. (Riana)
v6:
- Remove check for DGFX as BMG is discrete. (Karthik)
Signed-off-by: Soham Purkait <soham.purkait at intel.com>
Reviewed-by: Jonathan Cavitt <jonathan.cavitt at intel.com>
+ /mt/dim checkpatch 6499ba43875d85bbb88c5d98d31af0ad2532275a drm-intel
dd782b4d0d78 drm/xe/regs/xe_pmt: Macros for G-State and pcie link state residency offset
0d580d76dfaf drm/xe/xe_debugfs: Exposure of G-State and pcie link state residency counters through debugfs
-:18: WARNING:COMMIT_LOG_LONG_LINE: Prefer a maximum 75 chars per line (possible unwrapped commit description?)
#18:
- Include debugfs node "dgfx_pcie_link_residencies" for pcie link residency
total: 0 errors, 1 warnings, 0 checks, 110 lines checked
More information about the Intel-xe
mailing list