[Intel-xe] ✗ CI.checkpatch: warning for Add HWMON support for DGFX (rev2)

Patchwork patchwork at emeril.freedesktop.org
Tue Jun 27 18:27:55 UTC 2023


== Series Details ==

Series: Add HWMON support for DGFX (rev2)
URL   : https://patchwork.freedesktop.org/series/118934/
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
c7d32770e3cd31d9fc134ce41f329b10aa33ee15
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit e6cd3d95fdc59f86d12985e732692baf70b70f9f
Author: Badal Nilawar <badal.nilawar at intel.com>
Date:   Wed Jun 28 00:00:43 2023 +0530

    drm/xe/hwmon: Expose power1_max_interval
    
    Expose power1_max_interval, that is the tau corresponding to PL1, as a
    custom hwmon attribute. Some bit manipulation is needed because of the
    format of PKG_PWR_LIM_1_TIME in
    PACKAGE_RAPL_LIMIT register (1.x * power(2,y))
    This is port from i915 hwmon.
    
    v2: Get rpm wake ref while accessing power1_max_interval
    
    Signed-off-by: Badal Nilawar <badal.nilawar at intel.com>
+ /mt/dim checkpatch d06a7e92d9a63597656367b287824d4eaff581bc drm-intel
9ca92647e drm/xe/hwmon: Add HWMON infrastructure
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'
-:73: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#73: 
new file mode 100644

-:97: CHECK:UNCOMMENTED_DEFINITION: struct mutex definition without comment
#97: FILE: drivers/gpu/drm/xe/xe_hwmon.c:20:
+	struct mutex hwmon_lock;

total: 0 errors, 1 warnings, 1 checks, 178 lines checked
8ef2e0493 drm/xe/hwmon: Expose power attributes
Traceback (most recent call last):
  File "scripts/spdxcheck.py", line 6, in <module>
    from ply import lex, yacc
ModuleNotFoundError: No module named 'ply'
-:18: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#18: 
new file mode 100644

total: 0 errors, 1 warnings, 0 checks, 550 lines checked
52b585045 drm/xe/hwmon: Expose card reactive critical power
a24e5538b drm/xe/hwmon: Expose input voltage attribute
bc8ee77d4 drm/xe/hwmon: Expose hwmon energy attribute
e6cd3d95f drm/xe/hwmon: Expose power1_max_interval




More information about the Intel-xe mailing list