✗ CI.checkpatch: warning for Support BMG PMT features for Xe (rev3)
Patchwork
patchwork at emeril.freedesktop.org
Mon Dec 2 21:06:42 UTC 2024
== Series Details ==
Series: Support BMG PMT features for Xe (rev3)
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 88ebd0a980f255ed9d3d99351a7794ec59bdbf0c
Author: Michael J. Ruhl <michael.j.ruhl at intel.com>
Date: Mon Dec 2 15:03:44 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>
Reviewed-by: Andy Shevchenko <andriy.shevchenko at linux.intel.com>
Signed-off-by: Michael J. Ruhl <michael.j.ruhl at intel.com>
+ /mt/dim checkpatch 83cfa47b496201ff05d4a369f6fe3f75665a2acf drm-intel
88ebd0a980f2 drm/xe/vsec: Support BMG devices
-:32: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#32:
new file mode 100644
-:262: WARNING:LONG_LINE: line length of 102 exceeds 100 columns
#262: 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