✗ CI.checkpatch: warning for Support BMG PMT features for Xe

Patchwork patchwork at emeril.freedesktop.org
Wed Nov 13 07:55:31 UTC 2024


== Series Details ==

Series: Support BMG PMT features for Xe
URL   : https://patchwork.freedesktop.org/series/141227/
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
30ab6715fc09baee6cc14cb3c89ad8858688d474
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 1f1eb2ec022b885e451d17f57b7c89b6e5729215
Author: Michael J. Ruhl <michael.j.ruhl at intel.com>
Date:   Tue Nov 12 11:30:35 2024 -0500

    drm/xe/vsec: Support BMG devices
    
    The Battlemage (BMG) discrete graphics card supports the
    Platform, Monitoring Technology (PMT) feature directly
    on the primary PCI device.
    
    Utilize the PMT callback API to add support for the BMG
    devices.
    
    Reviewed-by: Ilpo Järvinen <ilpo.jarvinen at linux.intel.com>
    Reviewed-by: Rodrigo Vivi <rodrigo.vivi at intel.com>
    Signed-off-by: Michael J. Ruhl <michael.j.ruhl at intel.com>
+ /mt/dim checkpatch 26f5fe99791def93b32e27e79e71dbd0666c117b drm-intel
62ca7269fcc9 platform/x86/intel/pmt: allow user offset for PMT callbacks
1f1eb2ec022b drm/xe/vsec: Support BMG devices
-:33: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#33: 
new file mode 100644

-:263: WARNING:LONG_LINE: line length of 102 exceeds 100 columns
#263: FILE: drivers/gpu/drm/xe/xe_vsec.c:152:
+static int xe_pmt_telem_read(struct pci_dev *pdev, u32 guid, u64 *data, loff_t user_offset, u32 count)

total: 0 errors, 2 warnings, 0 checks, 306 lines checked




More information about the Intel-xe mailing list